Values.CloudAutonomousVmClusterResourceDetailsSourceResource details of an Autonomous VM cluster.
type nonrec t = {cloudAutonomousVmClusterId : ResourceId.t option;The unique identifier of the Autonomous VM cluster.
*)unallocatedAdbStorageInTBs : Double.t option;The amount of unallocated Autonomous Database storage in the Autonomous VM cluster, in terabytes.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of Double.t | `String of ResourceId.t ]) list ]