public class NodeElement extends Object
Constructor and Description |
---|
NodeElement() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2009-2012 jclouds. All Rights Reserved.