A B C D E F G I L M O R S T U V W

A

AbstractVMWareActionCallback<T> - Class in org.redhat.vmtruckloader.vmware.action
 
AbstractVMWareActionCallback() - Constructor for class org.redhat.vmtruckloader.vmware.action.AbstractVMWareActionCallback
 
Action - Enum in org.redhat.vmtruckloader.service.cli
 
ActionConverter - Class in org.redhat.vmtruckloader.service.cli
 
ActionConverter() - Constructor for class org.redhat.vmtruckloader.service.cli.ActionConverter
 
addCpus(int) - Method in class org.redhat.vmtruckloader.service.MachineSpecification
 
addDatastore(String) - Method in class org.redhat.vmtruckloader.service.MachineSpecification
 
addEnv(String) - Method in class org.redhat.vmtruckloader.service.MachineSpecification
 
addIpAddress(String) - Method in class org.redhat.vmtruckloader.service.MachineSpecification
 
addMacAddress(String) - Method in class org.redhat.vmtruckloader.service.MachineSpecification
 
addRam(int) - Method in class org.redhat.vmtruckloader.service.MachineSpecification
 
addResourcePool(String) - Method in class org.redhat.vmtruckloader.service.MachineSpecification
 
addRole(String) - Method in class org.redhat.vmtruckloader.service.MachineSpecification
 
addVLAN(String) - Method in class org.redhat.vmtruckloader.service.MachineSpecification
 
Arguments - Class in org.redhat.vmtruckloader.service.cli
POJO to hold all the CLI arguments inputs.
Arguments() - Constructor for class org.redhat.vmtruckloader.service.cli.Arguments
 

B

buildFromString(String) - Static method in enum org.redhat.vmtruckloader.service.cli.Action
 
buildVmSpec(ServiceInstance, MachineSpecification) - Static method in class org.redhat.vmtruckloader.vmware.VMWareMachineSpecsUtils
 
buildVmSpecAndSetCpusAndMemory(ServiceInstance, MachineSpecification) - Static method in class org.redhat.vmtruckloader.vmware.VMWareMachineSpecsUtils
 

C

checkIfStringValid(String) - Static method in class org.redhat.vmtruckloader.util.StringUtil
 
checkIfStringValid(String, String) - Static method in class org.redhat.vmtruckloader.util.StringUtil
 
cloneMachine(String, MachineSpecification) - Method in interface org.redhat.vmtruckloader.service.MachineService
Clones the source machine to the target machine.
cloneMachine(String, MachineSpecification) - Method in class org.redhat.vmtruckloader.vmware.VMWareMachineService
 
CloneMachineCallback - Class in org.redhat.vmtruckloader.vmware.action
Clone a VM - not really tested...
CloneMachineCallback(String, MachineSpecification) - Constructor for class org.redhat.vmtruckloader.vmware.action.CloneMachineCallback
 
closeServiceInstance(ServiceInstance) - Method in class org.redhat.vmtruckloader.vmware.VMWareConnectionManager
 
COMMAND_LINE_SEPARATOR - Static variable in class org.redhat.vmtruckloader.util.ExecUtils
 
constructReaderFromClasspathResource(String) - Static method in class org.redhat.vmtruckloader.util.FileUtils
 
convert(String) - Method in class org.redhat.vmtruckloader.service.cli.ActionConverter
 
createURI(String) - Static method in class org.redhat.vmtruckloader.util.URLUtils
 
createUrl(String) - Static method in class org.redhat.vmtruckloader.util.URLUtils
 
CSVUtils - Class in org.redhat.vmtruckloader.util
 

D

delete(String) - Static method in class org.redhat.vmtruckloader.util.FileUtils
 
deleteMachine(String) - Method in interface org.redhat.vmtruckloader.service.MachineService
Stops the machine with the given name.
deleteMachine(String) - Method in class org.redhat.vmtruckloader.vmware.VMWareMachineService
 
DeleteMachineActionCallback - Class in org.redhat.vmtruckloader.vmware.action
VMWare action class that deletes a machine.
DeleteMachineActionCallback(String) - Constructor for class org.redhat.vmtruckloader.vmware.action.DeleteMachineActionCallback
 
DeleteMachineActionCallback(String, boolean) - Constructor for class org.redhat.vmtruckloader.vmware.action.DeleteMachineActionCallback
 
deploy(String, String) - Method in interface org.redhat.vmtruckloader.service.MachineService
Move a VM to the appropriate VLAN
deploy(String, String) - Method in class org.redhat.vmtruckloader.vmware.VMWareMachineService
 
