DomainSourceArgs

data class DomainSourceArgs(val sourceContent: Output<String>, val sourcePort: Output<String>, val sourcePriority: Output<String>? = null, val sourceType: Output<String>) : ConvertibleToJava<DomainSourceArgs>

Constructors

Link copied to clipboard
constructor(sourceContent: Output<String>, sourcePort: Output<String>, sourcePriority: Output<String>? = null, sourceType: Output<String>)

Properties

Link copied to clipboard
val sourceContent: Output<String>

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

Link copied to clipboard
val sourcePort: Output<String>

The port number. You can specify port 443 or 80. Default value: 80. If you specify port 443, Alibaba Cloud CDN communicates with the origin server over HTTPS. You can also customize a port.

Link copied to clipboard
val sourcePriority: Output<String>? = null

The priority of the origin server if multiple origin servers are specified. Valid values: 20 and 30. Default value: 20. A value of 20 indicates that the origin server is the primary origin server. A value of 30 indicates that the origin server is a secondary origin server.

Link copied to clipboard
val sourceType: Output<String>

The type of the origin server. Valid values:

Functions

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