Uses of Class
com.tencentcloudapi.vpc.v20170312.models.NatGatewayAddress
-
Packages that use NatGatewayAddress Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of NatGatewayAddress in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return NatGatewayAddress Modifier and Type Method Description NatGatewayAddress[]NatGateway. getPublicIpAddressSet()Get 绑定NAT网关的公网IP对象数组。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type NatGatewayAddress Modifier and Type Method Description voidNatGateway. setPublicIpAddressSet(NatGatewayAddress[] PublicIpAddressSet)Set 绑定NAT网关的公网IP对象数组。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type NatGatewayAddress Constructor Description NatGatewayAddress(NatGatewayAddress 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.
-