class documentation

class ResourceAdviceStatus__Availability__AvailabilityLevel(Enum): (source)

View In Hierarchy

Indicates the likelihood of a successful allocation.

Constant __PROTO_DESCRIPTOR__ Protobuf enum descriptor from the registry.
Constant __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
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 __REGISTRY__ Registry for the enum and its descriptor.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
__PROTO_DESCRIPTOR__ = (source)

Protobuf enum descriptor from the registry.

Value
REGISTRY.enum_descriptor('nebius.capacity.v1.ResourceAdviceStatus.Availability.A
vailabilityLevel')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'nebius.capacity.v1.ResourceAdviceStatus.Availability.AvailabilityLevel'
AVAILABILITY_LEVEL_HIGH: int = (source)

Plenty of room for large requests.

Value
1
AVAILABILITY_LEVEL_LIMIT_REACHED: int = (source)

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

Value
4
AVAILABILITY_LEVEL_LOW: int = (source)

High risk of Not Enough Resources (NER).

Value
3
AVAILABILITY_LEVEL_MEDIUM: int = (source)

Room for medium requests.

Value
2
AVAILABILITY_LEVEL_UNKNOWN: int = (source)

Failed to retrieve data.

Value
5
AVAILABILITY_LEVEL_UNSPECIFIED: int = (source)

Shouldn't ever happen.

Value
0