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. |
DhcpOptionsSetIdRequired
public object DhcpOptionsSetId { get; set; }
- Type: object
VpcIdRequired
public object VpcId { get; set; }
- Type: object