public class ModifyDomainRequest extends AbstractModel
Constructor and Description |
---|
ModifyDomainRequest() |
ModifyDomainRequest(ModifyDomainRequest 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 SSL certificate ID.
|
String |
getClientCertificateId()
Get Client CA certificate ID.
|
String |
getListenerId()
Get Layer-7 listener ID
|
String |
getNewDomain()
Get New domain name information
|
String |
getOldDomain()
Get Original domain name information
|
String[] |
getPolyClientCertificateIds()
Get Client CA certificate ID.
|
void |
setCertificateId(String CertificateId)
Set Server SSL certificate ID.
|
void |
setClientCertificateId(String ClientCertificateId)
Set Client CA certificate ID.
|
void |
setListenerId(String ListenerId)
Set Layer-7 listener ID
|
void |
setNewDomain(String NewDomain)
Set New domain name information
|
void |
setOldDomain(String OldDomain)
Set Original domain name information
|
void |
setPolyClientCertificateIds(String[] PolyClientCertificateIds)
Set Client CA certificate ID.
|
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 ModifyDomainRequest()
public ModifyDomainRequest(ModifyDomainRequest source)
public String getListenerId()
public void setListenerId(String ListenerId)
ListenerId
- Layer-7 listener IDpublic String getOldDomain()
public void setOldDomain(String OldDomain)
OldDomain
- Original domain name informationpublic String getNewDomain()
public void setNewDomain(String NewDomain)
NewDomain
- New domain name informationpublic String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId
- Server SSL certificate ID. It's only applicable to the connections of version 3.0:
If this field is not passed in, the original certificate will be used;
If this field is passed in, and CertificateId=default, the listener certificate will be used;
For other cases, the certificate specified by CertificateId will be used.public String getClientCertificateId()
public void setClientCertificateId(String ClientCertificateId)
ClientCertificateId
- Client CA certificate ID. It's only applicable to the connections of version 3.0:
If this field is not passed in, the original certificate will be used;
If this field is passed in, and ClientCertificateId=default, the listener certificate will be used;
For other cases, the certificate specified by ClientCertificateId will be used.public String[] getPolyClientCertificateIds()
public void setPolyClientCertificateIds(String[] PolyClientCertificateIds)
PolyClientCertificateIds
- Client CA certificate ID. It is only applicable to connections on version 3.0, where:
If this field and `ClientCertificateId` are not included, the original certificate will be used;
If this field is included, and ClientCertificateId=default, then the listener certificate will be used;
In other cases, the certificate specified by `ClientCertificateId` or `PolyClientCertificateIds` will be used.Copyright © 2023. All rights reserved.