doInVmware(ServiceInstance) - Method in class org.redhat.vmtruckloader.vmware.action.CloneMachineCallback
 
doInVmware(ServiceInstance) - Method in class org.redhat.vmtruckloader.vmware.action.DeleteMachineActionCallback
 
doInVmware(ServiceInstance) - Method in class org.redhat.vmtruckloader.vmware.action.EditMachineCallback
 
doInVmware(ServiceInstance) - Method in class org.redhat.vmtruckloader.vmware.action.GetMachineActionCallback
 
doInVmware(ServiceInstance) - Method in class org.redhat.vmtruckloader.vmware.action.GetMachinesActionCallback
 
doInVmware(ServiceInstance) - Method in class org.redhat.vmtruckloader.vmware.action.MoveVirtualMachineToNetworkCallback
 
doInVmware(ServiceInstance) - Method in class org.redhat.vmtruckloader.vmware.action.StartMachineActionCallback
 
doInVmware(ServiceInstance) - Method in class org.redhat.vmtruckloader.vmware.action.StopMachineActionCallback
 
doInVmware(ServiceInstance) - Method in interface org.redhat.vmtruckloader.vmware.action.VMWareActionCallback
 

E

editMachine(MachineSpecification) - Method in interface org.redhat.vmtruckloader.service.MachineService
 
editMachine(MachineSpecification) - Method in class org.redhat.vmtruckloader.vmware.VMWareMachineService
 
EditMachineCallback - Class in org.redhat.vmtruckloader.vmware.action
Callback in charge of creating a new Machine
EditMachineCallback(MachineSpecification) - Constructor for class org.redhat.vmtruckloader.vmware.action.EditMachineCallback
 
execute(VMWareActionCallback<T>) - Method in class org.redhat.vmtruckloader.vmware.VMWareTemplate
 
executeScript(String) - Static method in class org.redhat.vmtruckloader.util.ExecUtils
 
executeScriptAndReturnsResult(String) - Static method in class org.redhat.vmtruckloader.util.ExecUtils
 
ExecUtils - Class in org.redhat.vmtruckloader.util
 
exists(String) - Static method in class org.redhat.vmtruckloader.util.FileUtils
 

F

FileUtils - Class in org.redhat.vmtruckloader.util
 
findDataStore(String, int, ServiceInstance) - Static method in class org.redhat.vmtruckloader.vmware.VMWareManagedObjectUtils
Find datastore with max available space in a given storage pod for a new virtual machine with diskSize bytes.
findResourcePoolByName(ServiceInstance, String) - Static method in class org.redhat.vmtruckloader.vmware.VMWareManagedObjectUtils
 

G

getFileEncoding() - Static method in class org.redhat.vmtruckloader.util.FileUtils
 
getJobs() - Method in interface org.redhat.vmtruckloader.service.MachineService
Returns currently running jobs.
getJobs() - Method in class org.redhat.vmtruckloader.vmware.VMWareMachineService
 
getLabel() - Method in enum org.redhat.vmtruckloader.service.cli.Action
 
getMacAddress(VirtualMachine) - Static method in class org.redhat.vmtruckloader.util.VirtualMachineUtils
 
getMacAddress(VirtualMachine) - Method in class org.redhat.vmtruckloader.vmware.action.VirtualMachineTransformer
 
getMacAddress(VirtualMachine) - Method in interface org.redhat.vmtruckloader.vmware.action.VMWareTypeTransformer
 
getMacAddresses(VirtualMachine) - Static method in class org.redhat.vmtruckloader.util.VirtualMachineUtils
 
getMachine(String) - Method in interface org.redhat.vmtruckloader.service.MachineService
Retrieves the Machine information of the given machine.
getMachine(String) - Method in class org.redhat.vmtruckloader.vmware.VMWareMachineService
 
GetMachineActionCallback - Class in org.redhat.vmtruckloader.vmware.action
Simple VMWare action class that executes a find VM.
GetMachineActionCallback(String) - Constructor for class org.redhat.vmtruckloader.vmware.action.GetMachineActionCallback
 
getMachines() - Method in interface org.redhat.vmtruckloader.service.MachineService
Retrieves the Machines.
getMachines() - Method in class org.redhat.vmtruckloader.vmware.VMWareMachineService
 
GetMachinesActionCallback - Class in org.redhat.vmtruckloader.vmware.action
Simple VMWare action class that executes a finds all VMs.
GetMachinesActionCallback() - Constructor for class org.redhat.vmtruckloader.vmware.action.GetMachinesActionCallback
 
