Data Source: oci_ocvp_supported_host_shapes

This data source provides the list of Supported Host Shapes in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.

Lists supported compute shapes for ESXi hosts.

Example Usage

data "oci_ocvp_supported_host_shapes" "test_supported_host_shapes" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    initial_host_shape_name = oci_core_shape.test_shape.name
    is_single_host_sddc_supported = var.supported_host_shape_is_single_host_sddc_supported
    name = var.supported_host_shape_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: