VpcIpv6CidrAllocationProps
Properties for defining a VpcIpv6CidrAllocation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpcipv6cidrallocation
Initializer
import { VpcIpv6CidrAllocationProps } from '@alicloud/ros-cdk-vpc'
const vpcIpv6CidrAllocationProps: VpcIpv6CidrAllocationProps = { ... }
Properties
Name | Type | Description |
---|---|---|
addressPoolType |
string | @alicloud/ros-cdk-core.IResolvable |
Property addressPoolType: The type of the IPv6 address pool. |
ipv6CidrBlock |
string | @alicloud/ros-cdk-core.IResolvable |
Property ipv6CidrBlock: The IPv6 CIDR block that you want to reserve. |
ipv6Isp |
string | @alicloud/ros-cdk-core.IResolvable |
Property ipv6Isp: The type of IPv6 CIDR block. |
addressPoolType
Optional
public readonly addressPoolType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property addressPoolType: The type of the IPv6 address pool.
Set the value to custom. Note This parameter is required.
ipv6CidrBlock
Optional
public readonly ipv6CidrBlock: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property ipv6CidrBlock: The IPv6 CIDR block that you want to reserve.
ipv6Isp
Optional
public readonly ipv6Isp: string | IResolvable;
- Type: string | @alicloud/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.