Uses of Class
com.tencentcloudapi.clb.v20180317.models.CertInfo
-
Packages that use CertInfo Package Description com.tencentcloudapi.clb.v20180317.models -
-
Uses of CertInfo in com.tencentcloudapi.clb.v20180317.models
Methods in com.tencentcloudapi.clb.v20180317.models that return CertInfo Modifier and Type Method Description CertInfo[]MultiCertInfo. getCertList()Get 监听器或规则证书列表,单双向认证,多本服务端证书算法类型不能重复;若SSLMode为双向认证,证书列表必须包含一本ca证书。Methods in com.tencentcloudapi.clb.v20180317.models with parameters of type CertInfo Modifier and Type Method Description voidMultiCertInfo. setCertList(CertInfo[] CertList)Set 监听器或规则证书列表,单双向认证,多本服务端证书算法类型不能重复;若SSLMode为双向认证,证书列表必须包含一本ca证书。Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type CertInfo Constructor Description CertInfo(CertInfo 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.
-