LoadBalancerRuleFixedResponse

data class LoadBalancerRuleFixedResponse(val contentType: String? = null, val location: String? = null, val messageBody: String? = null, val statusCode: Int? = null)

Constructors

Link copied to clipboard
constructor(contentType: String? = null, location: String? = null, messageBody: String? = null, statusCode: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contentType: String? = null

The value of the HTTP context-type header for this fixed response.

Link copied to clipboard
val location: String? = null

The value of the HTTP location header for this fixed response.

Link copied to clipboard
val messageBody: String? = null

The text used as the html body for this fixed response.

Link copied to clipboard
val statusCode: Int? = null

The HTTP status code used for this fixed response.