getManagedEntities(InventoryNavigator, String) - Static method in class org.redhat.vmtruckloader.vmware.VMWareManagedObjectUtils
 
getManagedEntities(ServiceInstance, String) - Static method in class org.redhat.vmtruckloader.vmware.VMWareManagedObjectUtils
 
getPassword() - Method in class org.redhat.vmtruckloader.vmware.VMWareContext
 
getServiceInstance(String, String, URL) - Method in class org.redhat.vmtruckloader.vmware.VMWareConnectionManager
 
getState() - Method in enum org.redhat.vmtruckloader.vmware.action.VMWareMachinePowerState
 
getUsername() - Method in class org.redhat.vmtruckloader.vmware.VMWareContext
 
getVCenterURL() - Method in class org.redhat.vmtruckloader.vmware.VMWareContext
 
getVm(ServiceInstance, String) - Static method in class org.redhat.vmtruckloader.vmware.VMWareManagedObjectUtils
 
getVmName() - Method in class org.redhat.vmtruckloader.service.MachineSpecification
 

I

isEmpty(String) - Static method in class org.redhat.vmtruckloader.util.StringUtil
 

L

lookVmFolder(ServiceInstance, String) - Static method in class org.redhat.vmtruckloader.vmware.VMWareManagedObjectUtils
 

M

MachineService - Interface in org.redhat.vmtruckloader.service
Service interface for the MachineService.
MachineSpecification - Class in org.redhat.vmtruckloader.service
A simple POJO to hold the specification of a Virtual Machine.
MachineSpecification() - Constructor for class org.redhat.vmtruckloader.service.MachineSpecification
 
MachineSpecification(String) - Constructor for class org.redhat.vmtruckloader.service.MachineSpecification
 
main(String[]) - Static method in class org.redhat.vmtruckloader.service.VmTruckLoader
 
MoveVirtualMachineToNetworkCallback - Class in org.redhat.vmtruckloader.vmware.action
 
MoveVirtualMachineToNetworkCallback(String, String) - Constructor for class org.redhat.vmtruckloader.vmware.action.MoveVirtualMachineToNetworkCallback
 

O

org.redhat.vmtruckloader.service - package org.redhat.vmtruckloader.service
 
org.redhat.vmtruckloader.service.cli - package org.redhat.vmtruckloader.service.cli
 
org.redhat.vmtruckloader.util - package org.redhat.vmtruckloader.util
 
org.redhat.vmtruckloader.vmware - package org.redhat.vmtruckloader.vmware
 
org.redhat.vmtruckloader.vmware.action - package org.redhat.vmtruckloader.vmware.action
 

R

read(String) - Static method in class org.redhat.vmtruckloader.util.FileUtils
 
readLineByLine(File) - Static method in class org.redhat.vmtruckloader.util.FileUtils
 
readLineByLine(String) - Static method in class org.redhat.vmtruckloader.util.FileUtils
 
run(String[]) - Static method in class org.redhat.vmtruckloader.service.VmTruckLoader
 
runTask(String) - Method in class org.redhat.vmtruckloader.vmware.action.AbstractVMWareActionCallback
 
runTask() - Method in class org.redhat.vmtruckloader.vmware.action.AbstractVMWareActionCallback
 
runWithCatch(String[]) - Static method in class org.redhat.vmtruckloader.service.VmTruckLoader
 

S

setConnectionData(String, String, URL) - Method in interface org.redhat.vmtruckloader.service.MachineService
Allow to pass to the instance the credential information for the backend system.
setConnectionData(String, String, URL) - Method in class org.redhat.vmtruckloader.vmware.VMWareMachineService
 
setCredential(String, String, URL) - Method in class org.redhat.vmtruckloader.vmware.VMWareTemplate
 
startMachine(String) - Method in interface org.redhat.vmtruckloader.service.MachineService
Starts the machine with the given name.
startMachine(String) - Method in class org.redhat.vmtruckloader.vmware.VMWareMachineService
 
StartMachineActionCallback - Class in org.redhat.vmtruckloader.vmware.action
VMWare action class which starts a machine.
StartMachineActionCallback(String) - Constructor for class org.redhat.vmtruckloader.vmware.action.StartMachineActionCallback
 
StartMachineActionCallback(String, boolean) - Constructor for class org.redhat.vmtruckloader.vmware.action.StartMachineActionCallback
 
stopMachine(String) - Method in interface org.redhat.vmtruckloader.service.MachineService
Stops the machine with the given name.
stopMachine(String) - Method in class org.redhat.vmtruckloader.vmware.VMWareMachineService
 
