class documentation

Enumeration of possible states of the Allocation.

Constant __PB2_DESCRIPTOR__ Undocumented
Constant ALLOCATED Allocation is ready for use.
Constant ASSIGNED Allocation is used.
Constant CREATING Allocation is being created.
Constant DELETING Allocation is being deleted.
Constant STATE_UNSPECIFIED Default state, unspecified.

Inherited from Enum:

Class Method get_descriptor Undocumented
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.vpc.v1alpha1.All
ocationStatus.State',
                                                       allocation_pb2.DESCRIPTOR
,
                                                       descriptor_1.EnumDescriptor
)
ALLOCATED: int = (source)

Allocation is ready for use.

Value
2
ASSIGNED: int = (source)

Allocation is used.

Value
3
CREATING: int = (source)

Allocation is being created.

Value
1
DELETING: int = (source)

Allocation is being deleted.

Value
4
STATE_UNSPECIFIED: int = (source)

Default state, unspecified.

Value
0