IpaDomainSource

data class IpaDomainSource(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. You can specify an IP address or a domain name.

Link copied to clipboard
val port: Int

The custom port number. Valid values: 0 to 65535.

Link copied to clipboard

The priority of the origin server. Valid values: 20 and 30. Default value: 20. A value of 20 specifies that the origin is a primary origin. A value of 30 specifies that the origin is a secondary origin.

Link copied to clipboard

The type of the origin server. Valid values: ipaddr, domain, oss.

Link copied to clipboard
val weight: Int

The weight of the origin server. You must specify a value that is less than 100. Default value: 10.