public class ModifyHostsCertificateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyHostsCertificateRequest() |
ModifyHostsCertificateRequest(ModifyHostsCertificateRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getApplyType()
Deprecated.
|
String[] |
getHosts()
Get 需要修改证书配置的加速域名。
|
String |
getMode()
Get 配置证书的模式,取值有:
disable:不配置证书;
eofreecert:配置 EdgeOne 免费证书;
sslcert:配置 SSL 证书。不填时默认取值为 disable。
|
ServerCertInfo[] |
getServerCertInfo()
Get SSL 证书配置,本参数仅在 mode = sslcert 时生效,传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/certoverview) 查看 CertId。
|
String |
getZoneId()
Get 站点 ID。
|
void |
setApplyType(String ApplyType)
Deprecated.
|
void |
setHosts(String[] Hosts)
Set 需要修改证书配置的加速域名。
|
void |
setMode(String Mode)
Set 配置证书的模式,取值有:
disable:不配置证书;
eofreecert:配置 EdgeOne 免费证书;
sslcert:配置 SSL 证书。不填时默认取值为 disable。
|
void |
setServerCertInfo(ServerCertInfo[] ServerCertInfo)
Set SSL 证书配置,本参数仅在 mode = sslcert 时生效,传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/certoverview) 查看 CertId。
|
void |
setZoneId(String ZoneId)
Set 站点 ID。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyHostsCertificateRequest()
public ModifyHostsCertificateRequest(ModifyHostsCertificateRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 站点 ID。public String[] getHosts()
public void setHosts(String[] Hosts)
Hosts
- 需要修改证书配置的加速域名。public String getMode()
public void setMode(String Mode)
Mode
- 配置证书的模式,取值有:
public ServerCertInfo[] getServerCertInfo()
public void setServerCertInfo(ServerCertInfo[] ServerCertInfo)
ServerCertInfo
- SSL 证书配置,本参数仅在 mode = sslcert 时生效,传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/certoverview) 查看 CertId。@Deprecated public String getApplyType()
@Deprecated public void setApplyType(String ApplyType)
ApplyType
- 托管类型,取值有:
Copyright © 2024. All rights reserved.