Package | Description |
---|---|
com.tencentcloudapi.ecdn.v20191012.models |
Modifier and Type | Method and Description |
---|---|
ServerCert |
AdvanceHttps.getCertInfo()
Get Configuration information of the origin-pull certificate
Note: This field may return `null`, indicating that no valid values can be obtained.
|
ServerCert |
Https.getCertInfo()
Get Server certificate configuration information.
|
Modifier and Type | Method and Description |
---|---|
void |
AdvanceHttps.setCertInfo(ServerCert CertInfo)
Set Configuration information of the origin-pull certificate
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
Https.setCertInfo(ServerCert CertInfo)
Set Server certificate configuration information.
|
Constructor and Description |
---|
ServerCert(ServerCert 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 © 2023. All rights reserved.