public class BriefDomain extends AbstractModel
Constructor and Description |
---|
BriefDomain() |
Modifier and Type | Method and Description |
---|---|
Long |
getAppId()
Get Tencent Cloud account ID
|
String |
getArea()
Get Acceleration region
mainland: acceleration in Mainland China
overseas: acceleration outside Mainland China
global: global acceleration
|
String |
getCname()
Get CNAME address of domain name
|
String |
getCreateTime()
Get Domain name creation time
|
String |
getDisable()
Get Domain name block status
normal: normal
overdue: the domain name has been disabled due to account arrears.
|
String |
getDomain()
Get Acceleration domain name
|
Origin |
getOrigin()
Get Origin server configuration details
|
Long |
getProjectId()
Get Project ID, which can be viewed on the Tencent Cloud project management page
|
String |
getReadonly()
Get Domain name lock status
normal: not locked
mainland: locked in Mainland China
overseas: locked outside Mainland China
global: locked globally
|
String |
getResourceId()
Get Domain name ID
|
String |
getServiceType()
Get Domain name service type
web: static acceleration
download: download acceleration
media: streaming VOD acceleration
|
String |
getStatus()
Get Acceleration service status
rejected: the domain name is rejected due to expiration/deregistration of its ICP filing
processing: deploying
online: activated
offline: disabled
|
String |
getUpdateTime()
Get Last modified time of domain name
|
void |
setAppId(Long AppId)
Set Tencent Cloud account ID
|
void |
setArea(String Area)
Set Acceleration region
mainland: acceleration in Mainland China
overseas: acceleration outside Mainland China
global: global acceleration
|
void |
setCname(String Cname)
Set CNAME address of domain name
|
void |
setCreateTime(String CreateTime)
Set Domain name creation time
|
void |
setDisable(String Disable)
Set Domain name block status
normal: normal
overdue: the domain name has been disabled due to account arrears.
|
void |
setDomain(String Domain)
Set Acceleration domain name
|
void |
setOrigin(Origin Origin)
Set Origin server configuration details
|
void |
setProjectId(Long ProjectId)
Set Project ID, which can be viewed on the Tencent Cloud project management page
|
void |
setReadonly(String Readonly)
Set Domain name lock status
normal: not locked
mainland: locked in Mainland China
overseas: locked outside Mainland China
global: locked globally
|
void |
setResourceId(String ResourceId)
Set Domain name ID
|
void |
setServiceType(String ServiceType)
Set Domain name service type
web: static acceleration
download: download acceleration
media: streaming VOD acceleration
|
void |
setStatus(String Status)
Set Acceleration service status
rejected: the domain name is rejected due to expiration/deregistration of its ICP filing
processing: deploying
online: activated
offline: disabled
|
void |
setUpdateTime(String UpdateTime)
Set Last modified time of domain 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 String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- Domain name IDpublic Long getAppId()
public void setAppId(Long AppId)
AppId
- Tencent Cloud account IDpublic String getDomain()
public void setDomain(String Domain)
Domain
- Acceleration domain namepublic String getCname()
public void setCname(String Cname)
Cname
- CNAME address of domain namepublic String getStatus()
public void setStatus(String Status)
Status
- Acceleration service status
rejected: the domain name is rejected due to expiration/deregistration of its ICP filing
processing: deploying
online: activated
offline: disabledpublic Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project ID, which can be viewed on the Tencent Cloud project management pagepublic String getServiceType()
public void setServiceType(String ServiceType)
ServiceType
- Domain name service type
web: static acceleration
download: download acceleration
media: streaming VOD accelerationpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Domain name creation timepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Last modified time of domain namepublic Origin getOrigin()
public void setOrigin(Origin Origin)
Origin
- Origin server configuration detailspublic String getDisable()
public void setDisable(String Disable)
Disable
- Domain name block status
normal: normal
overdue: the domain name has been disabled due to account arrears. The acceleration service can be resumed after the account is topped up.
malicious: the acceleration service has been forcibly disabled due to detection of malicious behavior.
ddos: the acceleration service has been disabled due to large-scale DDoS attacks to the domain name
idle: no operations or data has been detected for more than 90 days. The domain name is determined to be inactive which automatically disables the acceleration service. You can restart the service.
unlicensed: the acceleration service has been automatically disabled as the domain name has no ICP filing or its ICP filing is deregistered. Service can be resumed after an ICP filing is obtained.
capping: the configured upper limit for bandwidth has been reached.
readonly: the domain name has a special configuration and has been locked.public String getArea()
public void setArea(String Area)
Area
- Acceleration region
mainland: acceleration in Mainland China
overseas: acceleration outside Mainland China
global: global accelerationpublic String getReadonly()
public void setReadonly(String Readonly)
Readonly
- Domain name lock status
normal: not locked
mainland: locked in Mainland China
overseas: locked outside Mainland China
global: locked globallyCopyright © 2020. All rights reserved.