consumeReservationType property

String? consumeReservationType
getter/setter pair

Corresponds to the type of reservation consumption. Possible string values are:

  • "UNSPECIFIED" : Default value. This should not be used.
  • "NO_RESERVATION" : Do not consume from any reserved capacity.
  • "ANY_RESERVATION" : Consume any reservation available.
  • "SPECIFIC_RESERVATION" : Must consume from a specific reservation. Must specify key value fields for specifying the reservations.

Implementation

core.String? consumeReservationType;