Module: Google::Cloud::Compute::V1::ReservationAffinity::ConsumeReservationType

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

Overview

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.

Constant Summary collapse

UNDEFINED_CONSUME_RESERVATION_TYPE =

A value indicating that the enum field is not set.

0
ANY_RESERVATION =

Consume any allocation available.

200008121
NO_RESERVATION =

Do not consume from any allocated capacity.

169322030
SPECIFIC_RESERVATION =

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

229889055
UNSPECIFIED =
526786327