public class CreateZoneRequest extends AbstractModel
Constructor and Description |
---|
CreateZoneRequest() |
CreateZoneRequest(CreateZoneRequest 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.
|
Boolean |
getAllowDuplicates()
Get Whether to allow duplicate sites.
|
Boolean |
getJumpStart()
Get Whether to skip scanning the existing DNS records of the site.
|
Tag[] |
getTags()
Get The resource tag.
|
String |
getType()
Get The access mode.
|
String |
getZoneName()
Get The site name.
|
void |
setAliasZoneName(String AliasZoneName)
Set The site alias.
|
void |
setAllowDuplicates(Boolean AllowDuplicates)
Set Whether to allow duplicate sites.
|
void |
setJumpStart(Boolean JumpStart)
Set Whether to skip scanning the existing DNS records of the site.
|
void |
setTags(Tag[] Tags)
Set The resource tag.
|
void |
setType(String Type)
Set The access mode.
|
void |
setZoneName(String ZoneName)
Set The site name.
|
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 CreateZoneRequest()
public CreateZoneRequest(CreateZoneRequest source)
public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- The site name.public String getType()
public void setType(String Type)
Type
- The access mode. Values:
public Boolean getJumpStart()
public void setJumpStart(Boolean JumpStart)
JumpStart
- Whether to skip scanning the existing DNS records of the site. Default value: false.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- The resource tag.public Boolean getAllowDuplicates()
public void setAllowDuplicates(Boolean AllowDuplicates)
AllowDuplicates
- Whether to allow duplicate sites. Values:
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 (_).Copyright © 2023. All rights reserved.