Skip to content

DhcpOptionsSetAttachmentProps

Properties for defining a DhcpOptionsSetAttachment.

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

Initializer

import ros_cdk_vpc
ros_cdk_vpc.DhcpOptionsSetAttachmentProps(
  dhcp_options_set_id: typing.Union[str, IResolvable],
  vpc_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
dhcp_options_set_id typing.Union[str, ros_cdk_core.IResolvable] Property dhcpOptionsSetId: The ID of the DHCP options set.
vpc_id typing.Union[str, ros_cdk_core.IResolvable] Property vpcId: The ID of the VPC network that is to be associated with the DHCP options set.

dhcp_options_set_idRequired

dhcp_options_set_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property dhcpOptionsSetId: The ID of the DHCP options set.


vpc_idRequired

vpc_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

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