class documentation

Undocumented

Constant STATE_ACTIVE Ready; whether VMs may start is scheduling_state.
Constant STATE_CREATING Not ready yet; a VM referencing the policy gets a retryable error.
Constant STATE_DELETING Being deleted; does not accept new VMs.
Constant STATE_UNSPECIFIED Undocumented
Constant STATE_UPDATING The bid is being changed; scheduling is blocked until the change lands.

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.
STATE_ACTIVE: ellipsis = (source)

Ready; whether VMs may start is scheduling_state.

Value
...
STATE_CREATING: ellipsis = (source)

Not ready yet; a VM referencing the policy gets a retryable error.

Value
...
STATE_DELETING: ellipsis = (source)

Being deleted; does not accept new VMs.

Value
...
STATE_UNSPECIFIED: ellipsis = (source)

Undocumented

Value
...
STATE_UPDATING: ellipsis = (source)

The bid is being changed; scheduling is blocked until the change lands.

Value
...