IpamScopeProps
Properties for defining a IpamScope
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipamscope
Initializer
import { IpamScopeProps } from '@alicloud/ros-cdk-vpc'
const ipamScopeProps: IpamScopeProps = { ... }
Properties
Name | Type | Description |
---|---|---|
ipamId |
string | @alicloud/ros-cdk-core.IResolvable |
Property ipamId: The id of the Ipam instance. |
ipamScopeDescription |
string | @alicloud/ros-cdk-core.IResolvable |
Property ipamScopeDescription: The description of the IPAM's scope of action. |
ipamScopeName |
string | @alicloud/ros-cdk-core.IResolvable |
Property ipamScopeName: The name of the IPAM scope. |
ipamScopeType |
string | @alicloud/ros-cdk-core.IResolvable |
Property ipamScopeType: IPAM scope of action type: private. |
tags |
TagsProperty[] |
Property tags: Tags of ipam scope. |
ipamId
Required
public readonly ipamId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property ipamId: The id of the Ipam instance.
ipamScopeDescription
Optional
public readonly ipamScopeDescription: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
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 readonly ipamScopeName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property ipamScopeName: The name of the IPAM scope.
ipamScopeType
Optional
public readonly ipamScopeType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property ipamScopeType: IPAM scope of action type: private.
Currently, only the role scope of the private network is supported.
tags
Optional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]
Property tags: Tags of ipam scope.