Backup and DR Service V1 API - Module Google::Cloud::BackupDR::V1::AllocationAffinity::Type (v1.11.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Backup and DR Service V1 API module Google::Cloud::BackupDR::V1::AllocationAffinity::Type.
Indicates whether to consume from a reservation or not.
Constants
TYPE_UNSPECIFIED
value: 0 Default value. This value is unused.
NO_RESERVATION
value: 1 Do not consume from any allocated capacity.
ANY_RESERVATION
value: 2 Consume any allocation available.
SPECIFIC_RESERVATION
value: 3 Must consume from a specific reservation. Must specify key value fields
for specifying the reservations.