class documentation
class Policy(pb_enum.Enum): (source)
Undocumented
| Constant | __PB2 |
Undocumented |
| 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. |
Undocumented
| 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 |
|