public static class GetNatGatewayAttributeResponseBody.GetNatGatewayAttributeResponseBodySnatTable
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
snatEntryCount
The number of SNAT entries.
|
String |
snatTableId
The ID of the SNAT table.
|
构造器和说明 |
---|
GetNatGatewayAttributeResponseBodySnatTable() |
@NameInMap(value="SnatEntryCount") public Integer snatEntryCount
The number of SNAT entries.
example:1
@NameInMap(value="SnatTableId") public String snatTableId
The ID of the SNAT table.
example:stb-SnatTableIds****
public GetNatGatewayAttributeResponseBodySnatTable()
public static GetNatGatewayAttributeResponseBody.GetNatGatewayAttributeResponseBodySnatTable build(Map<String,?> map) throws Exception
Exception
public GetNatGatewayAttributeResponseBody.GetNatGatewayAttributeResponseBodySnatTable setSnatEntryCount(Integer snatEntryCount)
public Integer getSnatEntryCount()
public GetNatGatewayAttributeResponseBody.GetNatGatewayAttributeResponseBodySnatTable setSnatTableId(String snatTableId)
public String getSnatTableId()
Copyright © 2024. All rights reserved.