class documentation

Undocumented

Constant __PB2_DESCRIPTOR__ Undocumented
Constant STATE_ACTIVE Capacity Interval is currently active (start_time <= now < end_time).
Constant STATE_EXPIRED Capacity Interval is fully in the past (end_time <= now).
Constant STATE_SCHEDULED Capacity Interval is fully in the future (now < start_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
cityIntervalStatus.State',
                                                       capacity_interval_pb2.DESCRIPTOR
,
                                                       descriptor_1.EnumDescriptor
)
STATE_ACTIVE: int = (source)

Capacity Interval is currently active (start_time <= now < end_time).

Value
2
STATE_EXPIRED: int = (source)

Capacity Interval is fully in the past (end_time <= now).

Value
3
STATE_SCHEDULED: int = (source)

Capacity Interval is fully in the future (now < start_time).

Value
1
STATE_UNSPECIFIED: int = (source)

Shouldn't happen.

Value
0