|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.tools.ant.taskdefs.compute.NodeElement
public class NodeElement
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 |
---|
public NodeElement()
Method Detail |
---|
public String getLocation()
public void setLocation(String location)
public void setUsernameproperty(String usernameproperty)
public void setPasswordproperty(String passwordproperty)
public void setHostproperty(String hostproperty)
public void setIdproperty(String idproperty)
public void setHardware(String hardware)
public String getHardware()
public void setOs(String os)
public String getOs()
public void setRunscript(File runscript)
public File getRunscript()
public void setOpenports(String openports)
public String getOpenports()
public void setImage(String image)
public String getImage()
public void setCount(int count)
public int getCount()
public void setGroup(String group)
public String getGroup()
public void setPrivatekeyfile(File privatekeyfile)
public File getPrivatekeyfile()
public void setPublickeyfile(File publickeyfile)
public File getPublickeyfile()
public void setId(String id)
public String getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |