VpcIpv6CidrAllocationProps
Properties for defining a VpcIpv6CidrAllocation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpcipv6cidrallocation
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new VpcIpv6CidrAllocationProps {
object AddressPoolType = null,
object Ipv6CidrBlock = null,
object Ipv6Isp = null
};
Properties
Name | Type | Description |
---|---|---|
AddressPoolType |
object |
Property addressPoolType: The type of the IPv6 address pool. |
Ipv6CidrBlock |
object |
Property ipv6CidrBlock: The IPv6 CIDR block that you want to reserve. |
Ipv6Isp |
object |
Property ipv6Isp: The type of IPv6 CIDR block. |
AddressPoolType
Optional
public object AddressPoolType { get; set; }
- Type: object
Property addressPoolType: The type of the IPv6 address pool.
Set the value to custom. Note This parameter is required.
Ipv6CidrBlock
Optional
public object Ipv6CidrBlock { get; set; }
- Type: object
Property ipv6CidrBlock: The IPv6 CIDR block that you want to reserve.
Ipv6Isp
Optional
public object Ipv6Isp { get; set; }
- Type: object
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.