Skip to content

VpcIpv6CidrAllocationProps

Properties for defining a VpcIpv6CidrAllocation.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.VpcIpv6CidrAllocationProps {
    AddressPoolType: interface{},
    Ipv6CidrBlock: interface{},
    Ipv6Isp: interface{},
}

Properties

Name Type Description
AddressPoolType interface{} Property addressPoolType: The type of the IPv6 address pool.
Ipv6CidrBlock interface{} Property ipv6CidrBlock: The IPv6 CIDR block that you want to reserve.
Ipv6Isp interface{} Property ipv6Isp: The type of IPv6 CIDR block.

AddressPoolTypeOptional

AddressPoolType interface{}
  • Type: interface{}

Property addressPoolType: The type of the IPv6 address pool.

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


Ipv6CidrBlockOptional

Ipv6CidrBlock interface{}
  • Type: interface{}

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


Ipv6IspOptional

Ipv6Isp interface{}
  • Type: interface{}

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.