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