Class State (3.46.0)

State(value)

Indicates the current state of the instance partition.

Enum values:

STATE_UNSPECIFIED (0):
    Not specified.
CREATING (1):
    The instance partition is still being
    created. Resources may not be available yet, and
    operations such as creating placements using
    this instance partition may not work.
READY (2):
    The instance partition is fully created and
    ready to do work such as creating placements and
    using in databases.