Skip to content

IpamScopeProps

Properties for defining a IpamScope.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipamscope

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.IpamScopeProps {
    IpamId: interface{},
    IpamScopeDescription: interface{},
    IpamScopeName: interface{},
    IpamScopeType: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc.RosIpamScope.TagsProperty,
}

Properties

Name Type Description
IpamId interface{} Property ipamId: The id of the Ipam instance.
IpamScopeDescription interface{} Property ipamScopeDescription: The description of the IPAM's scope of action.
IpamScopeName interface{} Property ipamScopeName: The name of the IPAM scope.
IpamScopeType interface{} Property ipamScopeType: IPAM scope of action type: private.
Tags *[]TagsProperty Property tags: Tags of ipam scope.

IpamIdRequired

IpamId interface{}
  • Type: interface{}

Property ipamId: The id of the Ipam instance.


IpamScopeDescriptionOptional

IpamScopeDescription interface{}
  • Type: interface{}

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.


IpamScopeNameOptional

IpamScopeName interface{}
  • Type: interface{}

Property ipamScopeName: The name of the IPAM scope.


IpamScopeTypeOptional

IpamScopeType interface{}
  • Type: interface{}

Property ipamScopeType: IPAM scope of action type: private.

Currently, only the role scope of the private network is supported.


TagsOptional

Tags *[]TagsProperty

Property tags: Tags of ipam scope.