Module: Google::Cloud::Dataproc::V1beta2::ReservationAffinity::Type
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/clusters.rb
Overview
Indicates whether to consume capacity from an reservation or not.
Constant Summary collapse
- TYPE_UNSPECIFIED =
0
- NO_RESERVATION =
Do not consume from any allocated capacity.
1
- ANY_RESERVATION =
Consume any reservation available.
2
- SPECIFIC_RESERVATION =
Must consume from a specific reservation. Must specify key value fields for specifying the reservations.
3