Uses of Class
com.tencentcloudapi.vpc.v20170312.models.DeleteVpnGatewayRequest
-
Packages that use DeleteVpnGatewayRequest Package Description com.tencentcloudapi.vpc.v20170312 com.tencentcloudapi.vpc.v20170312.models -
-
Uses of DeleteVpnGatewayRequest in com.tencentcloudapi.vpc.v20170312
Methods in com.tencentcloudapi.vpc.v20170312 with parameters of type DeleteVpnGatewayRequest Modifier and Type Method Description DeleteVpnGatewayResponseVpcClient. DeleteVpnGateway(DeleteVpnGatewayRequest req)本接口(DeleteVpnGateway)用于删除VPN网关。目前只支持删除运行中的按量计费的IPSEC网关实例。 -
Uses of DeleteVpnGatewayRequest in com.tencentcloudapi.vpc.v20170312.models
Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type DeleteVpnGatewayRequest Constructor Description DeleteVpnGatewayRequest(DeleteVpnGatewayRequest 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.
-