Skip to content

IpamProps

Properties for defining a Ipam.

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

Initializer

import ros_cdk_vpc
ros_cdk_vpc.IpamProps(
  operating_region_list: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]],
  ipam_description: typing.Union[str, IResolvable] = None,
  ipam_name: typing.Union[str, IResolvable] = None,
  resource_group_id: typing.Union[str, IResolvable] = None,
  tags: typing.List[TagsProperty] = None
)

Properties

Name Type Description
operating_region_list typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property operatingRegionList: List of IPAM effective regions.
ipam_description typing.Union[str, ros_cdk_core.IResolvable] Property ipamDescription: The description of IPAM.
ipam_name typing.Union[str, ros_cdk_core.IResolvable] Property ipamName: The name of the IPAM.
resource_group_id typing.Union[str, ros_cdk_core.IResolvable] Property resourceGroupId: The ID of the resource group.
tags typing.List[TagsProperty] Property tags: Tags of ipam.

operating_region_listRequired

operating_region_list: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]

Property operatingRegionList: List of IPAM effective regions.


ipam_descriptionOptional

ipam_description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.


ipam_nameOptional

ipam_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property ipamName: The name of the IPAM.


resource_group_idOptional

resource_group_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property resourceGroupId: The ID of the resource group.


tagsOptional

tags: typing.List[TagsProperty]

Property tags: Tags of ipam.