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

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

The possible states for this Network.

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

Namespace

Google \ Cloud \ BareMetalSolution \ V2 \ Network

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The Network is in an unknown state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PROVISIONING

Value: 1

The Network is provisioning.

Generated from protobuf enum PROVISIONING = 1;

PROVISIONED

Value: 2

The Network has been provisioned.

Generated from protobuf enum PROVISIONED = 2;

DEPROVISIONING

Value: 3

The Network is being deprovisioned.

Generated from protobuf enum DEPROVISIONING = 3;

UPDATING

Value: 4

The Network is being updated.

Generated from protobuf enum UPDATING = 4;