|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MachineConfig
A physical machine can be represented by either a name, an IP or a mac-address
| Nested Class Summary | |
|---|---|
static class |
MachineConfig.MachineResolver
|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Method Summary | |
|---|---|
String |
getDisksLocation()
Relative path location on the target machine where the virtual machines volumes will be stored. |
String |
getIpAddress()
|
String |
getMacAddress()
|
String |
getName()
|
String |
getNetworkName()
|
String |
getOsName()
|
String |
getTemplateCacheLocation()
Relative path location on the target machine where the cached virtual machines templates will be stored. |
String |
getTemplatesLocation()
Relative path location on the target machine where the virtual machines templates will be stored. |
VirtUser |
getUser()
Defines the user identify on the remote machine that can be used to connect to the virtualization layer and manipulate virtual machines, storage pools etc... |
void |
setDisksLocation(String location)
|
void |
setIpAddress(String ipAddress)
|
void |
setMacAddress(String macAddress)
|
void |
setName(String name)
|
void |
setNetworkName(String networkName)
|
void |
setOsName(String osName)
|
void |
setTemplateCacheLocation(String location)
|
void |
setTemplatesLocation(String location)
|
void |
setUser(VirtUser user)
|
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Method Detail |
|---|
String getName()
void setName(String name)
String getNetworkName()
void setNetworkName(String networkName)
String getIpAddress()
void setIpAddress(String ipAddress)
String getMacAddress()
void setMacAddress(String macAddress)
String getOsName()
void setOsName(String osName)
String getDisksLocation()
getUser()void setDisksLocation(String location)
String getTemplatesLocation()
getUser()void setTemplatesLocation(String location)
String getTemplateCacheLocation()
void setTemplateCacheLocation(String location)
VirtUser getUser()
ServerPoolConfig.getUser()void setUser(VirtUser user)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||