class documentation

Enumeration of possible states of the subnet.

Constant __PB2_DESCRIPTOR__ Undocumented
Constant CREATING Subnet is being created.
Constant DELETING Subnet is being deleted.
Constant READY Subnet 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.v1.SubnetSta
tus.State',
                                                       subnet_pb2.DESCRIPTOR,
                                                       descriptor_1.EnumDescriptor
)
CREATING: int = (source)

Subnet is being created.

Value
1
DELETING: int = (source)

Subnet is being deleted.

Value
3

Subnet is ready for use.

Value
2
STATE_UNSPECIFIED: int = (source)

Default state, unspecified.

Value
0