class documentation

Possible states of the Pool.

Constant __PB2_DESCRIPTOR__ Undocumented
Constant CREATING Pool is being created.
Constant DELETING Pool is being deleted.
Constant READY Pool is ready for use.
Constant STATE_UNSPECIFIED Default, unspecified state.

Inherited from Enum:

Class Method get_descriptor Undocumented
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.vpc.v1alpha1.Poo
lStatus.State',
                                                       pool_pb2.DESCRIPTOR,
                                                       descriptor_1.EnumDescriptor
)
CREATING: int = (source)

Pool is being created.

Value
1
DELETING: int = (source)

Pool is being deleted.

Value
3

Pool is ready for use.

Value
2
STATE_UNSPECIFIED: int = (source)

Default, unspecified state.

Value
0