class documentation

Possible states of the Scope.

Constant __PB2_DESCRIPTOR__ Undocumented
Constant CREATING Scope is being created.
Constant DELETING Scope is being deleted.
Constant READY Scope 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.Sco
peStatus.State',
                                                       scope_pb2.DESCRIPTOR,
                                                       descriptor_1.EnumDescriptor
)
CREATING: int = (source)

Scope is being created.

Value
1
DELETING: int = (source)

Scope is being deleted.

Value
3

Scope is ready for use.

Value
2
STATE_UNSPECIFIED: int = (source)

Default, unspecified state.

Value
0