Module Values.CloudExadataInfrastructureUnallocatedResourcesSource

Information about unallocated resources in the Cloud Exadata infrastructure.

Sourcetype nonrec t = {
  1. cloudAutonomousVmClusters : CloudAutonomousVmClusterResourceDetailsList.t option;
    (*

    A list of Autonomous VM clusters associated with this Cloud Exadata Infrastructure.

    *)
  2. cloudExadataInfrastructureDisplayName : String_.t option;
    (*

    The display name of the Cloud Exadata infrastructure.

    *)
  3. exadataStorageInTBs : Double.t option;
    (*

    The amount of unallocated Exadata storage available, in terabytes (TB).

    *)
  4. cloudExadataInfrastructureId : ResourceIdOrArn.t option;
    (*

    The unique identifier of the Cloud Exadata infrastructure.

    *)
  5. localStorageInGBs : Integer.t option;
    (*

    The amount of unallocated local storage available, in gigabytes (GB).

    *)
  6. memoryInGBs : Integer.t option;
    (*

    The amount of unallocated memory available, in gigabytes (GB).

    *)
  7. ocpus : Integer.t option;
    (*

    The number of unallocated Oracle CPU Units (OCPUs) available.

    *)
}
Sourceval make : ?cloudAutonomousVmClusters:??? -> ?cloudExadataInfrastructureDisplayName:??? -> ?exadataStorageInTBs:??? -> ?cloudExadataInfrastructureId:??? -> ?localStorageInGBs:??? -> ?memoryInGBs:??? -> ?ocpus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of Double.t | `Integer of Integer.t | `List of [> `Structure of (string * [> `Double of Double.t | `String of ResourceId.t ]) list ] list | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t