Uses of Class
com.tencentcloudapi.vpc.v20170312.models.CreateNatGatewayRequest
-
Packages that use CreateNatGatewayRequest Package Description com.tencentcloudapi.vpc.v20170312 com.tencentcloudapi.vpc.v20170312.models -
-
Uses of CreateNatGatewayRequest in com.tencentcloudapi.vpc.v20170312
Methods in com.tencentcloudapi.vpc.v20170312 with parameters of type CreateNatGatewayRequest Modifier and Type Method Description CreateNatGatewayResponseVpcClient. CreateNatGateway(CreateNatGatewayRequest req)本接口(CreateNatGateway)用于创建NAT网关。 在对新建的NAT网关做其他操作前,需先确认此网关已被创建完成(DescribeNatGateway接口返回的实例State字段为AVAILABLE)。 -
Uses of CreateNatGatewayRequest in com.tencentcloudapi.vpc.v20170312.models
Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type CreateNatGatewayRequest Constructor Description CreateNatGatewayRequest(CreateNatGatewayRequest 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.
-