IngressState Enum

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

Inheritance
builtins.str
IngressState
IngressState

Constructor

IngressState(value)

Fields

DISABLED
PAUSED
READY
RUNNING
UNKNOWN