Skip to content

DhcpOptionsSetAttachmentProps

Properties for defining a DhcpOptionsSetAttachment.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new DhcpOptionsSetAttachmentProps {
    object DhcpOptionsSetId,
    object VpcId
};

Properties

Name Type Description
DhcpOptionsSetId object Property dhcpOptionsSetId: The ID of the DHCP options set.
VpcId object Property vpcId: The ID of the VPC network that is to be associated with the DHCP options set.

DhcpOptionsSetIdRequired

public object DhcpOptionsSetId { get; set; }
  • Type: object

Property dhcpOptionsSetId: The ID of the DHCP options set.


VpcIdRequired

public object VpcId { get; set; }
  • Type: object

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