GetDomainsDomainSource

data class GetDomainsDomainSource(val content: String, val enabled: String, val port: Int, val priority: String, val type: String, val weight: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The origin address.

Link copied to clipboard

The status of the origin.

Link copied to clipboard
val port: Int

The port number.

Link copied to clipboard

The priority of the origin if multiple origins are specified.

Link copied to clipboard

The type of the origin. Valid values:

Link copied to clipboard

The weight of the origin if multiple origins are specified.