org.jclouds.rimuhosting.miro.domain
Class ServerParameters
java.lang.Object
org.jclouds.rimuhosting.miro.domain.ServerParameters
- All Implemented Interfaces:
- PostData
public class ServerParameters
- extends Object
- implements PostData
Attributes about a running VPS. Implicit with any changes to
these attributes on a VPS is that we'd need to restart the VPS for
the changes to happen. At least at this point in time.
- Author:
- Ivan Meredith
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerParameters
public ServerParameters()
getPrimaryDisk
public Integer getPrimaryDisk()
setPrimaryDisk
public void setPrimaryDisk(Integer primaryDisk)
getSecondaryDisk
public Integer getSecondaryDisk()
setSecondaryDisk
public void setSecondaryDisk(Integer secondaryDisk)
getRam
public Integer getRam()
setRam
public void setRam(Integer ram)
validate
public void validate()
- Specified by:
validate
in interface PostData
Copyright © 2009-2011 jclouds. All Rights Reserved.