|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MachineSpecification | |
---|---|
org.redhat.vmtruckloader.service | |
org.redhat.vmtruckloader.util | |
org.redhat.vmtruckloader.vmware | |
org.redhat.vmtruckloader.vmware.action |
Uses of MachineSpecification in org.redhat.vmtruckloader.service |
---|
Methods in org.redhat.vmtruckloader.service that return MachineSpecification | |
---|---|
MachineSpecification |
MachineSpecification.addCpus(int i)
|
MachineSpecification |
MachineSpecification.addDatastore(String datastoreName)
|
MachineSpecification |
MachineSpecification.addEnv(String env)
|
MachineSpecification |
MachineSpecification.addIpAddress(String string)
|
MachineSpecification |
MachineSpecification.addMacAddress(String macAddress)
|
MachineSpecification |
MachineSpecification.addRam(int ram)
|
MachineSpecification |
MachineSpecification.addResourcePool(String string)
|
MachineSpecification |
MachineSpecification.addRole(String string)
|
MachineSpecification |
MachineSpecification.addVLAN(String string)
|
MachineSpecification |
MachineService.cloneMachine(String sourceMachineName,
MachineSpecification spec)
Clones the source machine to the target machine. |
Methods in org.redhat.vmtruckloader.service with parameters of type MachineSpecification | |
---|---|
MachineSpecification |
MachineService.cloneMachine(String sourceMachineName,
MachineSpecification spec)
Clones the source machine to the target machine. |
void |
MachineService.editMachine(MachineSpecification machineCreate)
|
Uses of MachineSpecification in org.redhat.vmtruckloader.util |
---|
Methods in org.redhat.vmtruckloader.util that return MachineSpecification | |
---|---|
static MachineSpecification |
CSVUtils.turnLineIntoSpec(String line)
|
Methods in org.redhat.vmtruckloader.util with parameters of type MachineSpecification | |
---|---|
static boolean |
CSVUtils.updateLineInCsvFile(String filename,
MachineSpecification spec)
|
Uses of MachineSpecification in org.redhat.vmtruckloader.vmware |
---|
Methods in org.redhat.vmtruckloader.vmware that return MachineSpecification | |
---|---|
MachineSpecification |
VMWareMachineService.cloneMachine(String sourceMachineName,
MachineSpecification spec)
|
Methods in org.redhat.vmtruckloader.vmware with parameters of type MachineSpecification | |
---|---|
static com.vmware.vim25.VirtualMachineConfigSpec |
VMWareMachineSpecsUtils.buildVmSpec(com.vmware.vim25.mo.ServiceInstance serviceInstance,
MachineSpecification spec)
|
static com.vmware.vim25.VirtualMachineConfigSpec |
VMWareMachineSpecsUtils.buildVmSpecAndSetCpusAndMemory(com.vmware.vim25.mo.ServiceInstance serviceInstance,
MachineSpecification spec)
|
MachineSpecification |
VMWareMachineService.cloneMachine(String sourceMachineName,
MachineSpecification spec)
|
void |
VMWareMachineService.editMachine(MachineSpecification machineCreate)
|
static com.vmware.vim25.VirtualMachineConfigSpec |
VMWareMachineSpecsUtils.updateVmSpecAndSetCpusAndMemory(com.vmware.vim25.mo.ServiceInstance serviceInstance,
MachineSpecification spec,
com.vmware.vim25.VirtualMachineConfigSpec vmSpec)
|
Uses of MachineSpecification in org.redhat.vmtruckloader.vmware.action |
---|
Methods in org.redhat.vmtruckloader.vmware.action that return MachineSpecification | |
---|---|
MachineSpecification |
CloneMachineCallback.doInVmware(com.vmware.vim25.mo.ServiceInstance serviceInstance)
|
MachineSpecification |
VirtualMachineTransformer.getMacAddress(com.vmware.vim25.mo.VirtualMachine vm)
|
MachineSpecification |
VMWareTypeTransformer.getMacAddress(com.vmware.vim25.mo.VirtualMachine vm)
|
Constructors in org.redhat.vmtruckloader.vmware.action with parameters of type MachineSpecification | |
---|---|
CloneMachineCallback(String sourceMachineName,
MachineSpecification machineSpecification)
|
|
EditMachineCallback(MachineSpecification spec)
|
|
VirtualMachineTransformer(MachineSpecification spec)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |