org.jclouds.rimuhosting.miro.domain
Class ServerParameters

java.lang.Object
  extended by 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

Constructor Summary
ServerParameters()
           
 
Method Summary
 Integer getPrimaryDisk()
           
 Integer getRam()
           
 Integer getSecondaryDisk()
           
 void setPrimaryDisk(Integer primaryDisk)
           
 void setRam(Integer ram)
           
 void setSecondaryDisk(Integer secondaryDisk)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerParameters

public ServerParameters()
Method Detail

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.