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 \ ReservationSlotMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATE = 0;
ACTIVE
Value: 314733318The reservation slot has allocated all its resources.
Generated from protobuf enum ACTIVE = 314733318;
CREATING
Value: 455564985The resources are being allocated for the reservation slot.
Generated from protobuf enum CREATING = 455564985;
DELETING
Value: 528602024The reservation slot is currently being deleted.
Generated from protobuf enum DELETING = 528602024;
STATE_UNSPECIFIED
Value: 470755401Generated from protobuf enum STATE_UNSPECIFIED = 470755401;
UNAVAILABLE
Value: 413756464The reservation slot is currently unavailable.
Generated from protobuf enum UNAVAILABLE = 413756464;