Package com.woorea.openstack.nova.model
Class ServerAction.Resize
- java.lang.Object
-
- com.woorea.openstack.nova.model.ServerAction.Resize
-
- All Implemented Interfaces:
ServerAction,Serializable
- Enclosing interface:
- ServerAction
public static final class ServerAction.Resize 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 Resize()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDiskConfig()StringgetFlavorRef()voidsetDiskConfig(String diskConfig)voidsetFlavorRef(String flavorRef)
-
-
-
Method Detail
-
getFlavorRef
public String getFlavorRef()
- Returns:
- the flavorRef
-
setFlavorRef
public void setFlavorRef(String flavorRef)
- Parameters:
flavorRef- the flavorRef to set
-
getDiskConfig
public String getDiskConfig()
- Returns:
- the diskConfig
-
setDiskConfig
public void setDiskConfig(String diskConfig)
- Parameters:
diskConfig- the diskConfig to set
-
-