class documentation
Undocumented
| Constant | __PROTO |
Protobuf enum descriptor from the registry. |
| Constant | __PROTO |
Fully qualified protobuf enum name. |
| Constant | AUTO |
Will try to launch instance in any reservation_ids if provided. |
| Constant | FORBID |
The instance is launched only using on-demand (PAYG) capacity. No attempt is made to find or use a Capacity Block. It's an error to provide reservation_ids with policy = FORBID |
| Constant | STRICT |
Will try to launch the instance in Capacity Blocks from reservation_ids if provided. |
Inherited from Enum:
| Class Method | get |
Return the protobuf EnumDescriptor for this enum. |
| Constant | __PB2 |
Alias for code that expects a protobuf descriptor. |
| Constant | __REGISTRY__ |
Registry for the enum and its descriptor. |
| Class Method | _missing_ |
Represent unknown open-enum numbers without losing their value. |
Protobuf enum descriptor from the registry.
| Value |
|
- Will try to launch instance in any reservation_ids if provided.
- Will try to launch instance in any of the available capacity block.
- Will try to launch instance in PAYG if 1 & 2 are not satisfied.
| Value |
|