IpamScopeProps
Properties for defining a IpamScope
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipamscope
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new IpamScopeProps {
object IpamId,
object IpamScopeDescription = null,
object IpamScopeName = null,
object IpamScopeType = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
IpamId |
object |
Property ipamId: The id of the Ipam instance. |
IpamScopeDescription |
object |
Property ipamScopeDescription: The description of the IPAM's scope of action. |
IpamScopeName |
object |
Property ipamScopeName: The name of the IPAM scope. |
IpamScopeType |
object |
Property ipamScopeType: IPAM scope of action type: private. |
Tags |
TagsProperty[] |
Property tags: Tags of ipam scope. |
IpamId
Required
public object IpamId { get; set; }
- Type: object
Property ipamId: The id of the Ipam instance.
IpamScopeDescription
Optional
public object IpamScopeDescription { get; set; }
- Type: object
Property ipamScopeDescription: The description of the IPAM's scope of action.
It must be 2 to 256 characters in length and must start with a lowercase letter, but cannot start with 'http:// 'or 'https. If it is not filled in, it is empty. The default value is empty.
IpamScopeName
Optional
public object IpamScopeName { get; set; }
- Type: object
Property ipamScopeName: The name of the IPAM scope.
IpamScopeType
Optional
public object IpamScopeType { get; set; }
- Type: object
Property ipamScopeType: IPAM scope of action type: private.
Currently, only the role scope of the private network is supported.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: Tags of ipam scope.