Uses of Interface
org.ovirt.engine.sdk4.services.ClusterService.GetRequest
-
Packages that use ClusterService.GetRequest Package Description org.ovirt.engine.sdk4.internal.services org.ovirt.engine.sdk4.services -
-
Uses of ClusterService.GetRequest in org.ovirt.engine.sdk4.internal.services
Methods in org.ovirt.engine.sdk4.internal.services that return ClusterService.GetRequest Modifier and Type Method Description ClusterService.GetRequest
ClusterServiceImpl. get()
-
Uses of ClusterService.GetRequest in org.ovirt.engine.sdk4.services
Methods in org.ovirt.engine.sdk4.services that return ClusterService.GetRequest Modifier and Type Method Description ClusterService.GetRequest
ClusterService.GetRequest. filter(Boolean filter)
Indicates if the results should be filtered according to the permissions of the user.ClusterService.GetRequest
ClusterService.GetRequest. follow(String follow)
Indicates which inner links should be _followed_.ClusterService.GetRequest
ClusterService. get()
Gets information about the cluster.
-