public class CreateDomainRequest extends AbstractModel
Constructor and Description |
---|
CreateDomainRequest() |
CreateDomainRequest(CreateDomainRequest 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 |
getCertificateId()
Get Server certificate, which is used for the HTTPS interaction between client and GAAP.
|
String |
getClientCertificateId()
Get Client CA certificate, which is used for the HTTPS interaction between client and GAAP.
|
String |
getDomain()
Get Domain name to be created.
|
Long |
getHttp3Supported()
Get Specifies whether to enable HTTP3.
|
String |
getListenerId()
Get Listener ID.
|
String[] |
getPolyClientCertificateIds()
Get Client CA certificate, which is used for the HTTPS interaction between the client and GAAP.
|
void |
setCertificateId(String CertificateId)
Set Server certificate, which is used for the HTTPS interaction between client and GAAP.
|
void |
setClientCertificateId(String ClientCertificateId)
Set Client CA certificate, which is used for the HTTPS interaction between client and GAAP.
|
void |
setDomain(String Domain)
Set Domain name to be created.
|
void |
setHttp3Supported(Long Http3Supported)
Set Specifies whether to enable HTTP3.
|
void |
setListenerId(String ListenerId)
Set Listener ID.
|
void |
setPolyClientCertificateIds(String[] PolyClientCertificateIds)
Set Client CA certificate, which is used for the HTTPS interaction between the client and GAAP.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateDomainRequest()
public CreateDomainRequest(CreateDomainRequest source)
public String getListenerId()
public void setListenerId(String ListenerId)
ListenerId
- Listener ID.public String getDomain()
public void setDomain(String Domain)
Domain
- Domain name to be created. Each listener supports up to 100 domain names.public String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId
- Server certificate, which is used for the HTTPS interaction between client and GAAP.public String getClientCertificateId()
public void setClientCertificateId(String ClientCertificateId)
ClientCertificateId
- Client CA certificate, which is used for the HTTPS interaction between client and GAAP.
This field is required only when the mutual authentication method is adopted.public String[] getPolyClientCertificateIds()
public void setPolyClientCertificateIds(String[] PolyClientCertificateIds)
PolyClientCertificateIds
- Client CA certificate, which is used for the HTTPS interaction between the client and GAAP.
This field or the `ClientCertificateId` field is required for mutual authentication only.public Long getHttp3Supported()
public void setHttp3Supported(Long Http3Supported)
Http3Supported
- Specifies whether to enable HTTP3. Valid values:
`0`: disable HTTP3;
`1`: enable HTTP3.
HTTP3 is not enabled by default. You can enable it with this field SetDomainHttp3.Copyright © 2023. All rights reserved.