public class CreateIpv6GatewayRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
CreateIpv6GatewayRequest.CreateIpv6GatewayRequestTag |
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
description
The description of the IPv6 gateway.
|
String |
name
The name of the IPv6 gateway.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the IPv6 gateway.
|
String |
resourceGroupId
The ID of the resource group to which the IPv6 gateway belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<CreateIpv6GatewayRequest.CreateIpv6GatewayRequestTag> |
tag
The tags.
|
String |
vpcId
The ID of the VPC in which you want to create the IPv6 gateway.
|
构造器和说明 |
---|
CreateIpv6GatewayRequest() |
@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.
0c593ea1-3bea-11e9-b96b-88e9fe637760
@NameInMap(value="Description") public String description
The description of the IPv6 gateway.
The description must be 2 to 256 characters in length and cannot start with http://
or https://
.
ipv6gatewayforVPC1
@NameInMap(value="Name") public String name
The name of the IPv6 gateway.
The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (_), and hyphens (-). The name must start with a letter but cannot start with http://
or https://
.
ipv6GW
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the IPv6 gateway. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-huhehaote
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the IPv6 gateway belongs.
example:rg-acfmxazb4ph6aiy****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Tag") public List<CreateIpv6GatewayRequest.CreateIpv6GatewayRequestTag> tag
The tags.
@NameInMap(value="VpcId") public String vpcId
The ID of the VPC in which you want to create the IPv6 gateway.
This parameter is required.
example:vpc-123sedrfswd23****
public static CreateIpv6GatewayRequest build(Map<String,?> map) throws Exception
Exception
public CreateIpv6GatewayRequest setClientToken(String clientToken)
public String getClientToken()
public CreateIpv6GatewayRequest setDescription(String description)
public String getDescription()
public CreateIpv6GatewayRequest setName(String name)
public String getName()
public CreateIpv6GatewayRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public CreateIpv6GatewayRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CreateIpv6GatewayRequest setRegionId(String regionId)
public String getRegionId()
public CreateIpv6GatewayRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public CreateIpv6GatewayRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CreateIpv6GatewayRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public CreateIpv6GatewayRequest setTag(List<CreateIpv6GatewayRequest.CreateIpv6GatewayRequestTag> tag)
public List<CreateIpv6GatewayRequest.CreateIpv6GatewayRequestTag> getTag()
public CreateIpv6GatewayRequest setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.