Data Source: oci_ocvp_datastore_clusters

This data source provides the list of Datastore Clusters in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.

List the Datastore Clusters in the specified compartment. The list can be filtered by compartment, Datastore Cluster, Display name and Lifecycle state

Example Usage

data "oci_ocvp_datastore_clusters" "test_datastore_clusters" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	cluster_id = oci_ocvp_cluster.test_cluster.id
	datastore_cluster_id = oci_ocvp_datastore_cluster.test_datastore_cluster.id
	display_name = var.datastore_cluster_display_name
	state = var.datastore_cluster_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DatastoreCluster Reference

The following attributes are exported: