public class Zone extends AbstractModel
header, skipSign| 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 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 | getLockStatus()Get Lock status. | 
| 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 | 
| OwnershipVerification | getOwnershipVerification()Get Ownership verification information
Note: This field may return·null, indicating that no valid values can be obtained. | 
| 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 Site access method. | 
| VanityNameServers | getVanityNameServers()Get The custom name server information. | 
| VanityNameServersIps[] | getVanityNameServersIps()Get The custom name server IP information. | 
| String | getZoneId()Get Site ID. | 
| String | getZoneName()Get The site name. | 
| void | setActiveStatus(String ActiveStatus)Set Status of the proxy. | 
| void | setAliasZoneName(String AliasZoneName)Set 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 | setLockStatus(String LockStatus)Set Lock status. | 
| 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 | setOwnershipVerification(OwnershipVerification OwnershipVerification)Set Ownership verification information
Note: This field may return·null, indicating that no valid values can be obtained. | 
| 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 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 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Zone()
public Zone(Zone source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - 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:
u200cpublic String getType()
public void setType(String Type)
Type - Site access method. Valid 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 - Site alias. a composite of digits, numbers, english letters, -, and _, limited to 20 characters.public Long getIsFake()
public void setIsFake(Long IsFake)
IsFake - Whether it’s a fake site. Valid values: 
public String getLockStatus()
public void setLockStatus(String LockStatus)
LockStatus - Lock status. Values: public OwnershipVerification getOwnershipVerification()
public void setOwnershipVerification(OwnershipVerification OwnershipVerification)
OwnershipVerification - Ownership verification information
Note: This field may return·null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.