Package | Description |
---|---|
com.tencentcloudapi.teo.v20220901.models |
Modifier and Type | Method and Description |
---|---|
ServerCertInfo[] |
Https.getCertInfo()
Get 证书配置。
注意:此字段可能返回 null,表示取不到有效值。
|
ServerCertInfo[] |
ModifyHostsCertificateRequest.getServerCertInfo()
Get SSL 证书配置,本参数仅在 mode 为 sslcert 时生效,传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/certoverview) 查看 CertId。
|
Modifier and Type | Method and Description |
---|---|
void |
Https.setCertInfo(ServerCertInfo[] CertInfo)
Set 证书配置。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ModifyHostsCertificateRequest.setServerCertInfo(ServerCertInfo[] ServerCertInfo)
Set SSL 证书配置,本参数仅在 mode 为 sslcert 时生效,传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/certoverview) 查看 CertId。
|
Constructor and 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.
|
Copyright © 2024. All rights reserved.