public class AllocateVpcIpv6CidrRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
addressPoolType
The type of the IPv6 address pool.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
ipv6CidrBlock
The IPv6 CIDR block that you want to reserve.
|
String |
ipv6Isp
The type of IPv6 CIDR block.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the VPC.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
AllocateVpcIpv6CidrRequest() |
限定符和类型 | 方法和说明 |
---|---|
static AllocateVpcIpv6CidrRequest |
build(Map<String,?> map) |
String |
getAddressPoolType() |
String |
getClientToken() |
String |
getIpv6CidrBlock() |
String |
getIpv6Isp() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
AllocateVpcIpv6CidrRequest |
setAddressPoolType(String addressPoolType) |
AllocateVpcIpv6CidrRequest |
setClientToken(String clientToken) |
AllocateVpcIpv6CidrRequest |
setIpv6CidrBlock(String ipv6CidrBlock) |
AllocateVpcIpv6CidrRequest |
setIpv6Isp(String ipv6Isp) |
AllocateVpcIpv6CidrRequest |
setOwnerAccount(String ownerAccount) |
AllocateVpcIpv6CidrRequest |
setOwnerId(Long ownerId) |
AllocateVpcIpv6CidrRequest |
setRegionId(String regionId) |
AllocateVpcIpv6CidrRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
AllocateVpcIpv6CidrRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="AddressPoolType") public String addressPoolType
The type of the IPv6 address pool. Set the value to custom.
example:This parameter is required.
custom
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters.
example: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.
123e4567-e89b-12d3-a456-426655440000
@NameInMap(value="Ipv6CidrBlock") public String ipv6CidrBlock
The IPv6 CIDR block that you want to reserve.
example:2408:XXXX:0:a600::/56
@NameInMap(value="Ipv6Isp") public String ipv6Isp
The type of IPv6 CIDR block. Valid values:
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.
BGP
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the VPC.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static AllocateVpcIpv6CidrRequest build(Map<String,?> map) throws Exception
Exception
public AllocateVpcIpv6CidrRequest setAddressPoolType(String addressPoolType)
public String getAddressPoolType()
public AllocateVpcIpv6CidrRequest setClientToken(String clientToken)
public String getClientToken()
public AllocateVpcIpv6CidrRequest setIpv6CidrBlock(String ipv6CidrBlock)
public String getIpv6CidrBlock()
public AllocateVpcIpv6CidrRequest setIpv6Isp(String ipv6Isp)
public String getIpv6Isp()
public AllocateVpcIpv6CidrRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public AllocateVpcIpv6CidrRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public AllocateVpcIpv6CidrRequest setRegionId(String regionId)
public String getRegionId()
public AllocateVpcIpv6CidrRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public AllocateVpcIpv6CidrRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.