Class DescribeNatSubnetsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bmvpc.v20180625.models.DescribeNatSubnetsRequest
-
public class DescribeNatSubnetsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeNatSubnetsRequest()
DescribeNatSubnetsRequest(DescribeNatSubnetsRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNatId()
Get NAT网关ID,例如:nat-kdm476mpString
getVpcId()
Get 私有网络ID,例如:vpc-kd7d06ofvoid
setNatId(String NatId)
Set NAT网关ID,例如:nat-kdm476mpvoid
setVpcId(String VpcId)
Set 私有网络ID,例如:vpc-kd7d06ofvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeNatSubnetsRequest
public DescribeNatSubnetsRequest()
-
DescribeNatSubnetsRequest
public DescribeNatSubnetsRequest(DescribeNatSubnetsRequest 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.
-
-
Method Detail
-
getNatId
public String getNatId()
Get NAT网关ID,例如:nat-kdm476mp- Returns:
- NatId NAT网关ID,例如:nat-kdm476mp
-
setNatId
public void setNatId(String NatId)
Set NAT网关ID,例如:nat-kdm476mp- Parameters:
NatId
- NAT网关ID,例如:nat-kdm476mp
-
getVpcId
public String getVpcId()
Get 私有网络ID,例如:vpc-kd7d06of- Returns:
- VpcId 私有网络ID,例如:vpc-kd7d06of
-
setVpcId
public void setVpcId(String VpcId)
Set 私有网络ID,例如:vpc-kd7d06of- Parameters:
VpcId
- 私有网络ID,例如:vpc-kd7d06of
-
-