Package org.ovirt.engine.sdk4.services
Interface ClusterService.UpdateResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- ClusterService
public static interface ClusterService.UpdateResponse extends Response
Updates information about the cluster. Only the specified fields are updated; others remain unchanged. For example, to update the cluster's CPU: [source] ---- PUT /ovirt-engine/api/clusters/123 ---- With a request body like this: [source,xml] ----Intel Haswell-noTSX Family
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cluster
cluster()
-
-
-
Method Detail
-
cluster
Cluster cluster()
-
-