class documentation

State represents the lifecycle state of the tunnel.

Constant __PB2_DESCRIPTOR__ Undocumented
Constant CREATED The tunnel has been created and is active.
Constant DELETED The tunnel has been deleted.
Constant UNSPECIFIED Default unspecified state.

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.tunnel.v1.Tunnel
Status.State',
                                                       tunnel_pb2.DESCRIPTOR,
                                                       descriptor_1.EnumDescriptor
)

The tunnel has been created and is active.

Value
1

The tunnel has been deleted.

Value
2
UNSPECIFIED: int = (source)

Default unspecified state.

Value
0