Class ClusterLevelServiceImpl

    • Constructor Detail

      • ClusterLevelServiceImpl

        public ClusterLevelServiceImpl​(HttpConnection connection,
                                       String path)
    • Method Detail

      • get

        public ClusterLevelService.GetRequest get()
        Description copied from interface: ClusterLevelService
        Provides the information about the capabilities of the specific cluster level managed by this service. For example, to find what CPU types are supported by level 3.6 you can send a request like this: [source] ---- GET /ovirt-engine/api/clusterlevels/3.6 ---- That will return a <> object containing the supported CPU types, and other information which describes the cluster level: [source,xml] ---- Intel Nehalem Family 3 x86_64 ... create_vm false ... ----
        Specified by:
        get in interface ClusterLevelService