class documentation

Shows a state of a Continuous Interval.

Constant __PB2_DESCRIPTOR__ Undocumented
Constant STATE_ACTIVE Continuous Interval is active.
Constant STATE_EXPIRED Continuous Interval is in the past.
Constant STATE_SCHEDULED Continuous Interval is in the future.
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.Curr
entContinuousInterval.State',
                                                       capacity_block_group_pb2.DESCRIPTOR
,
                                                       descriptor_1.EnumDescriptor
)
STATE_ACTIVE: int = (source)

Continuous Interval is active.

Value
2
STATE_EXPIRED: int = (source)

Continuous Interval is in the past.

Value
3
STATE_SCHEDULED: int = (source)

Continuous Interval is in the future.

Value
1
STATE_UNSPECIFIED: int = (source)

Shouldn't happen.

Value
0