Data Source: oci_desktops_desktop_pools

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

Returns a list of desktop pools within the given compartment. You can limit the results to an availability domain, pool name, or pool state. 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_desktop_pools" "test_desktop_pools" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	availability_domain = var.desktop_pool_availability_domain
	display_name = var.desktop_pool_display_name
	id = var.desktop_pool_id
	state = var.desktop_pool_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DesktopPool Reference

The following attributes are exported: