RosIpamProps
Properties for defining a RosIpam
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipam
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosIpamProps {
object OperatingRegionList,
object IpamDescription = null,
object IpamName = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
OperatingRegionList |
object |
No description. |
IpamDescription |
object |
No description. |
IpamName |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
OperatingRegionList
Required
public object OperatingRegionList { get; set; }
- Type: object
IpamDescription
Optional
public object IpamDescription { get; set; }
- Type: object
IpamName
Optional
public object IpamName { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]