class documentation

class AvailabilityLevel(pb_enum.Enum): (source)

View In Hierarchy

Indicates the likelihood of a successful allocation.

Constant __PB2_DESCRIPTOR__ Undocumented
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.
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.capacity.v1.Reso
urceAdviceStatus.Availability.AvailabilityLevel',
                                                       resource_advice_pb2.DESCRIPTOR
,
                                                       descriptor_1.EnumDescriptor
)
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