RosDhcpOptionsSetAttachmentProps
Properties for defining a RosDhcpOptionsSetAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-dhcpoptionssetattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosDhcpOptionsSetAttachmentProps {
object DhcpOptionsSetId,
object VpcId
};
Properties
Name | Type | Description |
---|---|---|
DhcpOptionsSetId |
object |
No description. |
VpcId |
object |
No description. |
DhcpOptionsSetId
Required
public object DhcpOptionsSetId { get; set; }
- Type: object
VpcId
Required
public object VpcId { get; set; }
- Type: object