Uses of Class
com.tencentcloudapi.vpc.v20170312.models.VpnGateway
-
Packages that use VpnGateway Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of VpnGateway in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return VpnGateway Modifier and Type Method Description VpnGatewayCreateVpnGatewayResponse. getVpnGateway()Get VPN网关对象VpnGateway[]DescribeVpnGatewaysResponse. getVpnGatewaySet()Get VPN网关实例详细信息列表。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type VpnGateway Modifier and Type Method Description voidCreateVpnGatewayResponse. setVpnGateway(VpnGateway VpnGateway)Set VPN网关对象voidDescribeVpnGatewaysResponse. setVpnGatewaySet(VpnGateway[] VpnGatewaySet)Set VPN网关实例详细信息列表。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type VpnGateway Constructor Description VpnGateway(VpnGateway 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.
-