public static class GetNatGatewayAttributeResponseBody.GetNatGatewayAttributeResponseBodyForwardTable
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
forwardEntryCount
The number of DNAT entries.
|
String |
forwardTableId
The ID of the DNAT table.
|
构造器和说明 |
---|
GetNatGatewayAttributeResponseBodyForwardTable() |
@NameInMap(value="ForwardEntryCount") public Integer forwardEntryCount
The number of DNAT entries.
example:1
@NameInMap(value="ForwardTableId") public String forwardTableId
The ID of the DNAT table.
example:ftb-uf6gj3mhsg94qsqst****
public GetNatGatewayAttributeResponseBodyForwardTable()
public static GetNatGatewayAttributeResponseBody.GetNatGatewayAttributeResponseBodyForwardTable build(Map<String,?> map) throws Exception
Exception
public GetNatGatewayAttributeResponseBody.GetNatGatewayAttributeResponseBodyForwardTable setForwardEntryCount(Integer forwardEntryCount)
public Integer getForwardEntryCount()
public GetNatGatewayAttributeResponseBody.GetNatGatewayAttributeResponseBodyForwardTable setForwardTableId(String forwardTableId)
public String getForwardTableId()
Copyright © 2024. All rights reserved.