public class CreateZoneRequest extends AbstractModel
header, skipSign
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()
Deprecated.
|
String |
getArea()
Get The acceleration area of the L7 domain name when `Type` is `partial` or `full`.
|
Boolean |
getJumpStart()
Deprecated.
|
String |
getPlanId()
Get ID of the plan to which you want to bind the site.
|
Tag[] |
getTags()
Get Tags of the site.
|
String |
getType()
Get Site access types.
|
String |
getZoneName()
Get Site name.
|
void |
setAliasZoneName(String AliasZoneName)
Set The site alias.
|
void |
setAllowDuplicates(Boolean AllowDuplicates)
Deprecated.
|
void |
setArea(String Area)
Set The acceleration area of the L7 domain name when `Type` is `partial` or `full`.
|
void |
setJumpStart(Boolean JumpStart)
Deprecated.
|
void |
setPlanId(String PlanId)
Set ID of the plan to which you want to bind the site.
|
void |
setTags(Tag[] Tags)
Set Tags of the site.
|
void |
setType(String Type)
Set Site access types.
|
void |
setZoneName(String ZoneName)
Set Site name.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateZoneRequest()
public CreateZoneRequest(CreateZoneRequest source)
public String getType()
public void setType(String Type)
Type
- Site access types. Options include:
public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- Site name. For sites connected via CNAME/NS, pass in the secondary domain name (example.com). Leave it blank if the site is connected without a domain name.public String getArea()
public void setArea(String Area)
Area
- The acceleration area of the L7 domain name when `Type` is `partial` or `full`. When Type is `noDomainAccess`, please leave it blank.
public String getPlanId()
public void setPlanId(String PlanId)
PlanId
- ID of the plan to which you want to bind the site. If you don't have an EdgeOne plan, purchase one in the EdgeOne console.public String getAliasZoneName()
public void setAliasZoneName(String AliasZoneName)
AliasZoneName
- The site alias. It allows up to 20 characters, including [0-9], [a-z], [A-Z] and [-_]. For details, see [Glossary](https://intl.cloud.tencent.com/document/product/1552/70202?from_cn_redirect=1). If you don't want to use it, just leave it blank.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Tags of the site. To create tags, go to the [Tag Console](https://console.cloud.tencent.com/tag/taglist).@Deprecated public Boolean getAllowDuplicates()
@Deprecated public void setAllowDuplicates(Boolean AllowDuplicates)
AllowDuplicates
- Whether to allow duplicate sites. Values:
@Deprecated public Boolean getJumpStart()
@Deprecated public void setJumpStart(Boolean JumpStart)
JumpStart
- Whether to skip scanning the existing DNS records of the site. Default value: false.Copyright © 2024. All rights reserved.