Compute Engine v1 API - Enum ReservationAffinity.Types.ConsumeReservationType (2.15.0)

public enum ReservationAffinity.Types.ConsumeReservationType

Reference documentation and code samples for the Compute Engine v1 API enum ReservationAffinity.Types.ConsumeReservationType.

Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming reserved instances for examples.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
AnyReservation

Consume any allocation available.

NoReservation

Do not consume from any allocated capacity.

SpecificReservation

Must consume from a specific reservation. Must specify key value fields for specifying the reservations.

UndefinedConsumeReservationType

A value indicating that the enum field is not set.

Unspecified