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. |
OperatingRegionListRequired
public object OperatingRegionList { get; set; }
- Type: object
IpamDescriptionOptional
public object IpamDescription { get; set; }
- Type: object
IpamNameOptional
public object IpamName { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]