DeepCreatedOriginArgs

data class DeepCreatedOriginArgs(val enabled: Output<Boolean>? = null, val hostName: Output<String>, val httpPort: Output<Int>? = null, val httpsPort: Output<Int>? = null, val name: Output<String>, val originHostHeader: Output<String>? = null, val priority: Output<Int>? = null, val privateLinkAlias: Output<String>? = null, val privateLinkApprovalMessage: Output<String>? = null, val privateLinkLocation: Output<String>? = null, val privateLinkResourceId: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<DeepCreatedOriginArgs>

The main origin of CDN content which is added when creating a CDN endpoint.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, hostName: Output<String>, httpPort: Output<Int>? = null, httpsPort: Output<Int>? = null, name: Output<String>, originHostHeader: Output<String>? = null, priority: Output<Int>? = null, privateLinkAlias: Output<String>? = null, privateLinkApprovalMessage: Output<String>? = null, privateLinkLocation: Output<String>? = null, privateLinkResourceId: Output<String>? = null, weight: Output<Int>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Origin is enabled for load balancing or not. By default, origin is always enabled.

Link copied to clipboard
val hostName: Output<String>

The address of the origin. It can be a domain name, IPv4 address, or IPv6 address. This should be unique across all origins in an endpoint.

Link copied to clipboard
val httpPort: Output<Int>? = null

The value of the HTTP port. Must be between 1 and 65535.

Link copied to clipboard
val httpsPort: Output<Int>? = null

The value of the HTTPS port. Must be between 1 and 65535.

Link copied to clipboard
val name: Output<String>

Origin name which must be unique within the endpoint.

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

The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default.

Link copied to clipboard
val priority: Output<Int>? = null

Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5.

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

The Alias of the Private Link resource. Populating this optional field indicates that this origin is 'Private'

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

A custom message to be included in the approval request to connect to the Private Link.

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

The location of the Private Link resource. Required only if 'privateLinkResourceId' is populated

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

The Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private'

Link copied to clipboard
val weight: Output<Int>? = null

Weight of the origin in given origin group for load balancing. Must be between 1 and 1000

Functions

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