class documentation

class CapacityAllowanceStatus__UsageState(Enum): (source)

View In Hierarchy

Undocumented

Constant __PROTO_DESCRIPTOR__ Protobuf enum descriptor from the registry.
Constant __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Constant USAGE_STATE_NOT_USED Capacity allowance is not currently in use.
Constant USAGE_STATE_UNKNOWN Capacity allowance region is unreachable, the current usage is therefore unknown. Please, retry the request later.
Constant USAGE_STATE_UNSPECIFIED Undocumented
Constant USAGE_STATE_USED Capacity allowance is actively in use.

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.CapacityAllowanceStatus.UsageState'
)
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'nebius.capacity.v1.CapacityAllowanceStatus.UsageState'
USAGE_STATE_NOT_USED: int = (source)

Capacity allowance is not currently in use.

Value
2
USAGE_STATE_UNKNOWN: int = (source)

Capacity allowance region is unreachable, the current usage is therefore unknown. Please, retry the request later.

Value
3
USAGE_STATE_UNSPECIFIED: int = (source)

Undocumented

Value
0
USAGE_STATE_USED: int = (source)

Capacity allowance is actively in use.

Value
1