IpamProps
Properties for defining a Ipam
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipam
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new IpamProps {
object OperatingRegionList,
object IpamDescription = null,
object IpamName = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
OperatingRegionList |
object |
Property operatingRegionList: List of IPAM effective regions. |
IpamDescription |
object |
Property ipamDescription: The description of IPAM. |
IpamName |
object |
Property ipamName: The name of the IPAM. |
ResourceGroupId |
object |
Property resourceGroupId: The ID of the resource group. |
Tags |
TagsProperty[] |
Property tags: Tags of ipam. |
OperatingRegionList
Required
public object OperatingRegionList { get; set; }
- Type: object
Property operatingRegionList: List of IPAM effective regions.
IpamDescription
Optional
public object IpamDescription { get; set; }
- Type: object
Property ipamDescription: The description of IPAM.
It must be 2 to 256 characters in length and must start with an uppercase letter or a Chinese character, but cannot start with 'http:// 'or 'https. If the description is not filled in, it is blank. The default value is blank.
IpamName
Optional
public object IpamName { get; set; }
- Type: object
Property ipamName: The name of the IPAM.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The ID of the resource group.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: Tags of ipam.