Values.GetCloudExadataInfrastructureUnallocatedResourcesInputSourceRetrieves information about unallocated resources in a specified Cloud Exadata Infrastructure.
type nonrec t = {cloudExadataInfrastructureId : ResourceIdOrArn.t;The unique identifier of the Cloud Exadata infrastructure for which to retrieve unallocated resources.
*)dbServers : StringList.t option;The database servers to include in the unallocated resources query.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of ResourceIdOrArn.t ])
list ]