public class Zone extends AbstractModel
Constructor and Description |
---|
Zone() |
Zone(Zone 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 |
getActiveStatus()
Get Status of the proxy.
|
String |
getAliasZoneName()
Get The site alias.
|
String |
getArea()
Get The site access region.
|
String |
getCnameSpeedUp()
Get Whether CNAME acceleration is enabled.
|
String |
getCnameStatus()
Get CNAME record access status.
|
String |
getCreatedOn()
Get The creation time of the site.
|
Long |
getIsFake()
Get Whether it’s a fake site.
|
String |
getModifiedOn()
Get The modification date of the site.
|
String[] |
getNameServers()
Get The list of name servers assigned by Tencent Cloud.
|
String[] |
getOriginalNameServers()
Get List of name servers used by the site
|
Boolean |
getPaused()
Get Whether the site is disabled.
|
Resource[] |
getResources()
Get The list of billable resources.
|
String |
getStatus()
Get The site status.
|
Tag[] |
getTags()
Get The list of resource tags.
|
String |
getType()
Get The site access method.
|
VanityNameServers |
getVanityNameServers()
Get The custom name server information.
|
VanityNameServersIps[] |
getVanityNameServersIps()
Get The custom name server IP information.
|
String |
getZoneId()
Get The site ID.
|
String |
getZoneName()
Get The site name.
|
void |
setActiveStatus(String ActiveStatus)
Set Status of the proxy.
|
void |
setAliasZoneName(String AliasZoneName)
Set The site alias.
|
void |
setArea(String Area)
Set The site access region.
|
void |
setCnameSpeedUp(String CnameSpeedUp)
Set Whether CNAME acceleration is enabled.
|
void |
setCnameStatus(String CnameStatus)
Set CNAME record access status.
|
void |
setCreatedOn(String CreatedOn)
Set The creation time of the site.
|
void |
setIsFake(Long IsFake)
Set Whether it’s a fake site.
|
void |
setModifiedOn(String ModifiedOn)
Set The modification date of the site.
|
void |
setNameServers(String[] NameServers)
Set The list of name servers assigned by Tencent Cloud.
|
void |
setOriginalNameServers(String[] OriginalNameServers)
Set List of name servers used by the site
|
void |
setPaused(Boolean Paused)
Set Whether the site is disabled.
|
void |
setResources(Resource[] Resources)
Set The list of billable resources.
|
void |
setStatus(String Status)
Set The site status.
|
void |
setTags(Tag[] Tags)
Set The list of resource tags.
|
void |
setType(String Type)
Set The site access method.
|
void |
setVanityNameServers(VanityNameServers VanityNameServers)
Set The custom name server information.
|
void |
setVanityNameServersIps(VanityNameServersIps[] VanityNameServersIps)
Set The custom name server IP information.
|
void |
setZoneId(String ZoneId)
Set The site ID.
|
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 Zone()
public Zone(Zone source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- The site ID.public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- The site name.public String[] getOriginalNameServers()
public void setOriginalNameServers(String[] OriginalNameServers)
OriginalNameServers
- List of name servers used by the sitepublic String[] getNameServers()
public void setNameServers(String[] NameServers)
NameServers
- The list of name servers assigned by Tencent Cloud.public String getStatus()
public void setStatus(String Status)
Status
- The site status. Values:
public String getType()
public void setType(String Type)
Type
- The site access method. Values:
public Boolean getPaused()
public void setPaused(Boolean Paused)
Paused
- Whether the site is disabled.public String getCnameSpeedUp()
public void setCnameSpeedUp(String CnameSpeedUp)
CnameSpeedUp
- Whether CNAME acceleration is enabled. Values:
public String getCnameStatus()
public void setCnameStatus(String CnameStatus)
CnameStatus
- CNAME record access status. Values:
public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- The list of resource tags.public Resource[] getResources()
public void setResources(Resource[] Resources)
Resources
- The list of billable resources.public String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn
- The creation time of the site.public String getModifiedOn()
public void setModifiedOn(String ModifiedOn)
ModifiedOn
- The modification date of the site.public String getArea()
public void setArea(String Area)
Area
- The site access region. Values:
public VanityNameServers getVanityNameServers()
public void setVanityNameServers(VanityNameServers VanityNameServers)
VanityNameServers
- The custom name server information.
Note: This field may return null, indicating that no valid values can be obtained.public VanityNameServersIps[] getVanityNameServersIps()
public void setVanityNameServersIps(VanityNameServersIps[] VanityNameServersIps)
VanityNameServersIps
- The custom name server IP information.
Note: This field may return null, indicating that no valid values can be obtained.public String getActiveStatus()
public void setActiveStatus(String ActiveStatus)
ActiveStatus
- Status of the proxy. 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 (_).
Note: This field may return null, indicating that no valid values can be obtained.public Long getIsFake()
public void setIsFake(Long IsFake)
IsFake
- Whether it’s a fake site. Values:
Copyright © 2023. All rights reserved.