Uses of Class
com.tencentcloudapi.vpc.v20170312.models.VpnConnection
-
Packages that use VpnConnection Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of VpnConnection in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return VpnConnection Modifier and Type Method Description VpnConnectionCreateVpnConnectionResponse. getVpnConnection()Get 通道实例对象。VpnConnection[]DescribeVpnConnectionsResponse. getVpnConnectionSet()Get VPN通道实例。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type VpnConnection Modifier and Type Method Description voidCreateVpnConnectionResponse. setVpnConnection(VpnConnection VpnConnection)Set 通道实例对象。voidDescribeVpnConnectionsResponse. setVpnConnectionSet(VpnConnection[] VpnConnectionSet)Set VPN通道实例。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type VpnConnection Constructor Description VpnConnection(VpnConnection 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.
-