Skip to content

DhcpOptionsSetAttachmentProps

Properties for defining a DhcpOptionsSetAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-dhcpoptionssetattachment

Initializer

import { DhcpOptionsSetAttachmentProps } from '@alicloud/ros-cdk-vpc'
const dhcpOptionsSetAttachmentProps: DhcpOptionsSetAttachmentProps = { ... }

Properties

Name Type Description
dhcpOptionsSetId string | @alicloud/ros-cdk-core.IResolvable Property dhcpOptionsSetId: The ID of the DHCP options set.
vpcId string | @alicloud/ros-cdk-core.IResolvable Property vpcId: The ID of the VPC network that is to be associated with the DHCP options set.

dhcpOptionsSetIdRequired

public readonly dhcpOptionsSetId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property dhcpOptionsSetId: The ID of the DHCP options set.


vpcIdRequired

public readonly vpcId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property vpcId: The ID of the VPC network that is to be associated with the DHCP options set.