Compute V1 Client - Class State (2.7.0)

Reference documentation and code samples for the Compute V1 Client class State.

Output only. [Output Only] The state of the reservation slot.

Protobuf type google.cloud.compute.v1.ReservationSlot.State

Namespace

Google \ Cloud \ Compute \ V1 \ ReservationSlot

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_STATE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_STATE = 0;

ACTIVE

Value: 314733318

The reservation slot has allocated all its resources.

Generated from protobuf enum ACTIVE = 314733318;

CREATING

Value: 455564985

The resources are being allocated for the reservation slot.

Generated from protobuf enum CREATING = 455564985;

DELETING

Value: 528602024

The reservation slot is currently being deleted.

Generated from protobuf enum DELETING = 528602024;

STATE_UNSPECIFIED

Value: 470755401

Generated from protobuf enum STATE_UNSPECIFIED = 470755401;

UNAVAILABLE

Value: 413756464

The reservation slot is currently unavailable.

Generated from protobuf enum UNAVAILABLE = 413756464;