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, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Fields

DISABLED
PAUSED
READY
RUNNING
UNKNOWN