Module: Google::Cloud::Compute::V1::Reservation::Status

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

[Output Only] The status of the reservation. - CREATING: Reservation resources are being allocated. - READY: Reservation resources have been allocated, and the reservation is ready for use. - DELETING: Reservation deletion is in progress. - UPDATING: Reservation update is in progress.

Constant Summary collapse

UNDEFINED_STATUS =

A value indicating that the enum field is not set.

0
CREATING =

Reservation resources are being allocated.

455_564_985
DELETING =

Reservation deletion is in progress.

528_602_024
INVALID =
530_283_991
READY =

Reservation resources have been allocated, and the reservation is ready for use.

77_848_963
UPDATING =

Reservation update is in progress.

494_614_342