Data Source: oci_ocvp_byols

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

Lists the BYOLs in the specified compartment. The list can be filtered by display name or availability domain.

Example Usage

data "oci_ocvp_byols" "test_byols" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	available_units_greater_than_or_equal_to = var.byol_available_units_greater_than_or_equal_to
	byol_id = oci_ocvp_byol.test_byol.id
	display_name = var.byol_display_name
	software_type = var.byol_software_type
	state = var.byol_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Byol Reference

The following attributes are exported: