LoadBalancerRuleFixedResponseArgs

data class LoadBalancerRuleFixedResponseArgs(val contentType: Output<String>? = null, val location: Output<String>? = null, val messageBody: Output<String>? = null, val statusCode: Output<Int>? = null) : ConvertibleToJava<LoadBalancerRuleFixedResponseArgs>

Constructors

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

Properties

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

The http 'Content-Type' header to include in the response.

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

The http 'Location' header to include in the response.

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

Text to include as the http body.

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

The http status code to respond with.

Functions

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