public class AllocateIpv6AddressRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
AllocateIpv6AddressRequest.AllocateIpv6AddressRequestTag |
限定符和类型 | 字段和说明 |
---|---|
String |
addressType |
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
Boolean |
dryRun
Specifies whether to perform only a dry run, without performing the actual request.
|
String |
ipv6Address
The IPv6 address.
|
String |
ipv6AddressDescription
The description of the IPv6 address.
|
String |
ipv6AddressName
The name of the IPv6 address.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID.
|
String |
resourceGroupId
The resource group ID.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<AllocateIpv6AddressRequest.AllocateIpv6AddressRequestTag> |
tag
The tag list.
|
String |
vSwitchId
The ID of the vSwitch to which the IPv6 address belongs.
|
构造器和说明 |
---|
AllocateIpv6AddressRequest() |
@NameInMap(value="AddressType") public String addressType
@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.
02fb3da4-130e-11e9-8e44-0016e04****
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
false
@NameInMap(value="Ipv6Address") public String ipv6Address
The IPv6 address. The IPv6 address must be an idle one that falls within the vSwitch CIDR block.
example:2408:XXXX:153:3921:851c:c435:7b12:1c5f
@NameInMap(value="Ipv6AddressDescription") public String ipv6AddressDescription
The description of the IPv6 address.
example:ipv6-description
@NameInMap(value="Ipv6AddressName") public String ipv6AddressName
The name of the IPv6 address.
example:ipv6-name
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The resource group ID. For more information about resource groups, see related documentation.
example:rg-bp67acfmxazb4ph****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Tag") public List<AllocateIpv6AddressRequest.AllocateIpv6AddressRequestTag> tag
The tag list.
@NameInMap(value="VSwitchId") public String vSwitchId
The ID of the vSwitch to which the IPv6 address belongs.
This parameter is required.
example:vsw-asdfjlnaue4g****
public static AllocateIpv6AddressRequest build(Map<String,?> map) throws Exception
Exception
public AllocateIpv6AddressRequest setAddressType(String addressType)
public String getAddressType()
public AllocateIpv6AddressRequest setClientToken(String clientToken)
public String getClientToken()
public AllocateIpv6AddressRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public AllocateIpv6AddressRequest setIpv6Address(String ipv6Address)
public String getIpv6Address()
public AllocateIpv6AddressRequest setIpv6AddressDescription(String ipv6AddressDescription)
public String getIpv6AddressDescription()
public AllocateIpv6AddressRequest setIpv6AddressName(String ipv6AddressName)
public String getIpv6AddressName()
public AllocateIpv6AddressRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public AllocateIpv6AddressRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public AllocateIpv6AddressRequest setRegionId(String regionId)
public String getRegionId()
public AllocateIpv6AddressRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public AllocateIpv6AddressRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public AllocateIpv6AddressRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public AllocateIpv6AddressRequest setTag(List<AllocateIpv6AddressRequest.AllocateIpv6AddressRequestTag> tag)
public List<AllocateIpv6AddressRequest.AllocateIpv6AddressRequestTag> getTag()
public AllocateIpv6AddressRequest setVSwitchId(String vSwitchId)
public String getVSwitchId()
Copyright © 2024. All rights reserved.