Compute Engine v1 API - Enum Reservation.Types.Status (3.0.0)

public enum Reservation.Types.Status

Reference documentation and code samples for the Compute Engine v1 API enum Reservation.Types.Status.

[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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
Creating

Reservation resources are being allocated.

Deleting

Reservation deletion is in progress.

Invalid
Ready

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

UndefinedStatus

A value indicating that the enum field is not set.

Updating

Reservation update is in progress.