public class VpcDescribeVpcNatGatewayNetworkInterfaceQuotaRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
natGatewayId
The ID of the VPC NAT gateway.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the VPC NAT gateway.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
Long |
resourceUid
The ID of the Alibaba Cloud account to which the resource belongs.
|
构造器和说明 |
---|
VpcDescribeVpcNatGatewayNetworkInterfaceQuotaRequest() |
@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 value, but you must make sure that it is unique among all requests. ClientToken can contain only ASCII characters.
example:If you do not set this parameter, ClientToken is set to the value of RequestId. The value of RequestId may be different for each API request.
123e4567-e89b-12d3-a456-426655440000
@NameInMap(value="NatGatewayId") public String natGatewayId
The ID of the VPC NAT gateway.
example:ngw-bp1uewa15k4iy5770****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the VPC NAT gateway.
You can call the DescribeRegions operation to query the most recent region list.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="ResourceUid") public Long resourceUid
The ID of the Alibaba Cloud account to which the resource belongs.
example:132193271328****
public VpcDescribeVpcNatGatewayNetworkInterfaceQuotaRequest()
public static VpcDescribeVpcNatGatewayNetworkInterfaceQuotaRequest build(Map<String,?> map) throws Exception
Exception
public VpcDescribeVpcNatGatewayNetworkInterfaceQuotaRequest setClientToken(String clientToken)
public String getClientToken()
public VpcDescribeVpcNatGatewayNetworkInterfaceQuotaRequest setNatGatewayId(String natGatewayId)
public String getNatGatewayId()
public VpcDescribeVpcNatGatewayNetworkInterfaceQuotaRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public VpcDescribeVpcNatGatewayNetworkInterfaceQuotaRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public VpcDescribeVpcNatGatewayNetworkInterfaceQuotaRequest setRegionId(String regionId)
public String getRegionId()
public VpcDescribeVpcNatGatewayNetworkInterfaceQuotaRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public VpcDescribeVpcNatGatewayNetworkInterfaceQuotaRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public VpcDescribeVpcNatGatewayNetworkInterfaceQuotaRequest setResourceUid(Long resourceUid)
public Long getResourceUid()
Copyright © 2024. All rights reserved.