public class PrivateNatGatewayLimit extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PrivateNatGatewayLimit() | 
| PrivateNatGatewayLimit(PrivateNatGatewayLimit source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAvailable()Get 可创建私网网关数量。 | 
| Long | getTotalLimit()Get Vpc下总计可创建私网网关数量。 | 
| String | getUniqVpcId()Get 私有网络唯一`ID`。 | 
| void | setAvailable(Long Available)Set 可创建私网网关数量。 | 
| void | setTotalLimit(Long TotalLimit)Set Vpc下总计可创建私网网关数量。 | 
| void | setUniqVpcId(String UniqVpcId)Set 私有网络唯一`ID`。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PrivateNatGatewayLimit()
public PrivateNatGatewayLimit(PrivateNatGatewayLimit source)
public String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId - 私有网络唯一`ID`。public Long getTotalLimit()
public void setTotalLimit(Long TotalLimit)
TotalLimit - Vpc下总计可创建私网网关数量。public Long getAvailable()
public void setAvailable(Long Available)
Available - 可创建私网网关数量。Copyright © 2025. All rights reserved.