public static class GetNatGatewayAttributeResponseBody.GetNatGatewayAttributeResponseBodyFullNatTable
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
fullNatEntryCount
The number of FULLNAT entries.
|
String |
fullNatTableId
The ID of the FULLNAT table.
|
构造器和说明 |
---|
GetNatGatewayAttributeResponseBodyFullNatTable() |
@NameInMap(value="FullNatEntryCount") public Long fullNatEntryCount
The number of FULLNAT entries.
example:1
@NameInMap(value="FullNatTableId") public String fullNatTableId
The ID of the FULLNAT table.
example:fulltb-gw88z7hhlv43rmb26****
public GetNatGatewayAttributeResponseBodyFullNatTable()
public static GetNatGatewayAttributeResponseBody.GetNatGatewayAttributeResponseBodyFullNatTable build(Map<String,?> map) throws Exception
Exception
public GetNatGatewayAttributeResponseBody.GetNatGatewayAttributeResponseBodyFullNatTable setFullNatEntryCount(Long fullNatEntryCount)
public Long getFullNatEntryCount()
public GetNatGatewayAttributeResponseBody.GetNatGatewayAttributeResponseBodyFullNatTable setFullNatTableId(String fullNatTableId)
public String getFullNatTableId()
Copyright © 2024. All rights reserved.