GetLoadBalancerRuleFixedResponse

data class GetLoadBalancerRuleFixedResponse(val contentType: String, val location: String, val messageBody: String, val statusCode: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Text to include as the http body.

Link copied to clipboard

The http status code to respond with.