class documentation

class BucketStatus__State(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 ACTIVE Bucket is active and ready for usage.
Constant CREATING Bucket is under creation and cannot be used yet.
Constant SCHEDULED_FOR_DELETION Bucket is scheduled for deletion. It cannot be used in s3 api anymore.
Constant STATE_UNSPECIFIED Undocumented
Constant UPDATING Bucket is being updated. It can be used, but some settings are being modified and you can observe their inconsistency.

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.storage.v1.BucketStatus.State')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'nebius.storage.v1.BucketStatus.State'

Bucket is active and ready for usage.

Value
2
CREATING: int = (source)

Bucket is under creation and cannot be used yet.

Value
1
SCHEDULED_FOR_DELETION: int = (source)

Bucket is scheduled for deletion. It cannot be used in s3 api anymore.

Value
4
STATE_UNSPECIFIED: int = (source)

Undocumented

Value
0
UPDATING: int = (source)

Bucket is being updated. It can be used, but some settings are being modified and you can observe their inconsistency.

Value
3