DhcpOptionsSetAttachmentProps
Properties for defining a DhcpOptionsSetAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-dhcpoptionssetattachment
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.DhcpOptionsSetAttachmentProps {
DhcpOptionsSetId: interface{},
VpcId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DhcpOptionsSetId |
interface{} |
Property dhcpOptionsSetId: The ID of the DHCP options set. |
VpcId |
interface{} |
Property vpcId: The ID of the VPC network that is to be associated with the DHCP options set. |
DhcpOptionsSetId
Required
DhcpOptionsSetId interface{}
- Type: interface{}
Property dhcpOptionsSetId: The ID of the DHCP options set.
VpcId
Required
VpcId interface{}
- Type: interface{}
Property vpcId: The ID of the VPC network that is to be associated with the DHCP options set.