public class VpcDescribeVpcNatGatewayNetworkInterfaceQuotaResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
quota
The number of endpoints that can be created.
|
String |
requestId
The ID of the request.
|
构造器和说明 |
---|
VpcDescribeVpcNatGatewayNetworkInterfaceQuotaResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static VpcDescribeVpcNatGatewayNetworkInterfaceQuotaResponseBody |
build(Map<String,?> map) |
Long |
getQuota() |
String |
getRequestId() |
VpcDescribeVpcNatGatewayNetworkInterfaceQuotaResponseBody |
setQuota(Long quota) |
VpcDescribeVpcNatGatewayNetworkInterfaceQuotaResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Quota") public Long quota
The number of endpoints that can be created.
example:2
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:611CB80C-B6A9-43DB-9E38-0B0AC3D9B58F
public VpcDescribeVpcNatGatewayNetworkInterfaceQuotaResponseBody()
public static VpcDescribeVpcNatGatewayNetworkInterfaceQuotaResponseBody build(Map<String,?> map) throws Exception
Exception
public VpcDescribeVpcNatGatewayNetworkInterfaceQuotaResponseBody setQuota(Long quota)
public Long getQuota()
public VpcDescribeVpcNatGatewayNetworkInterfaceQuotaResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.