Uses of Class
com.tencentcloudapi.vpc.v20170312.models.SslClientConfig
-
Packages that use SslClientConfig Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of SslClientConfig in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return SslClientConfig Modifier and Type Method Description SslClientConfig[]DownloadVpnGatewaySslClientCertResponse. getSslClientConfig()Get SSL-VPN 客户端配置。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type SslClientConfig Modifier and Type Method Description voidDownloadVpnGatewaySslClientCertResponse. setSslClientConfig(SslClientConfig[] SslClientConfig)Set SSL-VPN 客户端配置。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type SslClientConfig Constructor Description SslClientConfig(SslClientConfig 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.
-