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. |
DhcpOptionsSetIdRequired
DhcpOptionsSetId interface{}
- Type: interface{}
Property dhcpOptionsSetId: The ID of the DHCP options set.
VpcIdRequired
VpcId interface{}
- Type: interface{}
Property vpcId: The ID of the VPC network that is to be associated with the DHCP options set.