GetDomainsDomain

data class GetDomainsDomain(val cname: String, val description: String, val domainName: String, val gmtCreated: String, val gmtModified: String, val id: String, val sandBox: String, val sources: List<GetDomainsDomainSource>, val sslProtocol: String, val status: String)

Constructors

Link copied to clipboard
constructor(cname: String, description: String, domainName: String, gmtCreated: String, gmtModified: String, id: String, sandBox: String, sources: List<GetDomainsDomainSource>, sslProtocol: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The description of the domain name for CDN.

Link copied to clipboard

The domain name for CDN.

Link copied to clipboard

The time when the domain name for CDN was added. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

Link copied to clipboard

The last time when the domain name for CDN was modified. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

Link copied to clipboard
val id: String

The ID of the Domain. Its value is same as Queue Name.

Link copied to clipboard

Indicates whether the domain name for CDN is in a sandbox environment.

Link copied to clipboard

The information about the address of the origin server. For more information about the Sources parameter, See the following Block sources.

Link copied to clipboard

Indicates whether the Secure Sockets Layer (SSL) certificate is enabled. Valid values: on,off.

Link copied to clipboard

The status of the resource.