Data Source: oci_ocvp_byol_allocations

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

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

Example Usage

data "oci_ocvp_byol_allocations" "test_byol_allocations" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	available_units_greater_than_or_equal_to = var.byol_allocation_available_units_greater_than_or_equal_to
	byol_allocation_id = oci_ocvp_byol_allocation.test_byol_allocation.id
	byol_id = oci_ocvp_byol.test_byol.id
	display_name = var.byol_allocation_display_name
	software_type = var.byol_allocation_software_type
	state = var.byol_allocation_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

ByolAllocation Reference

The following attributes are exported: