Options
All
  • Public
  • Public/Protected
  • All
Menu

Metadata associated with a requested restore operation.

Index

Properties

Optional complete_time

complete_time: string

The time at which this restore ended (in both success and error cases) Returns "YYYY-MM-DDTHH:mm:ss.sssZ" timestamp format.

Optional error_cause

error_cause: string

Only present when restore_status=running.

Optional init_time

init_time: string

The time at which this restore was initiated Returns "YYYY-MM-DDTHH:mm:ss.sssZ" timestamp format.

recovery_range_id

recovery_range_id: string

A UUID that uniquely identifies a resource.

Optional restore_id

restore_id: string

A UUID that uniquely identifies a resource.

Optional restore_percent_progress

restore_percent_progress: number

reports percent-doneness of init. Only present when restore_status=running.

restore_point_in_time

restore_point_in_time: string

Timestamp format used throughout the API.

Accepts the following formats:

YYYY-MM-DDTHH:mm:ssZ YYYY-MM-DDTHH:mm:ss YYYY-MM-DDTHH:mm:ss-hh:mm YYYY-MM-DDTHH:mm:ss+hh:mm YYYY-MM-DDTHH:mm:ss.sssZ YYYY-MM-DDTHH:mm:ss.sss YYYY-MM-DDTHH:mm:ss.sss-hh:mm YYYY-MM-DDTHH:mm:ss.sss+hh:mm.

Optional restore_status

restore_status: RestoreStatus | string

The current status for this restore operation.

initializing: The operation is initializing. Do not expect to see restored objects on the target bucket. running : The operation is ongoing. Expect to see some restored objects on the target bucket. complete: The operation has completed successfully. failed: The operation has completed unsuccessfully.

restore_type

restore_type: RestoreType | string

The type of restore to support. More options will be available in the future.

Optional source_resource_crn

source_resource_crn: string

The CRN for a COS Bucket.

Note that Softlayer CRNs do not contain dashes within the service_instance_id, whereas regular CRNs do. Although bucket backup is not supported for softlayer accounts, this need not be enforced at the CRN parsing level.

target_resource_crn

target_resource_crn: string

The CRN for a COS Bucket.

Note that Softlayer CRNs do not contain dashes within the service_instance_id, whereas regular CRNs do. Although bucket backup is not supported for softlayer accounts, this need not be enforced at the CRN parsing level.

Generated using TypeDoc