public class ModifyPrivateZoneRequest extends AbstractModel
Constructor and Description |
---|
ModifyPrivateZoneRequest() |
ModifyPrivateZoneRequest(ModifyPrivateZoneRequest 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 |
getCnameSpeedupStatus()
Get Whether to enable CNAME flattening.
|
String |
getDnsForwardStatus()
Get Whether to enable subdomain recursive DNS.
|
String |
getRemark()
Get Remarks
|
String |
getZoneId()
Get Private domain ID
|
void |
setCnameSpeedupStatus(String CnameSpeedupStatus)
Set Whether to enable CNAME flattening.
|
void |
setDnsForwardStatus(String DnsForwardStatus)
Set Whether to enable subdomain recursive DNS.
|
void |
setRemark(String Remark)
Set Remarks
|
void |
setZoneId(String ZoneId)
Set Private domain 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 ModifyPrivateZoneRequest()
public ModifyPrivateZoneRequest(ModifyPrivateZoneRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Private domain IDpublic String getRemark()
public void setRemark(String Remark)
Remark
- Remarkspublic String getDnsForwardStatus()
public void setDnsForwardStatus(String DnsForwardStatus)
DnsForwardStatus
- Whether to enable subdomain recursive DNS. Valid values: ENABLED, DISABLEDpublic String getCnameSpeedupStatus()
public void setCnameSpeedupStatus(String CnameSpeedupStatus)
CnameSpeedupStatus
- Whether to enable CNAME flattening. Valid values: `ENABLED` and `DISABLED`.Copyright © 2023. All rights reserved.