VpcIpv6CidrAllocationProps
Properties for defining a VpcIpv6CidrAllocation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpcipv6cidrallocation
Initializer
import com.aliyun.ros.cdk.vpc.VpcIpv6CidrAllocationProps;
VpcIpv6CidrAllocationProps.builder()
// .addressPoolType(java.lang.String)
// .addressPoolType(IResolvable)
// .ipv6CidrBlock(java.lang.String)
// .ipv6CidrBlock(IResolvable)
// .ipv6Isp(java.lang.String)
// .ipv6Isp(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
addressPoolType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property addressPoolType: The type of the IPv6 address pool. |
ipv6CidrBlock |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property ipv6CidrBlock: The IPv6 CIDR block that you want to reserve. |
ipv6Isp |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property ipv6Isp: The type of IPv6 CIDR block. |
addressPoolType
Optional
public java.lang.Object getAddressPoolType();
- Type: java.lang.String OR com.aliyun.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 java.lang.Object getIpv6CidrBlock();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property ipv6CidrBlock: The IPv6 CIDR block that you want to reserve.
ipv6Isp
Optional
public java.lang.Object getIpv6Isp();
- Type: java.lang.String OR com.aliyun.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.