Data Source: oci_database_vm_cluster_network_download_config_file

This data source provides details about a specific Vm Cluster Network Download Config File resource in Oracle Cloud Infrastructure Database service.

Downloads the configuration file for the specified VM cluster network. Applies to Exadata Cloud@Customer instances only.

Example Usage

data "oci_database_vm_cluster_network_download_config_file" "test_vm_cluster_network_download_config_file" {
	#Required
	exadata_infrastructure_id = oci_database_exadata_infrastructure.test_exadata_infrastructure.id
	vm_cluster_network_id = oci_database_vm_cluster_network.test_vm_cluster_network.id

	#Optional
	base64_encode_content = "false"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: