Uses of Class
com.tencentcloudapi.teo.v20220901.models.ServerCertInfo
-
Packages that use ServerCertInfo Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of ServerCertInfo in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return ServerCertInfo Modifier and Type Method Description ServerCertInfo[]Https. getCertInfo()Get 证书配置。 注意:此字段可能返回 null,表示取不到有效值。ServerCertInfo[]ModifyHostsCertificateRequest. getServerCertInfo()Get 证书信息, 只需要传入 CertId 即可, 如果为空, 则使用默认证书。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type ServerCertInfo Modifier and Type Method Description voidHttps. setCertInfo(ServerCertInfo[] CertInfo)Set 证书配置。 注意:此字段可能返回 null,表示取不到有效值。voidModifyHostsCertificateRequest. setServerCertInfo(ServerCertInfo[] ServerCertInfo)Set 证书信息, 只需要传入 CertId 即可, 如果为空, 则使用默认证书。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type ServerCertInfo Constructor Description ServerCertInfo(ServerCertInfo 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.
-