stopMachine(String, boolean) - Method in class org.redhat.vmtruckloader.vmware.VMWareMachineService
 
StopMachineActionCallback - Class in org.redhat.vmtruckloader.vmware.action
VMWare action class which stops a machine.
StopMachineActionCallback(String) - Constructor for class org.redhat.vmtruckloader.vmware.action.StopMachineActionCallback
 
StopMachineActionCallback(String, boolean) - Constructor for class org.redhat.vmtruckloader.vmware.action.StopMachineActionCallback
 
StringUtil - Class in org.redhat.vmtruckloader.util
 

T

turnLineIntoSpec(String) - Static method in class org.redhat.vmtruckloader.util.CSVUtils
 

U

updateLineInCsvFile(String, MachineSpecification) - Static method in class org.redhat.vmtruckloader.util.CSVUtils
 
updateVmSpecAndSetCpusAndMemory(ServiceInstance, MachineSpecification, VirtualMachineConfigSpec) - Static method in class org.redhat.vmtruckloader.vmware.VMWareMachineSpecsUtils
 
URLUtils - Class in org.redhat.vmtruckloader.util
 

V

valueOf(String) - Static method in enum org.redhat.vmtruckloader.service.cli.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.redhat.vmtruckloader.vmware.action.VMWareMachinePowerState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.redhat.vmtruckloader.service.cli.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.redhat.vmtruckloader.vmware.action.VMWareMachinePowerState
Returns an array containing the constants of this enum type, in the order they are declared.
VirtualMachineTransformer - Class in org.redhat.vmtruckloader.vmware.action
 
VirtualMachineTransformer(MachineSpecification) - Constructor for class org.redhat.vmtruckloader.vmware.action.VirtualMachineTransformer
 
VirtualMachineUtils - Class in org.redhat.vmtruckloader.util
 
VirtualMachineUtils() - Constructor for class org.redhat.vmtruckloader.util.VirtualMachineUtils
 
VirtualNetwork - Class in org.redhat.vmtruckloader.service
A simple POJO class designed to contains all the information relating to one virtual netork.
VirtualNetwork(String, String, String) - Constructor for class org.redhat.vmtruckloader.service.VirtualNetwork
 
VmTruckLoader - Class in org.redhat.vmtruckloader.service
Main class for this tool: Process the arguments, displays help text, and ensure the program exit with the appropriate error code
VmTruckLoader() - Constructor for class org.redhat.vmtruckloader.service.VmTruckLoader
 
VMWareActionCallback<T> - Interface in org.redhat.vmtruckloader.vmware.action
Callback interface for VMWare actions.
VMWareConnectionManager - Class in org.redhat.vmtruckloader.vmware
Very basic implementation of the VMWareConnectionManager.
VMWareConnectionManager() - Constructor for class org.redhat.vmtruckloader.vmware.VMWareConnectionManager
 
VMWareContext - Class in org.redhat.vmtruckloader.vmware
Very simple implementation of the VMWareContext.
VMWareContext(String, String, URL) - Constructor for class org.redhat.vmtruckloader.vmware.VMWareContext
 
VMWareMachinePowerState - Enum in org.redhat.vmtruckloader.vmware.action
Enumeration of the various possible states of a VMWare VirtualMachine.
VMWareMachineService - Class in org.redhat.vmtruckloader.vmware
VMWare implementation of the MachineService responsible for Machine related semantics (list, start, stop, etc.).
VMWareMachineService() - Constructor for class org.redhat.vmtruckloader.vmware.VMWareMachineService
 
VMWareMachineSpecsUtils - Class in org.redhat.vmtruckloader.vmware
 
VMWareMachineSpecsUtils() - Constructor for class org.redhat.vmtruckloader.vmware.VMWareMachineSpecsUtils
 
VMWareManagedObjectUtils - Class in org.redhat.vmtruckloader.vmware
 
VMWareManagedObjectUtils() - Constructor for class org.redhat.vmtruckloader.vmware.VMWareManagedObjectUtils
 
VMWareTemplate - Class in org.redhat.vmtruckloader.vmware
Helper class that simplifies performing actions in VMWare.
VMWareTemplate() - Constructor for class org.redhat.vmtruckloader.vmware.VMWareTemplate
 
VMWareTypeTransformer - Interface in org.redhat.vmtruckloader.vmware.action
 

W

write(String, String) - Static method in class org.redhat.vmtruckloader.util.FileUtils
 

A B C D E F G I L M O R S T U V W

Copyright © 2013. All Rights Reserved.