Options
All
  • Public
  • Public/Protected
  • All
Menu

The current backup coverage for a COS Bucket.

Index

Properties

backup_type

backup_type: BackupType | string

The type of backup to support. For LA+GA this is limited to "continuous".

Optional error_cause

error_cause: string

reports error cause. Only present when policy_status=ERROR/FAILED.

initial_retention

initial_retention: DeleteAfterDays

The number of days to retain data within a RecoveryRange.

Optional initial_sync_progress

initial_sync_progress: number

Reports percent-doneness of init. Only present when policy_status=INITIALIZING/PENDING.

policy_id

policy_id: string

A UUID that uniquely identifies a resource.

policy_name

policy_name: string

The name granted to the policy. Validation :

  • chars limited to alphanumeric, underscore, hyphen and period.

policy_status

policy_status: PolicyStatus | string

The current status of the backup policy.

pending : the policy has been received and has begun processing. initializing : pre-existing objects are being sync to the backup vault. active : the policy is active and healthy. action_needed : the policy is unhealthy and requires some intervention to recover degraded : the policy is unhealthy failed : the policy has failed unrecoverably.

target_backup_vault_crn

target_backup_vault_crn: string

The CRN for a COS BackupVault.

Generated using TypeDoc