Google Cloud Bare Metal Solution V2 Client - Class State (0.4.0)

Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class State.

The possible states for this server.

Protobuf type google.cloud.baremetalsolution.v2.Instance.State

Namespace

Google \ Cloud \ BareMetalSolution \ V2 \ Instance

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The server is in an unknown state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PROVISIONING

Value: 1

The server is being provisioned.

Generated from protobuf enum PROVISIONING = 1;

RUNNING

Value: 2

The server is running.

Generated from protobuf enum RUNNING = 2;

DELETED

Value: 3

The server has been deleted.

Generated from protobuf enum DELETED = 3;