IngressEnvironmentStatusResponse

data class IngressEnvironmentStatusResponse(val state: String? = null, val stateDetails: EnvironmentStateDetailsResponse)

An object that represents the status of ingress on an environment.

Constructors

Link copied to clipboard
constructor(state: String? = null, stateDetails: EnvironmentStateDetailsResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val state: String? = null

This string represents the state of ingress operations on an environment. It can be "Disabled", "Ready", "Running", "Paused" or "Unknown"

Link copied to clipboard

An object that contains the details about an environment's state.