IpaDomainSourceArgs

data class IpaDomainSourceArgs(val content: Output<String>, val port: Output<Int>, val priority: Output<String>, val type: Output<String>, val weight: Output<Int>) : ConvertibleToJava<IpaDomainSourceArgs>

Constructors

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

Properties

Link copied to clipboard
val content: Output<String>

The address of the origin server. You can specify an IP address or a domain name.

Link copied to clipboard
val port: Output<Int>

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

Link copied to clipboard
val priority: Output<String>

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
val type: Output<String>

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

Link copied to clipboard
val weight: Output<Int>

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

Functions

Link copied to clipboard
open override fun toJava(): IpaDomainSourceArgs