Skip to content

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.

OperatingRegionListRequired

OperatingRegionList interface{}
  • Type: interface{}

Property operatingRegionList: List of IPAM effective regions.


IpamDescriptionOptional

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.


IpamNameOptional

IpamName interface{}
  • Type: interface{}

Property ipamName: The name of the IPAM.


ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The ID of the resource group.


TagsOptional

Tags *[]TagsProperty

Property tags: Tags of ipam.