class documentation

class QuotaAllowanceStatus__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_APPLICABLE Quota usage is not applicable
Constant USAGE_STATE_NOT_USED Quota is not currently in use.
Constant USAGE_STATE_UNKNOWN Quota region is unreachable, the current usage is therefore unknown. Please, retry the request later.
Constant USAGE_STATE_UNSPECIFIED Undocumented
Constant USAGE_STATE_USED Quota 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.quotas.v1.QuotaAllowanceStatus.UsageState')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'nebius.quotas.v1.QuotaAllowanceStatus.UsageState'
USAGE_STATE_NOT_APPLICABLE: int = (source)

Quota usage is not applicable

Value
4
USAGE_STATE_NOT_USED: int = (source)

Quota is not currently in use.

Value
2
USAGE_STATE_UNKNOWN: int = (source)

Quota 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)

Quota is actively in use.

Value
1