public enum ReservationAffinity.Types.ConsumeReservationTypeReference documentation and code samples for the Compute Engine v1 API enum ReservationAffinity.Types.ConsumeReservationType.
Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming reserved instances for examples.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.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. |
UndefinedConsumeReservationType |
A value indicating that the enum field is not set. |
Unspecified |
|