public class ModifyZoneRequest extends AbstractModel
skipSign
Constructor and Description |
---|
ModifyZoneRequest() |
ModifyZoneRequest(ModifyZoneRequest 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 |
getAliasZoneName()
Get The site alias.
|
String |
getArea()
Get The region where the site requests access.
|
String |
getType()
Get Access mode of the site.
|
VanityNameServers |
getVanityNameServers()
Get The custom name servers.
|
String |
getZoneId()
Get The site ID.
|
String |
getZoneName()
Get Name of the site.
|
void |
setAliasZoneName(String AliasZoneName)
Set The site alias.
|
void |
setArea(String Area)
Set The region where the site requests access.
|
void |
setType(String Type)
Set Access mode of the site.
|
void |
setVanityNameServers(VanityNameServers VanityNameServers)
Set The custom name servers.
|
void |
setZoneId(String ZoneId)
Set The site ID.
|
void |
setZoneName(String ZoneName)
Set Name of the site.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyZoneRequest()
public ModifyZoneRequest(ModifyZoneRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- The site ID.public String getType()
public void setType(String Type)
Type
- Access mode of the site. Values:
public VanityNameServers getVanityNameServers()
public void setVanityNameServers(VanityNameServers VanityNameServers)
VanityNameServers
- The custom name servers. The original configuration applies if this field is not specified. It is not allowed to pass this field when a site is connected without using a domain name.public String getAliasZoneName()
public void setAliasZoneName(String AliasZoneName)
AliasZoneName
- The site alias. It can be up to 20 characters consisting of digits, letters, hyphens (-) and underscores (_).public String getArea()
public void setArea(String Area)
Area
- The region where the site requests access. Values:
public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- Name of the site. This field takes effect only when the site switches from domainless access to CNAME access.Copyright © 2023. All rights reserved.