Package com.vmware.vim25.mo
Class Folder
java.lang.Object
com.vmware.vim25.mo.ManagedObject
com.vmware.vim25.mo.ExtensibleManagedObject
com.vmware.vim25.mo.ManagedEntity
com.vmware.vim25.mo.Folder
- Direct Known Subclasses:
StoragePod
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddStandaloneHost(HostConnectSpec spec, ComputeResourceConfigSpec compResSpec, boolean addConnected, String license) addStandaloneHost_Task(HostConnectSpec spec, ComputeResourceConfigSpec compResSpec, boolean addConnected) addStandaloneHost_Task(HostConnectSpec spec, ComputeResourceConfigSpec compResSpec, boolean addConnected, String license) batchAddHostsToCluster(ClusterComputeResource cluster, FolderNewHostSpec[] newHosts, HostSystem[] existingHosts, ComputeResourceConfigSpec compResSpec, String desiredState) batchAddStandaloneHosts(FolderNewHostSpec[] newHosts, ComputeResourceConfigSpec compResSpec, boolean addConnected) createCluster(String name, ClusterConfigSpec spec) createClusterEx(String name, ClusterConfigSpecEx spec) createDatacenter(String name) createDVS_Task(DVSCreateSpec spec) Backward-compat alias forcreateDistributedVirtualSwitch(DVSCreateSpec).createFolder(String name) createStoragePod(String name) createVm(VirtualMachineConfigSpec config, ResourcePool pool, HostSystem host) createVM_Task(VirtualMachineConfigSpec config, ResourcePool pool, HostSystem host) String[]moveInto(ManagedEntity[] list) moveIntoFolder_Task(ManagedEntity[] entities) registerVm(String path, String name, boolean asTemplate, ResourcePool pool, HostSystem host) registerVM_Task(String path, String name, boolean asTemplate, ResourcePool pool, HostSystem host) Methods inherited from class com.vmware.vim25.mo.ManagedEntity
destroy_Task, getAlarmActionEabled, getConfigIssue, getConfigStatus, getCustomValue, getDeclaredAlarmState, getDisabledMethod, getEffectiveRole, getName, getOverallStatus, getParent, getPermission, getRecentTasks, getTag, getTriggeredAlarmState, reload, rename_TaskMethods inherited from class com.vmware.vim25.mo.ExtensibleManagedObject
getAvailableField, getValues, setCustomValueMethods inherited from class com.vmware.vim25.mo.ManagedObject
convertMors, getCurrentProperty, getDatastores, getFilter, getHosts, getManagedObject, getManagedObjects, getManagedObjects, getMOR, getNetworks, getPropertiesByPaths, getPropertyByPath, getResourcePools, getScheduledTasks, getServerConnection, getTasks, getViews, getVimService, getVms, retrieveObjectProperties, setCachedProperty, setMOR, setServerConnection, toString, waitForValues
-
Constructor Details
-
Folder
-
-
Method Details
-
getChildType
-
getExternallyManagedFolderInfo
-
getNamespace
-
addStandaloneHost
public Task addStandaloneHost(HostConnectSpec spec, ComputeResourceConfigSpec compResSpec, boolean addConnected, String license) throws DuplicateName, HostConnectFault, InvalidLogin, RuntimeFault, RemoteException -
batchAddHostsToCluster
public Task batchAddHostsToCluster(ClusterComputeResource cluster, FolderNewHostSpec[] newHosts, HostSystem[] existingHosts, ComputeResourceConfigSpec compResSpec, String desiredState) throws RuntimeFault, RemoteException - Throws:
RuntimeFaultRemoteException
-
batchAddStandaloneHosts
public Task batchAddStandaloneHosts(FolderNewHostSpec[] newHosts, ComputeResourceConfigSpec compResSpec, boolean addConnected) throws RuntimeFault, RemoteException - Throws:
RuntimeFaultRemoteException
-
createDistributedVirtualSwitch
public Task createDistributedVirtualSwitch(DVSCreateSpec spec) throws DuplicateName, DvsFault, DvsNotAuthorized, InvalidName, NotFound, RuntimeFault, RemoteException -
createStoragePod
public StoragePod createStoragePod(String name) throws DuplicateName, InvalidName, RuntimeFault, RemoteException -
createVm
public Task createVm(VirtualMachineConfigSpec config, ResourcePool pool, HostSystem host) throws AlreadyExists, DuplicateName, FileFault, InsufficientResourcesFault, InvalidDatastore, InvalidName, InvalidState, OutOfBounds, VmConfigFault, RuntimeFault, RemoteException -
moveInto
public Task moveInto(ManagedEntity[] list) throws DuplicateName, InvalidFolder, InvalidState, RuntimeFault, RemoteException -
registerVm
public Task registerVm(String path, String name, boolean asTemplate, ResourcePool pool, HostSystem host) throws AlreadyExists, DuplicateName, FileFault, InsufficientResourcesFault, InvalidDatastore, InvalidName, InvalidState, NotFound, OutOfBounds, VmConfigFault, RuntimeFault, RemoteException -
unregisterAndDestroy
public Task unregisterAndDestroy() throws ConcurrentAccess, InvalidState, RuntimeFault, RemoteException -
getChildEntity
-
addStandaloneHost_Task
public Task addStandaloneHost_Task(HostConnectSpec spec, ComputeResourceConfigSpec compResSpec, boolean addConnected) throws InvalidLogin, HostConnectFault, RuntimeFault, RemoteException -
addStandaloneHost_Task
public Task addStandaloneHost_Task(HostConnectSpec spec, ComputeResourceConfigSpec compResSpec, boolean addConnected, String license) throws InvalidLogin, HostConnectFault, RuntimeFault, RemoteException -
createCluster
public ClusterComputeResource createCluster(String name, ClusterConfigSpec spec) throws InvalidName, DuplicateName, RuntimeFault, RemoteException -
createClusterEx
public ClusterComputeResource createClusterEx(String name, ClusterConfigSpecEx spec) throws InvalidName, DuplicateName, RuntimeFault, RemoteException -
createDatacenter
public Datacenter createDatacenter(String name) throws InvalidName, DuplicateName, RuntimeFault, RemoteException -
createFolder
public Folder createFolder(String name) throws InvalidName, DuplicateName, RuntimeFault, RemoteException -
createVM_Task
public Task createVM_Task(VirtualMachineConfigSpec config, ResourcePool pool, HostSystem host) throws InvalidName, VmConfigFault, DuplicateName, FileFault, OutOfBounds, InsufficientResourcesFault, InvalidDatastore, RuntimeFault, RemoteException -
moveIntoFolder_Task
public Task moveIntoFolder_Task(ManagedEntity[] entities) throws DuplicateName, InvalidState, InvalidFolder, RuntimeFault, RemoteException -
registerVM_Task
public Task registerVM_Task(String path, String name, boolean asTemplate, ResourcePool pool, HostSystem host) throws VmConfigFault, InvalidName, DuplicateName, FileFault, OutOfBounds, InsufficientResourcesFault, InvalidDatastore, AlreadyExists, NotFound, RuntimeFault, RemoteException -
unregisterAndDestroy_Task
public Task unregisterAndDestroy_Task() throws InvalidState, ConcurrentAccess, RuntimeFault, RemoteException -
createDVS_Task
public Task createDVS_Task(DVSCreateSpec spec) throws DvsNotAuthorized, DvsFault, DuplicateName, InvalidName, NotFound, RuntimeFault, RemoteException Backward-compat alias forcreateDistributedVirtualSwitch(DVSCreateSpec).
-