Package com.woorea.openstack.nova.model
Class ServerAction.Reboot
- java.lang.Object
-
- com.woorea.openstack.nova.model.ServerAction.Reboot
-
- All Implemented Interfaces:
ServerAction
,java.io.Serializable
- Enclosing interface:
- ServerAction
public static final class ServerAction.Reboot extends java.lang.Object implements ServerAction
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.woorea.openstack.nova.model.ServerAction
ServerAction.AssociateFloatingIp, ServerAction.ChangePassword, ServerAction.ConfirmResize, ServerAction.ConsoleOutput, ServerAction.CreateBackup, ServerAction.CreateImage, ServerAction.DisassociateFloatingIp, ServerAction.ForceDelete, ServerAction.GetConsoleOutput, ServerAction.GetVncConsole, ServerAction.Lock, ServerAction.Pause, ServerAction.Reboot, ServerAction.Rebuild, ServerAction.Rescue, ServerAction.RescueResponse, ServerAction.Resize, ServerAction.Restore, ServerAction.Resume, ServerAction.RevertResize, ServerAction.Start, ServerAction.Stop, ServerAction.Suspend, ServerAction.Unlock, ServerAction.Unpause, ServerAction.Unrescue, ServerAction.VncConsole
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
type
-
Constructor Summary
Constructors Constructor Description Reboot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getType()
void
setType(java.lang.String type)
-