Package org.ovirt.engine.sdk4.services
Interface DataCenterService.UpdateResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- DataCenterService
public static interface DataCenterService.UpdateResponse extends Response
Updates the data center. The `name`, `description`, `storage_type`, `version`, `storage_format` and `mac_pool` elements are updatable post-creation. For example, to change the name and description of data center `123` send a request like this: [source] ---- PUT /ovirt-engine/api/datacenters/123 ---- With a request body like this: [source,xml] ----myupdatedname An updated description for the data center
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCenter
dataCenter()
The data center that is being updated.
-
-
-
Method Detail
-
dataCenter
DataCenter dataCenter()
The data center that is being updated.
-
-