Uses of Class
com.tencentcloudapi.vpc.v20170312.models.NatGateway
-
Packages that use NatGateway Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of NatGateway in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return NatGateway Modifier and Type Method Description NatGateway[]CreateNatGatewayResponse. getNatGatewaySet()Get NAT网关对象数组。NatGateway[]DescribeNatGatewaysResponse. getNatGatewaySet()Get NAT网关对象数组。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type NatGateway Modifier and Type Method Description voidCreateNatGatewayResponse. setNatGatewaySet(NatGateway[] NatGatewaySet)Set NAT网关对象数组。voidDescribeNatGatewaysResponse. setNatGatewaySet(NatGateway[] NatGatewaySet)Set NAT网关对象数组。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type NatGateway Constructor Description NatGateway(NatGateway 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.
-