A C D E F G H I L M N P R S T V 

A

addChild(Node) - Method in class com.vmware.helper.DataObject
 
addChild(ManagedObject) - Method in class com.vmware.helper.ManagedObject
 
addProperties(String) - Method in class com.vmware.helper.DataObject
 

C

com.vmware.helper - package com.vmware.helper
 
COMPUTERESOURCE - Static variable in class com.vmware.helper.VimUtil
Managed entity of type ComputeResource
connect(String, String, String) - Method in class com.vmware.helper.VimUtil
 
createVM(String) - Method in class com.vmware.helper.VimUtil
Method to create a new Virtual Machine on a specific host.

D

DATACENTER - Static variable in class com.vmware.helper.VimUtil
Managed entity of type Datacenter
DataObject - Class in com.vmware.helper
 
DataObject() - Constructor for class com.vmware.helper.DataObject
 
DATASTORE - Static variable in class com.vmware.helper.VimUtil
Managed entity of type Datastore
deleteVM(String) - Method in class com.vmware.helper.VimUtil
Method to delete a VM
disconnect() - Method in class com.vmware.helper.VimUtil
Method to disconnect connection to the connected vCenter Server or Esi host

E

enableLog(boolean) - Method in class com.vmware.helper.VimUtil
Enable or disable log messages
exportVM(String, String) - Method in class com.vmware.helper.VimUtil
Method to export a VM to a ovf file.

F

flushAllChildren() - Method in class com.vmware.helper.ManagedObject
 
flushChildren(ManagedObject) - Method in class com.vmware.helper.ManagedObject
 
FOLDER - Static variable in class com.vmware.helper.VimUtil
Managed entity of type Folder

G

getAllEntities() - Method in class com.vmware.helper.VimUtil
Method to retrieve all available managed entities in a given vCenter/Esxi host environment
getAllManagedEntities() - Method in class com.vmware.helper.VimUtil
 
getArray(List<ManagedObjectReference>) - Method in class com.vmware.helper.VimUtil
 
getCapacity(ManagedObjectReference) - Method in class com.vmware.helper.VimUtil
 
getChildEntities(ManagedObjectReference) - Method in class com.vmware.helper.VimUtil
 
getChildren() - Method in class com.vmware.helper.ManagedObject
 
getList(String) - Method in class com.vmware.helper.VimUtil
Get list of available managed entities from vCenter Server or Esxi host
getManagedEntities(String) - Method in class com.vmware.helper.VimUtil
 
getManagedEntity(String, ManagedObjectReference) - Method in class com.vmware.helper.VimUtil
Method to retrieve MOR of a given managed entity type.
getMORFromEntityName(String, String) - Method in class com.vmware.helper.VimUtil
Method to get the MOR for a given entity type and entity name
getName() - Method in class com.vmware.helper.ManagedObject
 
getOvfDesc(String) - Method in class com.vmware.helper.VimUtil
Method to get Ovf descriptor
getParent() - Method in class com.vmware.helper.ManagedObject
 
getParentMOR(ManagedObjectReference) - Method in class com.vmware.helper.VimUtil
Method to retrieve parent MOR of a given MOR
getParentName(String, String) - Method in class com.vmware.helper.VimUtil
Method to retrieve parent name of a given entity name
getParentName(ManagedObjectReference) - Method in class com.vmware.helper.VimUtil
Method to retrieve parent name of a given MOR
getProperties() - Method in class com.vmware.helper.ManagedObject
 
getProperties(String, String, String[]) - Method in class com.vmware.helper.VimUtil
Method to retrieve all or specific properties of a given entity
getProperties(ManagedObjectReference, String[]) - Method in class com.vmware.helper.VimUtil
Method to retrieve all or specific properties of a given managed entity //kannan
getProperty(ManagedObjectReference, String) - Method in class com.vmware.helper.VimUtil
Method to retrieve a specific property of a given entity
getResourceInfo(ResourceConfigSpec) - Method in class com.vmware.helper.VimUtil
 
getResourcePool(ManagedObjectReference) - Method in class com.vmware.helper.VimUtil
Method to retrieve ResourcePool for a given host MOR
getRPtoVMMap() - Method in class com.vmware.helper.VimUtil
Method to get a map of ResourcePool to VM mapping
getServiceInstanceName() - Method in class com.vmware.helper.VimUtil
Method to retrieve service instance name
getStatus() - Method in class com.vmware.helper.ManagedObject
 
getType() - Method in class com.vmware.helper.ManagedObject
 
