Data Source: oci_desktops_desktops

This data source provides the list of Desktops in Oracle Cloud Infrastructure Desktops service.

Returns a list of desktops filtered by the specified parameters. You can limit the results to an availability domain, desktop name, desktop OCID, desktop state, pool OCID, or compartment OCID. You can limit the number of results returned, sort the results by time or name, and sort in ascending or descending order.

Example Usage

data "oci_desktops_desktops" "test_desktops" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	availability_domain = var.desktop_availability_domain
	desktop_pool_id = oci_desktops_desktop_pool.test_desktop_pool.id
	display_name = var.desktop_display_name
	id = var.desktop_id
	state = var.desktop_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Desktop Reference

The following attributes are exported: