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 |
---|---|
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 |
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.Copyright © 2022. All rights reserved.