IngressEnvironmentStatus interface

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

Properties

state

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

stateDetails

An object that contains the details about an environment's state. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

state

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

state?: string

Property Value

string

stateDetails

An object that contains the details about an environment's state. NOTE: This property will not be serialized. It can only be populated by the server.

stateDetails?: EnvironmentStateDetails

Property Value