class documentation

class OneTimeExportState(Enum): (source)

View In Hierarchy

Lifecycle states for one-time export.

Constant __PROTO_DESCRIPTOR__ Protobuf enum descriptor from the registry.
Constant __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Constant ONE_TIME_EXPORT_STATE_ARCHIVED Export has been archived and the archive is no longer available for download.
Constant ONE_TIME_EXPORT_STATE_FAILED Export failed. See error field for details.
Constant ONE_TIME_EXPORT_STATE_RUNNING Export is in progress.
Constant ONE_TIME_EXPORT_STATE_SCHEDULED Export has been created and is scheduled for processing.
Constant ONE_TIME_EXPORT_STATE_SUCCESS Export completed successfully. Download URL is available.
Constant ONE_TIME_EXPORT_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.billing.v1alpha1.OneTimeExportState')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'nebius.billing.v1alpha1.OneTimeExportState'
ONE_TIME_EXPORT_STATE_ARCHIVED: int = (source)

Export has been archived and the archive is no longer available for download.

Value
5
ONE_TIME_EXPORT_STATE_FAILED: int = (source)

Export failed. See error field for details.

Value
4
ONE_TIME_EXPORT_STATE_RUNNING: int = (source)

Export is in progress.

Value
2
ONE_TIME_EXPORT_STATE_SCHEDULED: int = (source)

Export has been created and is scheduled for processing.

Value
1
ONE_TIME_EXPORT_STATE_SUCCESS: int = (source)

Export completed successfully. Download URL is available.

Value
3
ONE_TIME_EXPORT_STATE_UNSPECIFIED: int = (source)

Undocumented

Value
0