Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateBackupVaultParams

Parameters for the createBackupVault operation.

Hierarchy

  • CreateBackupVaultParams

Index

Properties

Optional activityTracking

activityTracking: 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.

backupVaultName

backupVaultName: 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 headers

headers: OutgoingHttpHeaders

Optional metricsMonitoring

metricsMonitoring: 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.

serviceInstanceId

serviceInstanceId: string

Name of the service_instance to list BackupVaults for.

Optional sseKpCustomerRootKeyCrn

sseKpCustomerRootKeyCrn: string

The CRN for a KeyProtect root key.

Generated using TypeDoc