Skip to content

VpcIpv6CidrAllocationProps

Properties for defining a VpcIpv6CidrAllocation.

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

Initializer

import ros_cdk_vpc
ros_cdk_vpc.VpcIpv6CidrAllocationProps(
  address_pool_type: typing.Union[str, IResolvable] = None,
  ipv6_cidr_block: typing.Union[str, IResolvable] = None,
  ipv6_isp: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
address_pool_type typing.Union[str, ros_cdk_core.IResolvable] Property addressPoolType: The type of the IPv6 address pool.
ipv6_cidr_block typing.Union[str, ros_cdk_core.IResolvable] Property ipv6CidrBlock: The IPv6 CIDR block that you want to reserve.
ipv6_isp typing.Union[str, ros_cdk_core.IResolvable] Property ipv6Isp: The type of IPv6 CIDR block.

address_pool_typeOptional

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

Property addressPoolType: The type of the IPv6 address pool.

Set the value to custom. Note This parameter is required.


ipv6_cidr_blockOptional

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

Property ipv6CidrBlock: The IPv6 CIDR block that you want to reserve.


ipv6_ispOptional

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

Property ipv6Isp: The type of IPv6 CIDR block.

Valid values: BGP (default) BGP_International ChinaMobile ChinaUnicom ChinaTelecom ChinaMobile_L2 ChinaUnicom_L2 ChinaTelecom_L2 Note If your Alibaba Cloud account is allowed to use single-ISP bandwidth, valid values are: ChinaTelecom, ChinaUnicom, and ChinaMobile. You can reserve only one IPv6 CIDR block of each type. After a reserved IPv6 CIDR block of a type is allocated to a VPC, you can reserve another IPv6 CIDR of the type.