Enum ReservationAffinity.Types.ConsumeReservationType (1.0.0)

public enum 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