GetIpaDomainsDomainSource

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The address of the origin server.

Link copied to clipboard
val port: Int

The custom port.

Link copied to clipboard

The priority of the origin server if multiple origin servers are specified.

Link copied to clipboard

The type of the origin server.

Link copied to clipboard
val weight: Int

The weight of the origin server if multiple origin servers are specified.