class documentation

Shows the state of a Capacity Block Group with respect to its quota.

Constant __PB2_DESCRIPTOR__ Undocumented
Constant STATE_ACTIVE Capacity Block Group quota is already allocated and active as one or more capacity intervals are active.
Constant STATE_ALLOCATING Capacity Block Group quota is being allocated as one or more capacity intervals have started.
Constant STATE_INACTIVE Capacity Block Group is inactive due to absence of active intervals at the time.
Constant STATE_SHUTTING Capacity Block Group is being shut down due to absence of active intervals at the time.
Constant STATE_UNSPECIFIED Shouldn't 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.Capa
cityBlockGroupStatus.State',
                                                       capacity_block_group_pb2.DESCRIPTOR
,
                                                       descriptor_1.EnumDescriptor
)
STATE_ACTIVE: int = (source)

Capacity Block Group quota is already allocated and active as one or more capacity intervals are active.

Value
2
STATE_ALLOCATING: int = (source)

Capacity Block Group quota is being allocated as one or more capacity intervals have started.

Value
1
STATE_INACTIVE: int = (source)

Capacity Block Group is inactive due to absence of active intervals at the time.

Value
4
STATE_SHUTTING: int = (source)

Capacity Block Group is being shut down due to absence of active intervals at the time.

Value
3
STATE_UNSPECIFIED: int = (source)

Shouldn't happen.

Value
0