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

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

Methods

name

Parameter
NameDescription
value mixed

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;