Enum ReservationAffinity.Types.Type (1.0.0-beta04)

public enum Type

Indicates whether to consume capacity from an reservation or not.

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Fields

NameDescription
AnyReservation

Consume any reservation 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 type.