class documentation

class TargetStatus__TargetState(Enum): (source)

View In Hierarchy

Undocumented

Constant __PROTO_DESCRIPTOR__ Protobuf enum descriptor from the registry.
Constant __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Constant DELETED The target does not exist anymore (i.e. network interface was deleted)
Constant DISABLED The target exists, but not ready to receive traffic (i.e. network interface is not allocated)
Constant READY The target exists and ready to receive traffic
Constant TARGET_STATE_UNSPECIFIED Undocumented

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
Constant __PB2_DESCRIPTOR__ Alias for code that expects a protobuf descriptor.
Constant __REGISTRY__ Registry for the enum and its descriptor.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
__PROTO_DESCRIPTOR__ = (source)

Protobuf enum descriptor from the registry.

Value
REGISTRY.enum_descriptor('nebius.vpc.v1.TargetStatus.TargetState')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'nebius.vpc.v1.TargetStatus.TargetState'

The target does not exist anymore (i.e. network interface was deleted)

Value
3
DISABLED: int = (source)

The target exists, but not ready to receive traffic (i.e. network interface is not allocated)

Value
2

The target exists and ready to receive traffic

Value
1
TARGET_STATE_UNSPECIFIED: int = (source)

Undocumented

Value
0