|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.jasmine.vmm.api.VMCustomizationSpec
public class VMCustomizationSpec
The VMCustomizationSpec class is a helper class used to describe the customization parameters of a virtual machine to be created or cloned
Constructor Summary | |
---|---|
VMCustomizationSpec()
Constructs a VMConfigSpec object |
|
VMCustomizationSpec(VMCustomizationSpec other)
Constructs a VMConfigSpec object as a copy of the argument |
Method Summary | |
---|---|
void |
addGuestOsCustomizationParam(java.lang.String paramName,
java.lang.String paramValue)
Adds a guest-OS specific customization parameters |
void |
addVnicIpSettings(VnicIPSettings ipSettings)
Adds an IP settings associated with a NIC attached to the VM |
java.util.Map<java.lang.String,java.lang.String> |
getGuestOsCustomizationParams()
Returns the guest OS specific customization parameters |
java.util.List<java.lang.String> |
getGuestOsDnsServerList()
Returns the list of DNS servers to be used by the guest OS |
java.lang.String |
getGuestOsDomain()
Returns the guest OS DNS domain |
java.lang.String |
getGuestOsHostName()
Returns the non-qualified hostname of the guest OS |
java.util.List<VnicIPSettings> |
getVnicIpSettingsList()
Returns the IP settings of each NIC attached to the VM |
void |
setGuestOsCustomizationParams(java.util.Map<java.lang.String,java.lang.String> guestCustomizationParams)
Sets guest-OS specific customization parameters |
void |
setGuestOsDnsServerList(java.util.List<java.lang.String> dnsServerList)
Sets the list of DNS servers to be used by the guest OS |
void |
setGuestOsDomain(java.lang.String domain)
Sets the DNS domain the guest OS belongs to |
void |
setGuestOsHostName(java.lang.String hostName)
Sets the non-qualified hostname of the guest OS |
void |
setVnicIpSettingsList(java.util.List<VnicIPSettings> ipSettingsList)
Sets the VNIC IP settings of the VNIC(s) attached to this VM |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VMCustomizationSpec(VMCustomizationSpec other)
other
- original object to copypublic VMCustomizationSpec()
Method Detail |
---|
public void setGuestOsDomain(java.lang.String domain)
guestOsDomain
- DNS domain namepublic java.lang.String getGuestOsDomain()
public java.lang.String getGuestOsHostName()
public void setGuestOsHostName(java.lang.String hostName)
guestOsHostName
- non-qualified hostnamepublic java.util.List<java.lang.String> getGuestOsDnsServerList()
public void setGuestOsDnsServerList(java.util.List<java.lang.String> dnsServerList)
guestOsDnsServerList
- list of DNS serverspublic void addVnicIpSettings(VnicIPSettings ipSettings)
ipSettings
- public void setVnicIpSettingsList(java.util.List<VnicIPSettings> ipSettingsList)
ipSettingsList
- the list of VNIC IP settingspublic java.util.List<VnicIPSettings> getVnicIpSettingsList()
public java.util.Map<java.lang.String,java.lang.String> getGuestOsCustomizationParams()
public void setGuestOsCustomizationParams(java.util.Map<java.lang.String,java.lang.String> guestCustomizationParams)
guestCustomization
- the list of customization parameters to setpublic void addGuestOsCustomizationParam(java.lang.String paramName, java.lang.String paramValue)
paramName
- key of the parameter to addparamValue
- value of the parameter to add
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |