IpamProps
Properties for defining a Ipam
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipam
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.IpamProps {
OperatingRegionList: interface{},
IpamDescription: interface{},
IpamName: interface{},
ResourceGroupId: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc.RosIpam.TagsProperty,
}
Properties
Name | Type | Description |
---|---|---|
OperatingRegionList |
interface{} |
Property operatingRegionList: List of IPAM effective regions. |
IpamDescription |
interface{} |
Property ipamDescription: The description of IPAM. |
IpamName |
interface{} |
Property ipamName: The name of the IPAM. |
ResourceGroupId |
interface{} |
Property resourceGroupId: The ID of the resource group. |
Tags |
*[]TagsProperty |
Property tags: Tags of ipam. |
OperatingRegionList
Required
OperatingRegionList interface{}
- Type: interface{}
Property operatingRegionList: List of IPAM effective regions.
IpamDescription
Optional
IpamDescription interface{}
- Type: interface{}
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
IpamName interface{}
- Type: interface{}
Property ipamName: The name of the IPAM.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of the resource group.
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
Property tags: Tags of ipam.