class documentation

class SchedulingState(Enum): (source)

View In Hierarchy

Undocumented

Constant SCHEDULING_STATE_ALLOWED New VMs may start.
Constant SCHEDULING_STATE_BLOCKED The max_price limit is below the current market price; VM creation succeeds once the price falls to it.
Constant SCHEDULING_STATE_UNSPECIFIED Undocumented

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
Constant __PB2_DESCRIPTOR__ Alias for code that expects a protobuf descriptor.
Constant __PROTO_DESCRIPTOR__ Enum descriptor from the registry.
Constant __REGISTRY__ Registry for the enum and its descriptor.
Class Variable __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
SCHEDULING_STATE_ALLOWED: ellipsis = (source)

New VMs may start.

Value
...
SCHEDULING_STATE_BLOCKED: ellipsis = (source)

The max_price limit is below the current market price; VM creation succeeds once the price falls to it.

Value
...
SCHEDULING_STATE_UNSPECIFIED: ellipsis = (source)

Undocumented

Value
...