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 Specifies whether to skip resolution record scanning
|
String |
getName()
Get Site name
|
Tag[] |
getTags()
Get Resource tag
|
String |
getType()
Get Access mode.
|
void |
setJumpStart(Boolean JumpStart)
Set Specifies whether to skip resolution record scanning
|
void |
setName(String Name)
Set Site name
|
void |
setTags(Tag[] Tags)
Set Resource tag
|
void |
setType(String Type)
Set Access mode.
|
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 getName()
public void setName(String Name)
Name
- Site namepublic String getType()
public void setType(String Type)
Type
- Access mode. Valid values:
- `full` (default): Access via NS
- `partial`: Access via CNAMEpublic Boolean getJumpStart()
public void setJumpStart(Boolean JumpStart)
JumpStart
- Specifies whether to skip resolution record scanningpublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Resource tagCopyright © 2023. All rights reserved.