GetDomainsDomain

data class GetDomainsDomain(val clusterType: String, val cname: String, val connectionTime: Int, val domain: String, val domainName: String, val http2Ports: List<String>, val httpPorts: List<String>, val httpToUserIp: String, val httpsPorts: List<String>, val httpsRedirect: String, val id: String, val isAccessProduct: String, val loadBalancing: String, val logHeaders: List<GetDomainsDomainLogHeader>, val readTime: Int, val resourceGroupId: String, val sourceIps: List<String>, val version: Int, val writeTime: Int)

Constructors

Link copied to clipboard
constructor(clusterType: String, cname: String, connectionTime: Int, domain: String, domainName: String, http2Ports: List<String>, httpPorts: List<String>, httpToUserIp: String, httpsPorts: List<String>, httpsRedirect: String, id: String, isAccessProduct: String, loadBalancing: String, logHeaders: List<GetDomainsDomainLogHeader>, readTime: Int, resourceGroupId: String, sourceIps: List<String>, version: Int, writeTime: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the WAF cluster.

Link copied to clipboard

The CNAME record assigned by the WAF instance to the specified domain.

Link copied to clipboard

The connection timeout for WAF exclusive clusters. Valid values: PhysicalCluster and VirtualCluster. Default to PhysicalCluster.

Link copied to clipboard

Field domain has been deprecated from version 1.94.0. Use domain_name instead.

Link copied to clipboard

Name of the domain.

Link copied to clipboard

List of the HTTP 2.0 ports.

Link copied to clipboard

List of the HTTP ports.

Link copied to clipboard

List of the HTTPS ports.

Link copied to clipboard

Specifies whether to redirect HTTP requests as HTTPS requests. Valid values: On and Off. Default to Off.

Link copied to clipboard

Specifies whether to enable the HTTP back-to-origin feature. After this feature is enabled, the WAF instance can use HTTP to forward HTTPS requests to the origin server.

Link copied to clipboard
val id: String

The ID of domain self ID, value as domain_name.

Link copied to clipboard

Specifies whether to configure a Layer-7 proxy, such as Anti-DDoS Pro or CDN, to filter the inbound traffic before it is forwarded to WAF. Valid values: On and "Off". Default to Off.

Link copied to clipboard

The load balancing algorithm that is used to forward requests to the origin. Valid values: IpHash and RoundRobin. Default to IpHash.

Link copied to clipboard

The key-value pair that is used to mark the traffic that flows through WAF to the domain. Each item contains two field:

Link copied to clipboard

The read timeout of a WAF exclusive cluster. Unit: seconds.

Link copied to clipboard

The ID of the resource group to which the queried domain belongs in Resource Management.

Link copied to clipboard

List of the IP address or domain of the origin server to which the specified domain points.

Link copied to clipboard

The system data identifier that is used to control optimistic locking.

Link copied to clipboard

The timeout period for a WAF exclusive cluster write connection. Unit: seconds.