Options
All
  • Public
  • Public/Protected
  • All
Menu

Metadata associated with a backup vault.

Hierarchy

  • BackupVault

Index

Properties

Optional activity_tracking

activity_tracking: BackupVaultActivityTracking

Activity Tracking configuration. An empty object ({}) indicates no configuration, and no events will be sent (This is the same behavior as {"management_events":false}). Note that read/write events cannot be enabled, and events cannot be routed to a non-default Activity Tracker instance.

backup_vault_name

backup_vault_name: string

The name given to a Bucket.

Bucket names must be between 3 and 63 characters long must be made of lowercase letters, numbers, dots (periods), and dashes (hyphens). Bucket names must begin and end with a lowercase letter or number. Bucket names canâ€t contain consecutive dots or dashes. Bucket names that resemble IP addresses are not allowed.

Bucket and BackupVault names exist in a global namespace and therefore must be unique.

Optional bytes_used

bytes_used: number

byte useage of the backup-vault. This should include all usage, including non-current versions. A maximum value is not defined.

Optional crn

crn: string

The CRN for a COS BackupVault.

Optional metrics_monitoring

metrics_monitoring: BackupVaultMetricsMonitoring

Metrics Monitoring configuration. An empty object ({}) indicates no configuration, and no metrics will be collected (This is the same behavior as {"usage_metrics_enabled":false}). Note that request metrics cannot be enabled, and metrics cannot be routed to a non-default metrics router instance.

region

region: string

the region in which this backup-vault should be created within.

Optional service_instance_crn

service_instance_crn: string

A COS ServiceInstance CRN.

Optional sse_kp_customer_root_key_crn

sse_kp_customer_root_key_crn: string

The CRN for a KeyProtect root key.

Optional time_created

time_created: string

creation time of the backup-vault. Returns "YYYY-MM-DDTHH:mm:ss.sssZ" timestamp format.

Optional time_updated

time_updated: string

time of last update to the backup-vault Returns "YYYY-MM-DDTHH:mm:ss.sssZ" timestamp format.

Generated using TypeDoc