Class ClustersServiceImpl

    • Constructor Detail

    • Method Detail

      • add

        public ClustersService.AddRequest add()
        Description copied from interface: ClustersService
        Creates a new cluster. This requires the `name`, `cpu.type`, and `data_center` attributes. Identify the data center with either the `id` or `name` attribute. [source] ---- POST /ovirt-engine/api/clusters ---- With a request body like this: [source,xml] ---- mycluster Intel Nehalem Family ---- To create a cluster with an external network provider to be deployed on every host that is added to the cluster, send a request like this: [source] ---- POST /ovirt-engine/api/clusters ---- With a request body containing a reference to the desired provider: [source,xml] ---- mycluster Intel Nehalem Family ----
        Specified by:
        add in interface ClustersService
      • list

        public ClustersService.ListRequest list()
        Description copied from interface: ClustersService
        Returns the list of clusters of the system. The order of the returned clusters is guaranteed only if the `sortby` clause is included in the `search` parameter.
        Specified by:
        list in interface ClustersService