Uses of Class
com.tencentcloudapi.vpc.v20170312.models.SslVpnClient
-
Packages that use SslVpnClient Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of SslVpnClient in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return SslVpnClient Modifier and Type Method Description SslVpnClient[]DescribeVpnGatewaySslClientsResponse. getSslVpnClientSet()Get SSL-VPN-CLIENT 实例列表。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type SslVpnClient Modifier and Type Method Description voidDescribeVpnGatewaySslClientsResponse. setSslVpnClientSet(SslVpnClient[] SslVpnClientSet)Set SSL-VPN-CLIENT 实例列表。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type SslVpnClient Constructor Description SslVpnClient(SslVpnClient 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.
-