public static class DescribeVodDomainDetailResponseBody.DescribeVodDomainDetailResponseBodyDomainDetail
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
certName
The name of the certificate.
|
String |
cname
The CNAME that is assigned to the domain name for CDN.
|
String |
description
The description of the domain name for CDN.
|
String |
domainName
The domain name for CDN.
|
String |
domainStatus
The status of the domain name for CDN.
|
String |
gmtCreated
The time when the domain name for CDN was added.
|
String |
gmtModified
The last time when the domain name for CDN was modified.
|
String |
scope
This parameter is applicable to users of level 3 or higher in mainland China and users outside mainland China.
|
DescribeVodDomainDetailResponseBody.DescribeVodDomainDetailResponseBodyDomainDetailSources |
sources
The information about the origin server.
|
String |
SSLProtocol
Indicates whether the Secure Sockets Layer (SSL) certificate is enabled.
|
String |
SSLPub
The public key of the certificate.
|
String |
weight
The weight of the origin server.
|
| 构造器和说明 |
|---|
DescribeVodDomainDetailResponseBodyDomainDetail() |
@NameInMap(value="CertName") public String certName
The name of the certificate. The value of this parameter is returned if HTTPS is enabled.
@NameInMap(value="Cname") public String cname
The CNAME that is assigned to the domain name for CDN. You must add a CNAME record in the system of your Domain Name System (DNS) service provider to map the domain name for CDN to the CNAME.
@NameInMap(value="Description") public String description
The description of the domain name for CDN.
@NameInMap(value="DomainName") public String domainName
The domain name for CDN.
@NameInMap(value="DomainStatus") public String domainStatus
The status of the domain name for CDN. Value values:
* **online**: indicates that the domain name is enabled.
* **offline**: indicates that the domain name is disabled.
* **configuring**: indicates that the domain name is being configured.
* **configure_failed**: indicates that the domain name failed to be configured.
* **checking**: indicates that the domain name is under review.
* **check_failed**: indicates that the domain name failed the review.
@NameInMap(value="GmtCreated") public String gmtCreated
The time when the domain name for CDN was added. The time follows the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time is displayed in UTC.
@NameInMap(value="GmtModified") public String gmtModified
The last time when the domain name for CDN was modified. The time follows the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time is displayed in UTC.
@NameInMap(value="SSLProtocol") public String SSLProtocol
Indicates whether the Secure Sockets Layer (SSL) certificate is enabled. Valid values:
* **on**: indicates that the SSL certificate is enabled.
* **off**: indicates that the SSL certificate is disabled.
@NameInMap(value="SSLPub") public String SSLPub
The public key of the certificate. The value of this parameter is returned if HTTPS is enabled.
@NameInMap(value="Scope") public String scope
This parameter is applicable to users of level 3 or higher in mainland China and users outside mainland China. Valid values:
* **domestic**: mainland China. This is the default value.
* **overseas**: outside mainland China.
* **global**: regions in and outside mainland China.
@NameInMap(value="Sources") public DescribeVodDomainDetailResponseBody.DescribeVodDomainDetailResponseBodyDomainDetailSources sources
The information about the origin server.
@NameInMap(value="Weight") public String weight
The weight of the origin server.
public DescribeVodDomainDetailResponseBodyDomainDetail()
public static DescribeVodDomainDetailResponseBody.DescribeVodDomainDetailResponseBodyDomainDetail build(Map<String,?> map) throws Exception
Exceptionpublic DescribeVodDomainDetailResponseBody.DescribeVodDomainDetailResponseBodyDomainDetail setCertName(String certName)
public String getCertName()
public DescribeVodDomainDetailResponseBody.DescribeVodDomainDetailResponseBodyDomainDetail setCname(String cname)
public String getCname()
public DescribeVodDomainDetailResponseBody.DescribeVodDomainDetailResponseBodyDomainDetail setDescription(String description)
public String getDescription()
public DescribeVodDomainDetailResponseBody.DescribeVodDomainDetailResponseBodyDomainDetail setDomainName(String domainName)
public String getDomainName()
public DescribeVodDomainDetailResponseBody.DescribeVodDomainDetailResponseBodyDomainDetail setDomainStatus(String domainStatus)
public String getDomainStatus()
public DescribeVodDomainDetailResponseBody.DescribeVodDomainDetailResponseBodyDomainDetail setGmtCreated(String gmtCreated)
public String getGmtCreated()
public DescribeVodDomainDetailResponseBody.DescribeVodDomainDetailResponseBodyDomainDetail setGmtModified(String gmtModified)
public String getGmtModified()
public DescribeVodDomainDetailResponseBody.DescribeVodDomainDetailResponseBodyDomainDetail setSSLProtocol(String SSLProtocol)
public String getSSLProtocol()
public DescribeVodDomainDetailResponseBody.DescribeVodDomainDetailResponseBodyDomainDetail setSSLPub(String SSLPub)
public String getSSLPub()
public DescribeVodDomainDetailResponseBody.DescribeVodDomainDetailResponseBodyDomainDetail setScope(String scope)
public String getScope()
public DescribeVodDomainDetailResponseBody.DescribeVodDomainDetailResponseBodyDomainDetail setSources(DescribeVodDomainDetailResponseBody.DescribeVodDomainDetailResponseBodyDomainDetailSources sources)
public DescribeVodDomainDetailResponseBody.DescribeVodDomainDetailResponseBodyDomainDetailSources getSources()
public DescribeVodDomainDetailResponseBody.DescribeVodDomainDetailResponseBodyDomainDetail setWeight(String weight)
public String getWeight()
Copyright © 2024. All rights reserved.