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 |
getAllowDuplicates()
Get 是否允许重复接入。
true:允许重复接入;
false:不允许重复接入。不填写使用默认值false。
|
Boolean |
getJumpStart()
Get 是否跳过站点现有的DNS记录扫描。默认值:false。
|
Tag[] |
getTags()
Get 资源标签。
|
String |
getType()
Get 接入方式,取值有:
full:NS接入;
partial:CNAME接入。不填写使用默认值full。
|
String |
getZoneName()
Get 站点名称。
|
void |
setAllowDuplicates(Boolean AllowDuplicates)
Set 是否允许重复接入。
true:允许重复接入;
false:不允许重复接入。不填写使用默认值false。
|
void |
setJumpStart(Boolean JumpStart)
Set 是否跳过站点现有的DNS记录扫描。默认值:false。
|
void |
setTags(Tag[] Tags)
Set 资源标签。
|
void |
setType(String Type)
Set 接入方式,取值有:
full:NS接入;
partial:CNAME接入。不填写使用默认值full。
|
void |
setZoneName(String ZoneName)
Set 站点名称。
|
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
- 站点名称。public String getType()
public void setType(String Type)
Type
- 接入方式,取值有:
public Boolean getJumpStart()
public void setJumpStart(Boolean JumpStart)
JumpStart
- 是否跳过站点现有的DNS记录扫描。默认值:false。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 资源标签。public Boolean getAllowDuplicates()
public void setAllowDuplicates(Boolean AllowDuplicates)
AllowDuplicates
- 是否允许重复接入。
Copyright © 2022. All rights reserved.