class documentation

Enumeration of possible states of the network.

Constant __PB2_DESCRIPTOR__ Undocumented
Constant CREATING Network is being created.
Constant DELETING Network is being deleted.
Constant READY Network is ready for use.
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.Net
workStatus.State',
                                                       network_pb2.DESCRIPTOR,
                                                       descriptor_1.EnumDescriptor
)
CREATING: int = (source)

Network is being created.

Value
1
DELETING: int = (source)

Network is being deleted.

Value
3

Network is ready for use.

Value
2
STATE_UNSPECIFIED: int = (source)

Default state, unspecified.

Value
0