class documentation

Undocumented

Constant __PB2_DESCRIPTOR__ Undocumented
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 Undocumented
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.storage.v1.Bucke
tStatus.State',
                                                       bucket_pb2.DESCRIPTOR,
                                                       descriptor_1.EnumDescriptor
)

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