consumeReservationType property

String? consumeReservationType
getter/setter pair

Specifies the type of reservation from which this instance can consume resources: RESERVATION_ANY (default), RESERVATION_SPECIFIC, or RESERVATION_NONE.

See Consuming reserved instances for examples.

Required. Possible string values are:

  • "RESERVATION_AFFINITY_TYPE_UNSPECIFIED" : Default type.
  • "RESERVATION_NONE" : Do not consume from any allocated capacity.
  • "RESERVATION_ANY" : Consume any reservation available.
  • "RESERVATION_SPECIFIC" : Must consume from a specific reservation. Must specify key value fields for specifying the reservations.

Implementation

core.String? consumeReservationType;