class documentation

Shows the usage state if a Capacity Block Group quota.

Constant __PB2_DESCRIPTOR__ Undocumented
Constant USAGE_STATE_NOT_USED Capacity Block Group quota is not currently in use.
Constant USAGE_STATE_UNKNOWN Capacity Block Group region is unreachable, the current usage is therefore unknown. Please, retry the request later.
Constant USAGE_STATE_UNSPECIFIED Shouldn't happen.
Constant USAGE_STATE_USED Capacity Block Group quota is actively in use.

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.Capa
cityBlockGroupStatus.UsageState',
                                                       capacity_block_group_pb2.DESCRIPTOR
,
                                                       descriptor_1.EnumDescriptor
)
USAGE_STATE_NOT_USED: int = (source)

Capacity Block Group quota is not currently in use.

Value
2
USAGE_STATE_UNKNOWN: int = (source)

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

Value
3
USAGE_STATE_UNSPECIFIED: int = (source)

Shouldn't happen.

Value
0
USAGE_STATE_USED: int = (source)

Capacity Block Group quota is actively in use.

Value
1