Uses of Class
com.tencentcloudapi.vpc.v20170312.models.DeleteNatGatewayRequest
-
Packages that use DeleteNatGatewayRequest Package Description com.tencentcloudapi.vpc.v20170312 com.tencentcloudapi.vpc.v20170312.models -
-
Uses of DeleteNatGatewayRequest in com.tencentcloudapi.vpc.v20170312
Methods in com.tencentcloudapi.vpc.v20170312 with parameters of type DeleteNatGatewayRequest Modifier and Type Method Description DeleteNatGatewayResponseVpcClient. DeleteNatGateway(DeleteNatGatewayRequest req)本接口(DeleteNatGateway)用于删除NAT网关。 删除 NAT 网关后,系统会自动删除路由表中包含此 NAT 网关的路由项,同时也会解绑弹性公网IP(EIP)。 -
Uses of DeleteNatGatewayRequest in com.tencentcloudapi.vpc.v20170312.models
Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type DeleteNatGatewayRequest Constructor Description DeleteNatGatewayRequest(DeleteNatGatewayRequest 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.
-