public static final class ServerAction.CreateBackup extends java.lang.Object implements 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
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.lang.String> |
metadata |
private java.lang.String |
name |
private java.lang.String |
rotation |
private java.lang.String |
type |
Constructor and Description |
---|
CreateBackup() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getMetadata() |
java.lang.String |
getName() |
java.lang.String |
getRotation() |
java.lang.String |
getType() |
void |
setMetadata(java.util.Map<java.lang.String,java.lang.String> metadata) |
void |
setName(java.lang.String name) |
void |
setRotation(java.lang.String rotation) |
void |
setType(java.lang.String type) |
private java.lang.String name
private java.lang.String type
private java.lang.String rotation
private java.util.Map<java.lang.String,java.lang.String> metadata
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to setpublic java.lang.String getRotation()
public void setRotation(java.lang.String rotation)
rotation
- the rotation to setpublic java.util.Map<java.lang.String,java.lang.String> getMetadata()
public void setMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)
metadata
- the metadata to set