Package com.woorea.openstack.nova.model
Class ServerAction.CreateBackup
- java.lang.Object
-
- com.woorea.openstack.nova.model.ServerAction.CreateBackup
-
- All Implemented Interfaces:
ServerAction,Serializable
- Enclosing interface:
- ServerAction
public static final class ServerAction.CreateBackup extends 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
-
-
Constructor Summary
Constructors Constructor Description CreateBackup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getMetadata()StringgetName()StringgetRotation()StringgetType()voidsetMetadata(Map<String,String> metadata)voidsetName(String name)voidsetRotation(String rotation)voidsetType(String type)
-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name- the name to set
-
getType
public String getType()
- Returns:
- the type
-
setType
public void setType(String type)
- Parameters:
type- the type to set
-
getRotation
public String getRotation()
- Returns:
- the rotation
-
setRotation
public void setRotation(String rotation)
- Parameters:
rotation- the rotation to set
-
-