public class CreateCustomDomainRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateCustomDomainRequest() |
CreateCustomDomainRequest(CreateCustomDomainRequest 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 |
---|---|
CertConf |
getCertConfig()
Get 证书配置信息,HTTPS协议必穿
|
String |
getDomain()
Get 域名,不支持泛域名
|
EndpointsConf[] |
getEndpointsConfig()
Get 路由配置
|
String |
getProtocol()
Get 协议,取值范围:HTTP, HTTPS, HTTP&HTTPS
|
WafConf |
getWafConfig()
Get web 应用防火墙配置
|
void |
setCertConfig(CertConf CertConfig)
Set 证书配置信息,HTTPS协议必穿
|
void |
setDomain(String Domain)
Set 域名,不支持泛域名
|
void |
setEndpointsConfig(EndpointsConf[] EndpointsConfig)
Set 路由配置
|
void |
setProtocol(String Protocol)
Set 协议,取值范围:HTTP, HTTPS, HTTP&HTTPS
|
void |
setWafConfig(WafConf WafConfig)
Set web 应用防火墙配置
|
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 CreateCustomDomainRequest()
public CreateCustomDomainRequest(CreateCustomDomainRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- 域名,不支持泛域名public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- 协议,取值范围:HTTP, HTTPS, HTTP&HTTPSpublic EndpointsConf[] getEndpointsConfig()
public void setEndpointsConfig(EndpointsConf[] EndpointsConfig)
EndpointsConfig
- 路由配置public CertConf getCertConfig()
public void setCertConfig(CertConf CertConfig)
CertConfig
- 证书配置信息,HTTPS协议必穿public WafConf getWafConfig()
public void setWafConfig(WafConf WafConfig)
WafConfig
- web 应用防火墙配置Copyright © 2024. All rights reserved.