Class NovaServerUpdate
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.NovaServerUpdate
-
- All Implemented Interfaces:
Serializable,ModelEntity
public class NovaServerUpdate extends Object implements ModelEntity
The JSON object used to update an existing server- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NovaServerUpdate()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NovaServerUpdatefromOptions(ServerUpdateOptions options)Creates a NovaServerUpdate from Options
-
-
-
Method Detail
-
fromOptions
public static NovaServerUpdate fromOptions(ServerUpdateOptions options)
Creates a NovaServerUpdate from Options- Parameters:
options- the server update options- Returns:
- NovaServerUpdate instance
-
-