class documentation

class OneTimeExportState(pb_enum.Enum): (source)

View In Hierarchy

Lifecycle states for one-time export.

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

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.billing.v1alpha1
.OneTimeExportState',
                                                       one_time_export_pb2.DESCRIPTOR
,
                                                       descriptor_1.EnumDescriptor
)
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