public static final class AllocateVpcIpv6CidrRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
AllocateVpcIpv6CidrRequest.Builder |
addressPoolType(String addressPoolType)
The type of the IPv6 address pool.
|
AllocateVpcIpv6CidrRequest |
build() |
AllocateVpcIpv6CidrRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
AllocateVpcIpv6CidrRequest.Builder |
ipv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block that you want to reserve.
|
AllocateVpcIpv6CidrRequest.Builder |
ipv6Isp(String ipv6Isp)
The type of IPv6 CIDR block.
|
AllocateVpcIpv6CidrRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
AllocateVpcIpv6CidrRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
AllocateVpcIpv6CidrRequest.Builder |
regionId(String regionId)
The region ID of the VPC.
|
AllocateVpcIpv6CidrRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
AllocateVpcIpv6CidrRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public AllocateVpcIpv6CidrRequest.Builder addressPoolType(String addressPoolType)
> This parameter is required.
public AllocateVpcIpv6CidrRequest.Builder clientToken(String clientToken)
> If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
public AllocateVpcIpv6CidrRequest.Builder ipv6CidrBlock(String ipv6CidrBlock)
public AllocateVpcIpv6CidrRequest.Builder ipv6Isp(String ipv6Isp)
* **BGP** (default) * **ChinaMobile** * **ChinaUnicom** * **ChinaTelecom** > * 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.
public AllocateVpcIpv6CidrRequest.Builder ownerAccount(String ownerAccount)
public AllocateVpcIpv6CidrRequest.Builder ownerId(Long ownerId)
public AllocateVpcIpv6CidrRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public AllocateVpcIpv6CidrRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public AllocateVpcIpv6CidrRequest.Builder resourceOwnerId(Long resourceOwnerId)
public AllocateVpcIpv6CidrRequest build()
Copyright © 2024. All rights reserved.