Module: Google::Cloud::Notebooks::V1::ReservationAffinity::Type

Defined in:
proto_docs/google/cloud/notebooks/v1/instance.rb

Overview

Indicates whether to consume capacity from an reservation or not.

Constant Summary collapse

TYPE_UNSPECIFIED =

Default type.

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