Data Source: oci_database_backup_destination
This data source provides details about a specific Backup Destination resource in Oracle Cloud Infrastructure Database service.
Gets information about the specified backup destination in an Exadata Cloud@Customer system.
Example Usage
data "oci_database_backup_destination" "test_backup_destination" {
#Required
backup_destination_id = oci_database_backup_destination.test_backup_destination.id
}
Argument Reference
The following arguments are supported:
backup_destination_id
- (Required) The OCID of the backup destination.
Attributes Reference
The following attributes are exported:
associated_databases
- List of databases associated with the backup destination.db_name
- The display name of the database that is associated with the backup destination.id
- The database OCID.
compartment_id
- The OCID of the compartment.connection_string
- For a RECOVERY_APPLIANCE backup destination, the connection string for connecting to the Recovery Appliance.defined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.display_name
- The user-provided name of the backup destination.freeform_tags
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:{"Department": "Finance"}
id
- The OCID of the backup destination.lifecycle_details
- A descriptive text associated with the lifecycleState. Typically contains additional displayable textlocal_mount_point_path
- The local directory path on each VM cluster node where the NFS server location is mounted. The local directory path and the NFS server location must each be the same across all of the VM cluster nodes. Ensure that the NFS mount is maintained continuously on all of the VM cluster nodes.nfs_mount_type
- NFS Mount type for backup destination.nfs_server
- Host names or IP addresses for NFS Auto mount.nfs_server_export
- Specifies the directory on which to mount the file systemstate
- The current lifecycle state of the backup destination.time_created
- The date and time the backup destination was created.type
- Type of the backup destination.vpc_users
- For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) users that are used to access the Recovery Appliance.