GetIpaDomainsDomain

data class GetIpaDomainsDomain(val certName: String, val cname: String, val createTime: String, val description: String, val domainName: String, val id: String, val resourceGroupId: String, val scope: String, val sources: List<GetIpaDomainsDomainSource>, val sslProtocol: String, val sslPub: String, val status: String)

Constructors

Link copied to clipboard
constructor(certName: String, cname: String, createTime: String, description: String, domainName: String, id: String, resourceGroupId: String, scope: String, sources: List<GetIpaDomainsDomainSource>, sslProtocol: String, sslPub: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

CertName.

Link copied to clipboard

The CNAME assigned to the domain name.

Link copied to clipboard

The time when the accelerated domain name was created.

Link copied to clipboard

The description.

Link copied to clipboard

The name of the Domain.

Link copied to clipboard
val id: String

The ID of the Ipa Domain.

Link copied to clipboard

The ID of the resource group.

Link copied to clipboard

The accelerated region.

Link copied to clipboard

The information about the origin server.

Link copied to clipboard

Indicates whether the Security Socket Layer (SSL) certificate is enabled.

Link copied to clipboard

Indicates the public key of the certificate if the HTTPS protocol is enabled.

Link copied to clipboard

The status of the accelerated domain name. Valid values: check_failed, checking, configure_failed, configuring, offline, online.