class documentation

class AvailabilityLevel(Enum): (source)

View In Hierarchy

Indicates the likelihood of a successful allocation.

Constant AVAILABILITY_LEVEL_HIGH Plenty of room for large requests.
Constant AVAILABILITY_LEVEL_LIMIT_REACHED Not enough quota or capacity block on the customer's side.
Constant AVAILABILITY_LEVEL_LOW High risk of Not Enough Resources (NER).
Constant AVAILABILITY_LEVEL_MEDIUM Room for medium requests.
Constant AVAILABILITY_LEVEL_UNKNOWN Failed to retrieve data.
Constant AVAILABILITY_LEVEL_UNSPECIFIED Shouldn't ever happen.

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

Plenty of room for large requests.

Value
...
AVAILABILITY_LEVEL_LIMIT_REACHED: ellipsis = (source)

Not enough quota or capacity block on the customer's side.

Value
...
AVAILABILITY_LEVEL_LOW: ellipsis = (source)

High risk of Not Enough Resources (NER).

Value
...
AVAILABILITY_LEVEL_MEDIUM: ellipsis = (source)

Room for medium requests.

Value
...
AVAILABILITY_LEVEL_UNKNOWN: ellipsis = (source)

Failed to retrieve data.

Value
...
AVAILABILITY_LEVEL_UNSPECIFIED: ellipsis = (source)

Shouldn't ever happen.

Value
...