oci_database_db_node_snapshot_management

This resource provides the Db Node Snapshot Management resource in Oracle Cloud Infrastructure Database service.

Create Exadata Database Node Snapshots in the Exadb VM cluster.

Example Usage

resource "oci_database_db_node_snapshot_management" "test_db_node_snapshot_management" {
	#Required
	exadb_vm_cluster_id = oci_database_exadb_vm_cluster.test_exadb_vm_cluster.id
	source_dbnode_ids = oci_database_exadb_vm_cluster.test_exadb_vm_cluster.node_resource[*].node_id
	name = var.db_node_snapshot_suffix

	#Optional
	defined_tags = var.db_node_snapshot_defined_tags
	freeform_tags = var.db_node_snapshot_freeform_tags
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Db Node Snapshot Management

Import

Import is not supported for this resource.