public enum AllocationAffinity.Types.TypeReference documentation and code samples for the Backup and DR Service v1 API enum AllocationAffinity.Types.Type.
Indicates whether to consume from a reservation or not.
Namespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Fields |
|
|---|---|
| Name | Description |
AnyReservation |
Consume any allocation available. |
NoReservation |
Do not consume from any allocated capacity. |
SpecificReservation |
Must consume from a specific reservation. Must specify key value fields for specifying the reservations. |
Unspecified |
Default value. This value is unused. |