DomainSource

data class DomainSource(val content: String? = null, val port: Int? = null, val priority: String? = null, val type: String? = null, val weight: String? = null)

Constructors

Link copied to clipboard
constructor(content: String? = null, port: Int? = null, priority: String? = null, type: String? = null, weight: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null

The address of the source station.

Link copied to clipboard
val port: Int? = null

The port number. Valid values: 443 and 80. Default to 80.

Link copied to clipboard
val priority: String? = null

The priority of the origin if multiple origins are specified. Default to 20.

Link copied to clipboard
val type: String? = null

The type of the origin. Valid values:

Link copied to clipboard
val weight: String? = null

The weight of the origin if multiple origins are specified. Default to 10.