IpamProps
Properties for defining a Ipam.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipam
Initializer
import { IpamProps } from '@alicloud/ros-cdk-vpc'
const ipamProps: IpamProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
operatingRegionList |
@alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] |
Property operatingRegionList: List of IPAM effective regions. |
ipamDescription |
string | @alicloud/ros-cdk-core.IResolvable |
Property ipamDescription: The description of IPAM. |
ipamName |
string | @alicloud/ros-cdk-core.IResolvable |
Property ipamName: The name of the IPAM. |
resourceGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property resourceGroupId: The ID of the resource group. |
tags |
TagsProperty[] |
Property tags: Tags of ipam. |
operatingRegionListRequired
public readonly operatingRegionList: IResolvable | string | IResolvable[];
- Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[]
Property operatingRegionList: List of IPAM effective regions.
ipamDescriptionOptional
public readonly ipamDescription: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
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
public readonly ipamName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property ipamName: The name of the IPAM.
resourceGroupIdOptional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: The ID of the resource group.
tagsOptional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]
Property tags: Tags of ipam.