org.jclouds.tools.ant.taskdefs.compute
Class NodeElement

java.lang.Object
  extended by org.jclouds.tools.ant.taskdefs.compute.NodeElement

public class NodeElement
extends Object

Author:
Adrian Cole, Ivan Meredith

Constructor Summary
NodeElement()
           
 
Method Summary
 int getCount()
           
 String getGroup()
           
 String getHardware()
           
 String getId()
           
 String getImage()
           
 String getLocation()
           
 String getOpenports()
           
 String getOs()
           
 File getPrivatekeyfile()
           
 File getPublickeyfile()
           
 File getRunscript()
           
 void setCount(int count)
           
 void setGroup(String group)
           
 void setHardware(String hardware)
           
 void setHostproperty(String hostproperty)
          The name of a property in which the hostname of the machine should be stored
 void setId(String id)
           
 void setIdproperty(String idproperty)
          The name of a property in which the id of the machine should be stored
 void setImage(String image)
           
 void setLocation(String location)
           
 void setOpenports(String openports)
           
 void setOs(String os)
           
 void setPasswordproperty(String passwordproperty)
          The name of a property in which the password of the login user should be stored.
 void setPrivatekeyfile(File privatekeyfile)
           
 void setPublickeyfile(File publickeyfile)
           
 void setRunscript(File runscript)
           
 void setUsernameproperty(String usernameproperty)
          The name of a property in which the username of the login user should be stored.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeElement

public NodeElement()
Method Detail

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

setUsernameproperty

public void setUsernameproperty(String usernameproperty)
The name of a property in which the username of the login user should be stored.


setPasswordproperty

public void setPasswordproperty(String passwordproperty)
The name of a property in which the password of the login user should be stored.


setHostproperty

public void setHostproperty(String hostproperty)
The name of a property in which the hostname of the machine should be stored


setIdproperty

public void setIdproperty(String idproperty)
The name of a property in which the id of the machine should be stored


setHardware

public void setHardware(String hardware)

getHardware

public String getHardware()

setOs

public void setOs(String os)

getOs

public String getOs()

setRunscript

public void setRunscript(File runscript)

getRunscript

public File getRunscript()

setOpenports

public void setOpenports(String openports)

getOpenports

public String getOpenports()

setImage

public void setImage(String image)

getImage

public String getImage()

setCount

public void setCount(int count)

getCount

public int getCount()

setGroup

public void setGroup(String group)

getGroup

public String getGroup()

setPrivatekeyfile

public void setPrivatekeyfile(File privatekeyfile)

getPrivatekeyfile

public File getPrivatekeyfile()

setPublickeyfile

public void setPublickeyfile(File publickeyfile)

getPublickeyfile

public File getPublickeyfile()

setId

public void setId(String id)

getId

public String getId()


Copyright © 2009-2011 jclouds. All Rights Reserved.