|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.vmm.api.VMConfigSpec
public class VMConfigSpec
The VMConfigSpec class is a helper class used to describe the configuration of a virtual machine to be created
| Constructor Summary | |
|---|---|
VMConfigSpec()
Constructs a VMConfigSpec object |
|
VMConfigSpec(java.lang.String name,
long memorySizeMB,
int numVCPU,
int diskSizeMB,
java.lang.String vmImageUUID)
Constructs a VMConfigSpec object |
|
VMConfigSpec(VMConfigSpec 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 |
int |
getDiskSizeMB()
Returns the disk size in MBytes of the virtual machine configuration |
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 |
long |
getMemorySizeMB()
Returns the memory size of the virtual machine in MBytes |
java.lang.String |
getName()
Returns the name of virtual machine |
int |
getNumVCPU()
Returns the number of virtual CPUs of the virtual machine configuration |
java.lang.String |
getVmImageUUID()
Returns the image ID of the virtual machine configuration |
java.util.List<VnicIPSettings> |
getVnicIpSettingsList()
Returns the IP settings of each NIC attached to the VM |
void |
setDiskSizeMB(int diskSizeMB)
Sets the disk size in MBytes |
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 |
setMemorySizeMB(long memorySizeMB)
Sets the memory size of the virtual machine configuration in MBytes |
void |
setName(java.lang.String name)
Sets the name of the virtual machine |
void |
setNumVCPU(int numVCPU)
Sets the number of virtual CPUs |
void |
setVmImageUUID(java.lang.String diskImageID)
Sets the image ID of the virtual machine |
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 VMConfigSpec(java.lang.String name,
long memorySizeMB,
int numVCPU,
int diskSizeMB,
java.lang.String vmImageUUID)
name - the name of the virtual machinememorySizeMB - the initial memory allocation in MBytesnumVCPU - the number of virtual CPUsdiskSizeMB - the disk size in MBytesvmImageUUID - the uuid of the VM image that will be used to create
the VMpublic VMConfigSpec(VMConfigSpec other)
other - original object to copypublic VMConfigSpec()
| Method Detail |
|---|
public void setName(java.lang.String name)
name - public void setMemorySizeMB(long memorySizeMB)
memorySizeMB - public void setNumVCPU(int numVCPU)
numVCPU - public void setDiskSizeMB(int diskSizeMB)
diskSizeMB - public void setVmImageUUID(java.lang.String diskImageID)
diskImageID - public java.lang.String getName()
public long getMemorySizeMB()
public int getNumVCPU()
public int getDiskSizeMB()
public java.lang.String getVmImageUUID()
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 set
public 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 | ||||||||