getVMListFromHost(String, boolean) - Method in class com.vmware.helper.VimUtil
Method for getting list of all VMs on a given hostname
getVMMORFromHostName(String, String) - Method in class com.vmware.helper.VimUtil
Method to retrieve VM MOR from a given host name and vm name
getVMMORFromHostSystem(ManagedObjectReference, String) - Method in class com.vmware.helper.VimUtil
 
getVMProperty(String, String) - Method in class com.vmware.helper.VimUtil
Method to retrieve a specific property of a virtual machine

H

help() - Method in class com.vmware.helper.VimUtil
Method to print out all the available command line arguments and its parameters
HOSTSYSTEM - Static variable in class com.vmware.helper.VimUtil
Managed entity of type HostSystem

I

importVM(String, String, String) - Method in class com.vmware.helper.VimUtil
Method to import a ovf file into a requested host
installVMWareTools(String) - Method in class com.vmware.helper.VimUtil
Method to install vmware tools on a specific vm
installVMWareTools(ManagedObjectReference) - Method in class com.vmware.helper.VimUtil
Method to install vmware tools on a specific vm(MOR)
isConnected() - Method in class com.vmware.helper.VimUtil
Method to determine if conection to vCenter Server or Esxi host is still active
isVCenterServer() - Method in class com.vmware.helper.VimUtil
Method to determine if the connection is made to a vCenter Server or an Esxi host

L

loadInventory() - Method in class com.vmware.helper.VimUtil
Method to load all the ManagedEntities with basic properties into memory.
loadInventory(ManagedObjectReference) - Method in class com.vmware.helper.VimUtil
Method to load all the ManagedEntities associated with a given ManagedEntity alongwith their respective basic properties into memory.
logOutput(String) - Method in class com.vmware.helper.VimUtil
Method to log any comments to std out prefixed with the caller method's name

M

main(String[]) - Static method in class com.vmware.helper.VimUtil
 
MANAGEDENTITIES - Static variable in class com.vmware.helper.VimUtil
 
ManagedObject - Class in com.vmware.helper
 
ManagedObject() - Constructor for class com.vmware.helper.ManagedObject
 
ManagedObject(String, String) - Constructor for class com.vmware.helper.ManagedObject
 
ManagedObject(String, String, String) - Constructor for class com.vmware.helper.ManagedObject
 
ManagedObject(String, String, String, String[]) - Constructor for class com.vmware.helper.ManagedObject
 

N

NETWORK - Static variable in class com.vmware.helper.VimUtil
Managed entity of type Network

P

parent - Variable in class com.vmware.helper.ManagedObject
 
populateDataObject(DataObject, String) - Method in class com.vmware.helper.VimUtil
Method to populate a DataObject with the objects/resources associated with a given host in vCenter/Esxi host inventory
populateDataObject(DataObject) - Method in class com.vmware.helper.VimUtil
Method to populate a DataObject with all the ManagedEntities in vCenter/Esxi host inventory
powerOffVM(String, String) - Method in class com.vmware.helper.VimUtil
Method to power OFF a given VM name on a specific host name.
powerOnVM(String, String) - Method in class com.vmware.helper.VimUtil
Method to power ON a given VM name on a specific host name.

R

RESOURCEPOOL - Static variable in class com.vmware.helper.VimUtil
Managed entity of type ResourcePool

S

setConnection(VimService, VimPortType, ServiceContent, UserSession) - Method in class com.vmware.helper.VimUtil
Use this method to use up your own connection and make use of this utility class as required
setId(String) - Method in class com.vmware.helper.DataObject
 
setName(String) - Method in class com.vmware.helper.DataObject
 
setName(String) - Method in class com.vmware.helper.ManagedObject
 
setProperties(String[]) - Method in class com.vmware.helper.ManagedObject
 
setStatus(String) - Method in class com.vmware.helper.DataObject
 
setStatus(String) - Method in class com.vmware.helper.ManagedObject
 
setType(String) - Method in class com.vmware.helper.DataObject
 
setType(String) - Method in class com.vmware.helper.ManagedObject
 

T

toString() - Method in class com.vmware.helper.DataObject
 

V

VimUtil - Class in com.vmware.helper
VMware utility class developed for performing the following operations on a vCenterServer / Esxi host
1.
VimUtil() - Constructor for class com.vmware.helper.VimUtil
 
VIRTUALAPP - Static variable in class com.vmware.helper.VimUtil
Managed entity of type VirtualApp
VIRTUALMACHINE - Static variable in class com.vmware.helper.VimUtil
Managed entity of type VirtualMachine
A C D E F G H I L M N P R S T V