com.hyper9.simdk.stubs
Class VimServiceImpl

java.lang.Object
  extended by com.hyper9.simdk.stubs.VimServiceImpl
All Implemented Interfaces:
VimService

@UsesJAXBContext(value=JAXBContextEx.class)
public class VimServiceImpl
extends Object
implements VimService

Author:
akutz

Constructor Summary
VimServiceImpl()
           
 
Method Summary
 void abortBackup(ManagedObjectReference _this, String msg)
           
 void acknowledgeAlarm(ManagedObjectReference _this, ManagedObjectReference alarm, ManagedObjectReference entity)
           
 HostServiceTicket acquireCimServicesTicket(ManagedObjectReference _this)
           
 String acquireCloneTicket(ManagedObjectReference _this)
           
 HostDiskManagerLeaseInfo acquireLease(ManagedObjectReference _this, ManagedObjectReference snapshot, String diskPath)
           
 HostDiskManagerLeaseInfo acquireLeaseExt(ManagedObjectReference _this, ManagedObjectReference snapshot, String diskPath, Boolean readOnly)
           
 SessionManagerLocalTicket acquireLocalTicket(ManagedObjectReference _this, String userName)
           
 VirtualMachineMksTicket acquireMksTicket(ManagedObjectReference _this)
           
 String acquireSessionTicket(ManagedObjectReference _this, String serviceKey)
           
 Integer addAuthorizationRole(ManagedObjectReference _this, String name, List<String> privIds)
           
 CustomFieldDef addCustomFieldDef(ManagedObjectReference _this, String name, String moType, PrivilegePolicyDef fieldDefPolicy, PrivilegePolicyDef fieldPolicy)
           
 ManagedObjectReference addDVPortgroup_Task(ManagedObjectReference _this, List<DVPortgroupConfigSpec> spec)
           
 void addDVPortgroup(ManagedObjectReference _this, List<DVPortgroupConfigSpec> spec)
           
 void addEndpoint(ManagedObjectReference _this, ProxyServiceEndpointSpec endpoint)
           
 ManagedObjectReference addHost_Task(ManagedObjectReference _this, HostConnectSpec spec, Boolean asConnected, ManagedObjectReference resourcePool, String license)
           
 ManagedObjectReference addHost(ManagedObjectReference _this, HostConnectSpec spec, Boolean asConnected, ManagedObjectReference resourcePool, String license)
           
 ManagedObjectReference addHostWithAdminDisabled_Task(ManagedObjectReference _this, HostConnectSpec spec, Boolean asConnected, ManagedObjectReference resourcePool, String license)
           
 ManagedObjectReference addHostWithAdminDisabled(ManagedObjectReference _this, HostConnectSpec spec, Boolean asConnected, ManagedObjectReference resourcePool, String license)
           
 void addInternetScsiSendTargets(ManagedObjectReference _this, String iScsiHbaDevice, List<HostInternetScsiHbaSendTarget> targets)
           
 void addInternetScsiStaticTargets(ManagedObjectReference _this, String iScsiHbaDevice, List<HostInternetScsiHbaStaticTarget> targets)
           
 String addLibrary(ManagedObjectReference _this, String serviceUrl, String libName, String sslThumbprint)
           
 LicenseManagerLicenseInfo addLicense(ManagedObjectReference _this, String licenseKey, List<KeyValue> labels)
           
 void addPortGroup(ManagedObjectReference _this, HostPortGroupSpec portgrp)
           
 String addServiceConsoleVirtualNic(ManagedObjectReference _this, String portgroup, HostVirtualNicSpec nic)
           
 ManagedObjectReference addStandaloneHost_Task(ManagedObjectReference _this, HostConnectSpec spec, ComputeResourceConfigSpec compResSpec, Boolean addConnected, String license)
           
 ManagedObjectReference addStandaloneHost(ManagedObjectReference _this, HostConnectSpec spec, ComputeResourceConfigSpec compResSpec, Boolean addConnected, String license)
           
 ManagedObjectReference addStandaloneHostWithAdminDisabled_Task(ManagedObjectReference _this, HostConnectSpec spec, ComputeResourceConfigSpec compResSpec, Boolean addConnected, String license)
           
 ManagedObjectReference addStandaloneHostWithAdminDisabled(ManagedObjectReference _this, HostConnectSpec spec, ComputeResourceConfigSpec compResSpec, Boolean addConnected, String license)
           
 void addTag(ManagedObjectReference _this, List<Tag> tag)
           
 String addVirtualNic(ManagedObjectReference _this, String portgroup, HostVirtualNicSpec nic)
           
 void addVirtualSwitch(ManagedObjectReference _this, String vswitchName, HostVirtualSwitchSpec spec)
           
 void answerVM(ManagedObjectReference _this, String questionId, String answerChoice)
           
 ManagedObjectReference applyHostConfig_Task(ManagedObjectReference _this, ManagedObjectReference host, HostConfigSpec configSpec)
           
 void applyHostConfig(ManagedObjectReference _this, ManagedObjectReference host, HostConfigSpec configSpec)
           
 void applyRecommendation(ManagedObjectReference _this, String key)
           
 Boolean areAlarmActionsEnabled(ManagedObjectReference _this, ManagedObjectReference entity)
           
 void assignUserToGroup(ManagedObjectReference _this, String user, String group)
           
 void associateProfile(ManagedObjectReference _this, List<ManagedObjectReference> entity)
           
 void attachVmfsExtent(ManagedObjectReference _this, String vmfsPath, HostScsiDiskPartition extent)
           
 void autoStartPowerOff(ManagedObjectReference _this)
           
 void autoStartPowerOn(ManagedObjectReference _this)
           
 String backupFirmwareConfiguration(ManagedObjectReference _this)
           
 VirtualMachineBackupEventInfo backupProtocolEvent(ManagedObjectReference _this, Integer timeout)
           
 DiagnosticManagerLogHeader browseDiagnosticLog(ManagedObjectReference _this, ManagedObjectReference host, String key, Integer start, Integer lines)
           
 void cancelTask(ManagedObjectReference _this)
           
 void cancelWaitForUpdates(ManagedObjectReference _this)
           
 void changeOwner(ManagedObjectReference _this, String name, ManagedObjectReference datacenter, String owner)
           
 ManagedObjectReference checkClone_Task(ManagedObjectReference _this, ManagedObjectReference vm, ManagedObjectReference folder, String name, VirtualMachineCloneSpec spec, List<String> testType)
           
 List<CheckResult> checkClone(ManagedObjectReference _this, ManagedObjectReference vm, ManagedObjectReference folder, String name, VirtualMachineCloneSpec spec, List<String> testType)
           
 ManagedObjectReference checkCompatibility_Task(ManagedObjectReference _this, ManagedObjectReference vm, ManagedObjectReference host, ManagedObjectReference pool, List<String> testType)
           
 List<CheckResult> checkCompatibility(ManagedObjectReference _this, ManagedObjectReference vm, ManagedObjectReference host, ManagedObjectReference pool, List<String> testType)
           
 ManagedObjectReference checkCompliance_Task(ManagedObjectReference _this, List<ManagedObjectReference> profile, List<ManagedObjectReference> entity)
           
 List<ComplianceResult> checkCompliance(ManagedObjectReference _this, List<ManagedObjectReference> profile, List<ManagedObjectReference> entity)
           
 void checkCustomizationResources(ManagedObjectReference _this, String guestOs)
           
 void checkCustomizationSpec(ManagedObjectReference _this, CustomizationSpec spec)
           
 ClusterDasAdmissionResult checkDasAdmission(ManagedObjectReference _this, List<ManagedObjectReference> vm)
           
 UpdateSet checkForUpdates(ManagedObjectReference _this, String version)
           
 List<Boolean> checkGroupMembership(ManagedObjectReference _this, String userName, List<String> group)
           
 ManagedObjectReference checkHostPatch_Task(ManagedObjectReference _this, List<String> metaUrls, List<String> bundleUrls, HostPatchManagerPatchManagerOperationSpec spec)
           
 HostPatchManagerResult checkHostPatch(ManagedObjectReference _this, List<String> metaUrls, List<String> bundleUrls, HostPatchManagerPatchManagerOperationSpec spec)
           
 Boolean checkLicenseFeature(ManagedObjectReference _this, ManagedObjectReference host, String featureKey)
           
 ManagedObjectReference checkMigrate_Task(ManagedObjectReference _this, ManagedObjectReference vm, ManagedObjectReference host, ManagedObjectReference pool, VirtualMachinePowerState state, List<String> testType)
           
 List<CheckResult> checkMigrate(ManagedObjectReference _this, ManagedObjectReference vm, ManagedObjectReference host, ManagedObjectReference pool, VirtualMachinePowerState state, List<String> testType)
           
 ManagedObjectReference checkProfileCompliance_Task(ManagedObjectReference _this, List<ManagedObjectReference> entity)
           
 List<ComplianceResult> checkProfileCompliance(ManagedObjectReference _this, List<ManagedObjectReference> entity)
           
 ManagedObjectReference checkRelocate_Task(ManagedObjectReference _this, ManagedObjectReference vm, VirtualMachineRelocateSpec spec, List<String> testType)
           
 List<CheckResult> checkRelocate(ManagedObjectReference _this, ManagedObjectReference vm, VirtualMachineRelocateSpec spec, List<String> testType)
           
 ManagedObjectReference checkVMCompatibility_Task(ManagedObjectReference _this, VirtualMachineConfigSpec vmConfigSpec, List<ManagedObjectReference> hosts)
           
 List<CheckResult> checkVMCompatibility(ManagedObjectReference _this, VirtualMachineConfigSpec vmConfigSpec, List<ManagedObjectReference> hosts)
           
 void clearComplianceStatus(ManagedObjectReference _this, List<ManagedObjectReference> profile, List<ManagedObjectReference> entity)
           
 UserSession cloneSession(ManagedObjectReference _this, String cloneTicket)
           
 ManagedObjectReference cloneVApp_Task(ManagedObjectReference _this, String name, ManagedObjectReference target, VAppCloneSpec spec)
           
 ManagedObjectReference cloneVApp(ManagedObjectReference _this, String name, ManagedObjectReference target, VAppCloneSpec spec)
           
 ManagedObjectReference cloneVM_Task(ManagedObjectReference _this, ManagedObjectReference folder, String name, VirtualMachineCloneSpec spec)
           
 ManagedObjectReference cloneVM(ManagedObjectReference _this, ManagedObjectReference folder, String name, VirtualMachineCloneSpec spec)
           
 List<ManagedObjectReference> closeInventoryViewFolder(ManagedObjectReference _this, List<ManagedObjectReference> entity)
           
 void completeDestination(ManagedObjectReference _this, Long migrationId)
           
 void completeSource(ManagedObjectReference _this, Long migrationId)
           
 HostDiskPartitionInfo computeDiskPartitionInfo(ManagedObjectReference _this, String devicePath, HostDiskPartitionLayout layout)
           
 HostDiskPartitionInfo computeDiskPartitionInfoForResize(ManagedObjectReference _this, HostScsiDiskPartition partition, HostDiskPartitionBlockRange blockRange)
           
 void configureDatastorePrincipal(ManagedObjectReference _this, String userName, String password)
           
 ManagedObjectReference configureEVC_Task(ManagedObjectReference _this, String evcModeKey)
           
 void configureEVC(ManagedObjectReference _this, String evcModeKey)
           
 void configureLicenseSource(ManagedObjectReference _this, ManagedObjectReference host, LicenseSource licenseSource)
           
 ManagedObjectReference copy_Task(ManagedObjectReference _this, ManagedObjectReference sourceDatacenter, String sourcePath, ManagedObjectReference destinationDatacenter, String destinationPath, Boolean force, String fileType)
           
 void copy(ManagedObjectReference _this, ManagedObjectReference sourceDatacenter, String sourcePath, ManagedObjectReference destinationDatacenter, String destinationPath, Boolean force, String fileType)
           
 ManagedObjectReference copyDatastoreFile_Task(ManagedObjectReference _this, String sourceName, ManagedObjectReference sourceDatacenter, String destinationName, ManagedObjectReference destinationDatacenter, Boolean force)
           
 void copyDatastoreFile(ManagedObjectReference _this, String sourceName, ManagedObjectReference sourceDatacenter, String destinationName, ManagedObjectReference destinationDatacenter, Boolean force)
           
 ManagedObjectReference copyVirtualDisk_Task(ManagedObjectReference _this, String sourceName, ManagedObjectReference sourceDatacenter, String destName, ManagedObjectReference destDatacenter, VirtualDiskSpec destSpec, Boolean force)
           
 String copyVirtualDisk(ManagedObjectReference _this, String sourceName, ManagedObjectReference sourceDatacenter, String destName, ManagedObjectReference destDatacenter, VirtualDiskSpec destSpec, Boolean force)
           
 ManagedObjectReference createAlarm(ManagedObjectReference _this, ManagedObjectReference entity, AlarmSpec spec)
           
 ManagedObjectReference createChildVM_Task(ManagedObjectReference _this, VirtualMachineConfigSpec config, ManagedObjectReference host)
           
 ManagedObjectReference createChildVM(ManagedObjectReference _this, VirtualMachineConfigSpec config, ManagedObjectReference host)
           
 ManagedObjectReference createCluster(ManagedObjectReference _this, String name, ClusterConfigSpec spec)
           
 ManagedObjectReference createClusterEx(ManagedObjectReference _this, String name, ClusterConfigSpecEx spec)
           
 ManagedObjectReference createCollectorForEvents(ManagedObjectReference _this, EventFilterSpec filter)
           
 ManagedObjectReference createCollectorForTasks(ManagedObjectReference _this, TaskFilterSpec filter)
           
 ManagedObjectReference createContainerView(ManagedObjectReference _this, ManagedObjectReference container, List<String> type, Boolean recursive)
           
 void createCustomizationSpec(ManagedObjectReference _this, CustomizationSpecItem item)
           
 ManagedObjectReference createDatacenter(ManagedObjectReference _this, String name)
           
 ApplyProfile createDefaultProfile(ManagedObjectReference _this, String profileType)
           
 OvfCreateDescriptorResult createDescriptor(ManagedObjectReference _this, ManagedObjectReference obj, OvfCreateDescriptorParams cdp)
           
 void createDiagnosticPartition(ManagedObjectReference _this, HostDiagnosticPartitionCreateSpec spec)
           
 ManagedObjectReference createDVS_Task(ManagedObjectReference _this, DVSCreateSpec spec)
           
 ManagedObjectReference createDVS(ManagedObjectReference _this, DVSCreateSpec spec)
           
 ManagedObjectReference createFilter(ManagedObjectReference _this, PropertyFilterSpec spec, Boolean partialUpdates)
           
 ManagedObjectReference createFolder(ManagedObjectReference _this, String name)
           
 void createGroup(ManagedObjectReference _this, HostAccountSpec group)
           
 OvfCreateImportSpecResult createImportSpec(ManagedObjectReference _this, String ovfDescriptor, ManagedObjectReference resourcePool, ManagedObjectReference datastore, OvfCreateImportSpecParams cisp)
           
 ManagedObjectReference createInventoryView(ManagedObjectReference _this)
           
 Integer createIpPool(ManagedObjectReference _this, ManagedObjectReference dc, IpPool pool)
           
 ManagedObjectReference createLinkedClone_Task(ManagedObjectReference _this, String vmName, String dsPath, Boolean overwrite)
           
 String createLinkedClone(ManagedObjectReference _this, String vmName, String dsPath, Boolean overwrite)
           
 ManagedObjectReference createListView(ManagedObjectReference _this, List<ManagedObjectReference> obj)
           
 ManagedObjectReference createListViewFromView(ManagedObjectReference _this, ManagedObjectReference view)
           
 ManagedObjectReference createLocalDatastore(ManagedObjectReference _this, String name, String path)
           
 ManagedObjectReference createNasDatastore(ManagedObjectReference _this, HostNasVolumeSpec spec)
           
 ManagedObjectReference createObjectScheduledTask(ManagedObjectReference _this, ManagedObjectReference obj, ScheduledTaskSpec spec)
           
 void createPerfInterval(ManagedObjectReference _this, PerfInterval intervalId)
           
 ManagedObjectReference createProfile(ManagedObjectReference _this, ProfileCreateSpec createSpec)
           
 ManagedObjectReference createResourcePool(ManagedObjectReference _this, String name, ResourceConfigSpec spec)
           
 ManagedObjectReference createScheduledTask(ManagedObjectReference _this, ManagedObjectReference entity, ScheduledTaskSpec spec)
           
 ManagedObjectReference createScreenshot_Task(ManagedObjectReference _this)
           
 String createScreenshot(ManagedObjectReference _this)
           
 ManagedObjectReference createSecondaryVM_Task(ManagedObjectReference _this, ManagedObjectReference host)
           
 FaultToleranceSecondaryOpResult createSecondaryVM(ManagedObjectReference _this, ManagedObjectReference host)
           
 ManagedObjectReference createSnapshot_Task(ManagedObjectReference _this, String name, String description, Boolean memory, Boolean quiesce)
           
 ManagedObjectReference createSnapshot(ManagedObjectReference _this, String name, String description, Boolean memory, Boolean quiesce)
           
 TaskInfo createTask(ManagedObjectReference _this, ManagedObjectReference obj, String taskTypeId, String initiatedBy, Boolean cancelable, String parentTaskKey)
           
 void createUser(ManagedObjectReference _this, HostAccountSpec user)
           
 ManagedObjectReference createVApp(ManagedObjectReference _this, String name, ResourceConfigSpec resSpec, VAppConfigSpec configSpec, ManagedObjectReference vmFolder)
           
 ManagedObjectReference createVirtualDisk_Task(ManagedObjectReference _this, String name, ManagedObjectReference datacenter, VirtualDiskSpec spec)
           
 String createVirtualDisk(ManagedObjectReference _this, String name, ManagedObjectReference datacenter, VirtualDiskSpec spec)
           
 ManagedObjectReference createVM_Task(ManagedObjectReference _this, VirtualMachineConfigSpec config, ManagedObjectReference pool, ManagedObjectReference host)
           
 ManagedObjectReference createVM(ManagedObjectReference _this, VirtualMachineConfigSpec config, ManagedObjectReference pool, ManagedObjectReference host)
           
 ManagedObjectReference createVmfsDatastore(ManagedObjectReference _this, VmfsDatastoreCreateSpec spec)
           
 Calendar currentTime(ManagedObjectReference _this)
           
 String customizationSpecItemToXml(ManagedObjectReference _this, CustomizationSpecItem item)
           
 ManagedObjectReference customizeVM_Task(ManagedObjectReference _this, CustomizationSpec spec)
           
 void customizeVM(ManagedObjectReference _this, CustomizationSpec spec)
           
 LicenseManagerLicenseInfo decodeLicense(ManagedObjectReference _this, String licenseKey)
           
 void defragmentAllDisks(ManagedObjectReference _this)
           
 ManagedObjectReference defragmentVirtualDisk_Task(ManagedObjectReference _this, String name, ManagedObjectReference datacenter)
           
 void defragmentVirtualDisk(ManagedObjectReference _this, String name, ManagedObjectReference datacenter)
           
 ManagedObjectReference delete_Task(ManagedObjectReference _this, ManagedObjectReference datacenter, String datastorePath, String fileType)
           
 void delete(ManagedObjectReference _this, ManagedObjectReference datacenter, String datastorePath, String fileType)
           
 void deleteCustomizationSpec(ManagedObjectReference _this, String name)
           
 ManagedObjectReference deleteDatastoreFile_Task(ManagedObjectReference _this, String name, ManagedObjectReference datacenter)
           
 void deleteDatastoreFile(ManagedObjectReference _this, String name, ManagedObjectReference datacenter)
           
 void deleteFile(ManagedObjectReference _this, String datastorePath)
           
 ManagedObjectReference deleteVirtualDisk_Task(ManagedObjectReference _this, String name, ManagedObjectReference datacenter)
           
 void deleteVirtualDisk(ManagedObjectReference _this, String name, ManagedObjectReference datacenter)
           
 ManagedObjectReference deleteVm_Task(ManagedObjectReference _this, VirtualMachineConfigInfo configInfo)
           
 void deleteVm(ManagedObjectReference _this, VirtualMachineConfigInfo configInfo)
           
 void deselectVnic(ManagedObjectReference _this)
           
 void deselectVnicForNicType(ManagedObjectReference _this, String nicType, String device)
           
 ManagedObjectReference destroy_Task(ManagedObjectReference _this)
           
 void destroy(ManagedObjectReference _this)
           
 void destroyChildren(ManagedObjectReference _this)
           
 void destroyCollector(ManagedObjectReference _this)
           
 void destroyDatastore(ManagedObjectReference _this)
           
 void destroyIpPool(ManagedObjectReference _this, ManagedObjectReference dc, Integer id, Boolean force)
           
 void destroyNetwork(ManagedObjectReference _this)
           
 void destroyProfile(ManagedObjectReference _this)
           
 void destroyPropertyFilter(ManagedObjectReference _this)
           
 void destroyView(ManagedObjectReference _this)
           
 void disableAdmin(ManagedObjectReference _this)
           
 ManagedObjectReference disableEVC_Task(ManagedObjectReference _this)
           
 void disableEVC(ManagedObjectReference _this)
           
 Boolean disableFeature(ManagedObjectReference _this, ManagedObjectReference host, String featureKey)
           
 void disableHyperThreading(ManagedObjectReference _this)
           
 void disableMethods(ManagedObjectReference _this, List<ManagedObjectReference> entity, List<DisabledMethodRequest> method, String sourceId)
           
 void disableMultipathPath(ManagedObjectReference _this, String pathName)
           
 void disableRuleset(ManagedObjectReference _this, String id)
           
 ManagedObjectReference disableSecondaryVM_Task(ManagedObjectReference _this, ManagedObjectReference vm)
           
 void disableSecondaryVM(ManagedObjectReference _this, ManagedObjectReference vm)
           
 ManagedObjectReference disconnectHost_Task(ManagedObjectReference _this)
           
 void disconnectHost(ManagedObjectReference _this)
           
 void dissociateProfile(ManagedObjectReference _this, List<ManagedObjectReference> entity)
           
 Boolean doesCustomizationSpecExist(ManagedObjectReference _this, String name)
           
 void duplicateCustomizationSpec(ManagedObjectReference _this, String name, String newName)
           
 ManagedObjectReference eagerZeroVirtualDisk_Task(ManagedObjectReference _this, String name, ManagedObjectReference datacenter)
           
 void eagerZeroVirtualDisk(ManagedObjectReference _this, String name, ManagedObjectReference datacenter)
           
 void enableAdmin(ManagedObjectReference _this)
           
 void enableAlarmActions(ManagedObjectReference _this, ManagedObjectReference entity, Boolean enabled)
           
 Boolean enableFeature(ManagedObjectReference _this, ManagedObjectReference host, String featureKey)
           
 void enableHyperThreading(ManagedObjectReference _this)
           
 List<EntityDisabledMethodInfo> enableMethods(ManagedObjectReference _this, List<ManagedObjectReference> entity, List<String> method, String sourceId)
           
 void enableMultipathPath(ManagedObjectReference _this, String pathName)
           
 void enableRuleset(ManagedObjectReference _this, String id)
           
 ManagedObjectReference enableSecondaryVM_Task(ManagedObjectReference _this, ManagedObjectReference vm, ManagedObjectReference host)
           
 FaultToleranceSecondaryOpResult enableSecondaryVM(ManagedObjectReference _this, ManagedObjectReference vm, ManagedObjectReference host)
           
 ManagedObjectReference enterMaintenanceMode_Task(ManagedObjectReference _this, Integer timeout, Boolean evacuatePoweredOffVms)
           
 void enterMaintenanceMode(ManagedObjectReference _this, Integer timeout, Boolean evacuatePoweredOffVms)
           
 DatabaseSizeEstimate estimateDatabaseSize(ManagedObjectReference _this, DatabaseSizeParam dbSizeParam)
           
 ProfileExecuteResult executeHostProfile(ManagedObjectReference _this, ManagedObjectReference host, List<ProfileDeferredPolicyOptionParameter> deferredParam)
           
 String executeSimpleCommand(ManagedObjectReference _this, List<String> arguments)
           
 ManagedObjectReference exitMaintenanceMode_Task(ManagedObjectReference _this, Integer timeout)
           
 void exitMaintenanceMode(ManagedObjectReference _this, Integer timeout)
           
 ManagedObjectReference expandVmfsDatastore(ManagedObjectReference _this, ManagedObjectReference datastore, VmfsDatastoreExpandSpec spec)
           
 void expandVmfsExtent(ManagedObjectReference _this, String vmfsPath, HostScsiDiskPartition extent)
           
 ManagedObjectReference exportMediaToLibrary_Task(ManagedObjectReference _this, ManagedObjectReference srcDc, String srcName, String libKey, ImageLibraryManagerMediaInfo metadata, List<KeyValue> headers)
           
 String exportMediaToLibrary(ManagedObjectReference _this, ManagedObjectReference srcDc, String srcName, String libKey, ImageLibraryManagerMediaInfo metadata, List<KeyValue> headers)
           
 ManagedObjectReference exportOvfToUrl_Task(ManagedObjectReference _this, ManagedObjectReference entity, String dstBaseUrl, List<KeyValue> httpHeaders, String sslThumbprint)
           
 List<String> exportOvfToUrl(ManagedObjectReference _this, ManagedObjectReference entity, String dstBaseUrl, List<KeyValue> httpHeaders, String sslThumbprint)
           
 String exportProfile(ManagedObjectReference _this)
           
 ManagedObjectReference exportVApp(ManagedObjectReference _this)
           
 ManagedObjectReference exportVm(ManagedObjectReference _this)
           
 ManagedObjectReference extendVirtualDisk_Task(ManagedObjectReference _this, String name, ManagedObjectReference datacenter, Long newCapacityKb, Boolean eagerZero)
           
 void extendVirtualDisk(ManagedObjectReference _this, String name, ManagedObjectReference datacenter, Long newCapacityKb, Boolean eagerZero)
           
 ManagedObjectReference extendVmfsDatastore(ManagedObjectReference _this, ManagedObjectReference datastore, VmfsDatastoreExtendSpec spec)
           
 String extractOvfEnvironment(ManagedObjectReference _this)
           
 List<String> fetchDVPortKeys(ManagedObjectReference _this, DistributedVirtualSwitchPortCriteria criteria)
           
 List<DistributedVirtualPort> fetchDVPorts(ManagedObjectReference _this, DistributedVirtualSwitchPortCriteria criteria)
           
 List<ManagedObjectReference> findAllByDnsName(ManagedObjectReference _this, ManagedObjectReference datacenter, String dnsName, Boolean vmSearch)
           
 List<ManagedObjectReference> findAllByIp(ManagedObjectReference _this, ManagedObjectReference datacenter, String ip, Boolean vmSearch)
           
 List<ManagedObjectReference> findAllByUuid(ManagedObjectReference _this, ManagedObjectReference datacenter, String uuid, Boolean vmSearch, Boolean instanceUuid)
           
 List<ManagedObjectReference> findAssociatedProfile(ManagedObjectReference _this, ManagedObjectReference entity)
           
 ManagedObjectReference findByDatastorePath(ManagedObjectReference _this, ManagedObjectReference datacenter, String path)
           
 ManagedObjectReference findByDnsName(ManagedObjectReference _this, ManagedObjectReference datacenter, String dnsName, Boolean vmSearch)
           
 ManagedObjectReference findByInventoryPath(ManagedObjectReference _this, String inventoryPath)
           
 ManagedObjectReference findByIp(ManagedObjectReference _this, ManagedObjectReference datacenter, String ip, Boolean vmSearch)
           
 ManagedObjectReference findByUuid(ManagedObjectReference _this, ManagedObjectReference datacenter, String uuid, Boolean vmSearch, Boolean instanceUuid)
           
 ManagedObjectReference findChild(ManagedObjectReference _this, ManagedObjectReference entity, String name)
           
 Extension findExtension(ManagedObjectReference _this, String extensionKey)
           
 HostVmfsVolume formatVmfs(ManagedObjectReference _this, HostVmfsSpec createSpec)
           
 ManagedObjectReference FTManagerDisableSecondaryVM_Task(ManagedObjectReference _this, ManagedObjectReference primary, String instanceUuid)
           
 void FTManagerDisableSecondaryVM(ManagedObjectReference _this, ManagedObjectReference primary, String instanceUuid)
           
 ManagedObjectReference FTManagerEnableSecondaryVM_Task(ManagedObjectReference _this, ManagedObjectReference primary, String instanceUuid)
           
 void FTManagerEnableSecondaryVM(ManagedObjectReference _this, ManagedObjectReference primary, String instanceUuid)
           
 ManagedObjectReference FTManagerMakePrimaryVM_Task(ManagedObjectReference _this, ManagedObjectReference primary, String instanceUuid)
           
 void FTManagerMakePrimaryVM(ManagedObjectReference _this, ManagedObjectReference primary, String instanceUuid)
           
 ManagedObjectReference FTManagerRegisterSecondaryVM_Task(ManagedObjectReference _this, ManagedObjectReference primary, String instanceUuid, String cfgPath, String host)
           
 void FTManagerRegisterSecondaryVM(ManagedObjectReference _this, ManagedObjectReference primary, String instanceUuid, String cfgPath, String host)
           
 ManagedObjectReference FTManagerStartSecondaryOnRemoteHost_Task(ManagedObjectReference _this, ManagedObjectReference primary, String secondaryCfgPath, String host, Integer port)
           
 void FTManagerStartSecondaryOnRemoteHost(ManagedObjectReference _this, ManagedObjectReference primary, String secondaryCfgPath, String host, Integer port)
           
 ManagedObjectReference FTManagerTerminateFaultTolerantVM_Task(ManagedObjectReference _this, ManagedObjectReference primary, String instanceUuid)
           
 void FTManagerTerminateFaultTolerantVM(ManagedObjectReference _this, ManagedObjectReference primary, String instanceUuid)
           
 ManagedObjectReference FTManagerUnregisterSecondaryVM_Task(ManagedObjectReference _this, ManagedObjectReference primary, String instanceUuid)
           
 void FTManagerUnregisterSecondaryVM(ManagedObjectReference _this, ManagedObjectReference primary, String instanceUuid)
           
 void FTManagerUnregisterVM(ManagedObjectReference _this, ManagedObjectReference vm)
           
 HostProfileManagerConfigTaskList generateConfigTaskList(ManagedObjectReference _this, HostConfigSpec configSpec, ManagedObjectReference host)
           
 ManagedObjectReference generateLogBundles_Task(ManagedObjectReference _this, Boolean includeDefault, List<ManagedObjectReference> host)
           
 List<DiagnosticManagerBundleInfo> generateLogBundles(ManagedObjectReference _this, Boolean includeDefault, List<ManagedObjectReference> host)
           
 HostIntegrityReport generateReport(ManagedObjectReference _this, List<Integer> pcrSelection, List<Byte> nonce)
           
 List<ManagedObjectReference> getAlarm(ManagedObjectReference _this, ManagedObjectReference entity)
           
 List<AlarmState> getAlarmState(ManagedObjectReference _this, ManagedObjectReference entity)
           
 CustomizationSpecItem getCustomizationSpec(ManagedObjectReference _this, String name)
           
 String getPublicKey(ManagedObjectReference _this)
           
 void hostDVSClonePort(ManagedObjectReference _this, String switchUuid, List<HostDVSPortCloneSpec> ports)
           
 void hostDVSCreateDVS(ManagedObjectReference _this, HostDVSCreateSpec spec)
           
 void hostDVSDeletePorts(ManagedObjectReference _this, String switchUuid, List<HostDVSPortDeleteSpec> portSpec)
           
 List<HostDVSPortData> hostDVSGetPortState(ManagedObjectReference _this, String switchUuid, List<String> portKeys)
           
 void hostDVSReconfigure(ManagedObjectReference _this, HostDVSConfigSpec spec)
           
 void hostDVSRemoveDVS(ManagedObjectReference _this, String switchUuid)
           
 void hostDVSUpdateDVPortgroups(ManagedObjectReference _this, String switchUuid, List<HostDVPortgroupConfigSpec> configSpec)
           
 void hostDVSUpdatePorts(ManagedObjectReference _this, String switchUuid, List<HostDVSPortData> portData)
           
 void httpNfcLeaseAbort(ManagedObjectReference _this, LocalizedMethodFault fault)
           
 void httpNfcLeaseComplete(ManagedObjectReference _this)
           
 void httpNfcLeaseProgress(ManagedObjectReference _this, Integer percent)
           
 UserSession impersonateUser(ManagedObjectReference _this, String userName, String locale)
           
 ManagedObjectReference importLibraryMedia_Task(ManagedObjectReference _this, String url, String sslThumbprint, List<KeyValue> headers, ManagedObjectReference dstDc, String dstName, Boolean force)
           
 void importLibraryMedia(ManagedObjectReference _this, String url, String sslThumbprint, List<KeyValue> headers, ManagedObjectReference dstDc, String dstName, Boolean force)
           
 ManagedObjectReference importOvfAtUrl_Task(ManagedObjectReference _this, String ovfDescriptorUrl, OvfCreateImportSpecParams importSpecParams, ManagedObjectReference fldr, ManagedObjectReference pool, ManagedObjectReference datastore, List<KeyValue> httpHeaders, String sslThumbprint)
           
 ManagedObjectReference importOvfAtUrl(ManagedObjectReference _this, String ovfDescriptorUrl, OvfCreateImportSpecParams importSpecParams, ManagedObjectReference fldr, ManagedObjectReference pool, ManagedObjectReference datastore, List<KeyValue> httpHeaders, String sslThumbprint)
           
 ManagedObjectReference importVApp(ManagedObjectReference _this, ImportSpec spec, ManagedObjectReference folder, ManagedObjectReference host)
           
 ManagedObjectReference inflateVirtualDisk_Task(ManagedObjectReference _this, String name, ManagedObjectReference datacenter)
           
 void inflateVirtualDisk(ManagedObjectReference _this, String name, ManagedObjectReference datacenter)
           
 HostVMotionManagerDestinationState initiateDestination(ManagedObjectReference _this, Long migrationId, String dstConfigPath)
           
 ManagedObjectReference initiateSource_Task(ManagedObjectReference _this, Long migrationId, Integer dstId)
           
 void initiateSource(ManagedObjectReference _this, Long migrationId, Integer dstId)
           
 ManagedObjectReference installHostPatch_Task(ManagedObjectReference _this, HostPatchManagerLocator repository, String updateID, Boolean force)
           
 void installHostPatch(ManagedObjectReference _this, HostPatchManagerLocator repository, String updateID, Boolean force)
           
 ManagedObjectReference installHostPatchV2_Task(ManagedObjectReference _this, List<String> metaUrls, List<String> bundleUrls, List<String> vibUrls, HostPatchManagerPatchManagerOperationSpec spec)
           
 HostPatchManagerResult installHostPatchV2(ManagedObjectReference _this, List<String> metaUrls, List<String> bundleUrls, List<String> vibUrls, HostPatchManagerPatchManagerOperationSpec spec)
           
 List<InternalStatsValue> internalQueryLatestVmStats(ManagedObjectReference _this, ManagedObjectReference vm, List<String> statsSet)
           
 List<LicenseAssignmentManagerFeatureLicenseAvailability> isFeatureAvailable(ManagedObjectReference _this, List<LicenseAssignmentManagerEntityFeaturePair> entityFeaturePair)
           
 HostDiskBlockInfo leaseAllocateBlocks(ManagedObjectReference _this, Long startBlock, Long numBlocks, Boolean assureValid)
           
 void leaseClearLazyZero(ManagedObjectReference _this, Long startBlock, Long numBlocks, Boolean fillZero)
           
 HostDiskBlockInfo leaseMapDiskRegion(ManagedObjectReference _this, Long mapStart, Long mapLength)
           
 ManagedObjectReference LLPMReconfigVM_Task(ManagedObjectReference _this, VirtualMachineConfigSpec configSpec)
           
 void LLPMReconfigVM(ManagedObjectReference _this, VirtualMachineConfigSpec configSpec)
           
 void loadDVPort(ManagedObjectReference _this, String switchUuid, String portKey, String filePath)
           
 UserSession login(ManagedObjectReference _this, String userName, String password, String locale)
           
 UserSession loginBySessionTicket(ManagedObjectReference _this, String ticketData)
           
 UserSession loginBySSLThumbprint(ManagedObjectReference _this, String locale)
           
 UserSession loginBySSPI(ManagedObjectReference _this, String base64Token, String locale)
           
 UserSession loginExtensionByCertificate(ManagedObjectReference _this, String extensionKey, String locale)
           
 UserSession loginExtensionBySubjectName(ManagedObjectReference _this, String extensionKey, String locale)
           
 void logout(ManagedObjectReference _this)
           
 void logUserEvent(ManagedObjectReference _this, ManagedObjectReference entity, String msg)
           
 ManagedObjectReference lowLevelConsolidateDisks_Task(ManagedObjectReference _this, ManagedObjectReference vm, List<VirtualDisk> disks)
           
 void lowLevelConsolidateDisks(ManagedObjectReference _this, ManagedObjectReference vm, List<VirtualDisk> disks)
           
 ManagedObjectReference lowLevelCreateVm_Task(ManagedObjectReference _this, VirtualMachineConfigSpec configSpec)
           
 ManagedObjectReference lowLevelCreateVm(ManagedObjectReference _this, VirtualMachineConfigSpec configSpec)
           
 void makeDirectory(ManagedObjectReference _this, String name, ManagedObjectReference datacenter, Boolean createParentDirectories)
           
 ManagedObjectReference makePrimaryVM_Task(ManagedObjectReference _this, ManagedObjectReference vm)
           
 void makePrimaryVM(ManagedObjectReference _this, ManagedObjectReference vm)
           
 void markAsTemplate(ManagedObjectReference _this)
           
 void markAsVirtualMachine(ManagedObjectReference _this, ManagedObjectReference pool, ManagedObjectReference host)
           
 ManagedObjectReference mergeDvs_Task(ManagedObjectReference _this, ManagedObjectReference dvs)
           
 void mergeDvs(ManagedObjectReference _this, ManagedObjectReference dvs)
           
 void mergePermissions(ManagedObjectReference _this, Integer srcRoleId, Integer dstRoleId)
           
 ManagedObjectReference migrateVM_Task(ManagedObjectReference _this, ManagedObjectReference pool, ManagedObjectReference host, VirtualMachineMovePriority priority, VirtualMachinePowerState state)
           
 void migrateVM(ManagedObjectReference _this, ManagedObjectReference pool, ManagedObjectReference host, VirtualMachineMovePriority priority, VirtualMachinePowerState state)
           
 List<ManagedObjectReference> modifyListView(ManagedObjectReference _this, List<ManagedObjectReference> add, List<ManagedObjectReference> remove)
           
 void mountToolsInstaller(ManagedObjectReference _this)
           
 ManagedObjectReference move_Task(ManagedObjectReference _this, ManagedObjectReference sourceDatacenter, String sourcePath, ManagedObjectReference destinationDatacenter, String destinationPath, Boolean force, String fileType)
           
 void move(ManagedObjectReference _this, ManagedObjectReference sourceDatacenter, String sourcePath, ManagedObjectReference destinationDatacenter, String destinationPath, Boolean force, String fileType)
           
 ManagedObjectReference moveDatastoreFile_Task(ManagedObjectReference _this, String sourceName, ManagedObjectReference sourceDatacenter, String destinationName, ManagedObjectReference destinationDatacenter, Boolean force)
           
 void moveDatastoreFile(ManagedObjectReference _this, String sourceName, ManagedObjectReference sourceDatacenter, String destinationName, ManagedObjectReference destinationDatacenter, Boolean force)
           
 ManagedObjectReference moveDVPort_Task(ManagedObjectReference _this, List<String> portKey, String destinationPortgroupKey)
           
 void moveDVPort(ManagedObjectReference _this, List<String> portKey, String destinationPortgroupKey)
           
 ManagedObjectReference moveHostInto_Task(ManagedObjectReference _this, ManagedObjectReference host, ManagedObjectReference resourcePool)
           
 void moveHostInto(ManagedObjectReference _this, ManagedObjectReference host, ManagedObjectReference resourcePool)
           
 ManagedObjectReference moveInto_Task(ManagedObjectReference _this, List<ManagedObjectReference> host)
           
 void moveInto(ManagedObjectReference _this, List<ManagedObjectReference> host)
           
 ManagedObjectReference moveIntoFolder_Task(ManagedObjectReference _this, List<ManagedObjectReference> list)
           
 void moveIntoFolder(ManagedObjectReference _this, List<ManagedObjectReference> list)
           
 void moveIntoResourcePool(ManagedObjectReference _this, List<ManagedObjectReference> list)
           
 ManagedObjectReference moveVirtualDisk_Task(ManagedObjectReference _this, String sourceName, ManagedObjectReference sourceDatacenter, String destName, ManagedObjectReference destDatacenter, Boolean force)
           
 String moveVirtualDisk(ManagedObjectReference _this, String sourceName, ManagedObjectReference sourceDatacenter, String destName, ManagedObjectReference destDatacenter, Boolean force)
           
 HostServiceTicket nfcFileManagement(ManagedObjectReference _this, ManagedObjectReference ds, ManagedObjectReference hostForAccess)
           
 HostServiceTicket nfcGetVmFiles(ManagedObjectReference _this, ManagedObjectReference vm, ManagedObjectReference hostForAccess)
           
 HostServiceTicket nfcPutVmFiles(ManagedObjectReference _this, ManagedObjectReference vm, ManagedObjectReference hostForAccess)
           
 HostServiceTicket nfcRandomAccessOpenDisk(ManagedObjectReference _this, ManagedObjectReference vm, Integer diskDeviceKey, ManagedObjectReference hostForAccess)
           
 HostServiceTicket nfcRandomAccessOpenReadonly(ManagedObjectReference _this, ManagedObjectReference vm, Integer diskDeviceKey, ManagedObjectReference hostForAccess)
           
 HostServiceTicket nfcSystemManagement(ManagedObjectReference _this, ManagedObjectReference hostForAccess)
           
 void notifySnapshotCompletion(ManagedObjectReference _this)
           
 List<ManagedObjectReference> openInventoryViewFolder(ManagedObjectReference _this, List<ManagedObjectReference> entity)
           
 void overwriteCustomizationSpec(ManagedObjectReference _this, CustomizationSpecItem item)
           
 OvfParseDescriptorResult parseDescriptor(ManagedObjectReference _this, String ovfDescriptor, OvfParseDescriptorParams pdp)
           
 ManagedObjectReference parseDescriptorAtUrl_Task(ManagedObjectReference _this, String ovfDescriptorUrl, OvfParseDescriptorParams pdp, List<KeyValue> httpHeaders, String sslThumbprint)
           
 OvfParseDescriptorResult parseDescriptorAtUrl(ManagedObjectReference _this, String ovfDescriptorUrl, OvfParseDescriptorParams pdp, List<KeyValue> httpHeaders, String sslThumbprint)
           
 ManagedObjectReference performDvsProductSpecOperation_Task(ManagedObjectReference _this, String operation, DistributedVirtualSwitchProductSpec productSpec)
           
 void performDvsProductSpecOperation(ManagedObjectReference _this, String operation, DistributedVirtualSwitchProductSpec productSpec)
           
 void postEvent(ManagedObjectReference _this, Event eventToPost, TaskInfo taskInfo)
           
 ManagedObjectReference powerDownHostToStandBy_Task(ManagedObjectReference _this, Integer timeoutSec, Boolean evacuatePoweredOffVms)
           
 void powerDownHostToStandBy(ManagedObjectReference _this, Integer timeoutSec, Boolean evacuatePoweredOffVms)
           
 ManagedObjectReference powerOffVApp_Task(ManagedObjectReference _this, Boolean force)
           
 void powerOffVApp(ManagedObjectReference _this, Boolean force)
           
 ManagedObjectReference powerOffVM_Task(ManagedObjectReference _this)
           
 void powerOffVM(ManagedObjectReference _this)
           
 ManagedObjectReference powerOnMultiVM_Task(ManagedObjectReference _this, List<ManagedObjectReference> vm)
           
 ClusterPowerOnVmResult powerOnMultiVM(ManagedObjectReference _this, List<ManagedObjectReference> vm)
           
 ManagedObjectReference powerOnVApp_Task(ManagedObjectReference _this)
           
 void powerOnVApp(ManagedObjectReference _this)
           
 ManagedObjectReference powerOnVM_Task(ManagedObjectReference _this, ManagedObjectReference host)
           
 void powerOnVM(ManagedObjectReference _this, ManagedObjectReference host)
           
 ManagedObjectReference powerUpHostFromStandBy_Task(ManagedObjectReference _this, Integer timeoutSec)
           
 void powerUpHostFromStandBy(ManagedObjectReference _this, Integer timeoutSec)
           
 void prepareDestination(ManagedObjectReference _this, HostVMotionManagerSpec spec, ManagedObjectReference pool)
           
 ManagedObjectReference prepareDestinationEx_Task(ManagedObjectReference _this, HostVMotionManagerSpec spec, ManagedObjectReference pool)
           
 void prepareDestinationEx(ManagedObjectReference _this, HostVMotionManagerSpec spec, ManagedObjectReference pool)
           
 void prepareSource(ManagedObjectReference _this, HostVMotionManagerSpec spec, ManagedObjectReference vm)
           
 ManagedObjectReference prepareSourceEx_Task(ManagedObjectReference _this, HostVMotionManagerSpec spec, ManagedObjectReference vm)
           
 void prepareSourceEx(ManagedObjectReference _this, HostVMotionManagerSpec spec, ManagedObjectReference vm)
           
 String prepareToUpgrade(ManagedObjectReference _this)
           
 ManagedObjectReference promoteDisks_Task(ManagedObjectReference _this, Boolean unlink, List<VirtualDisk> disks)
           
 void promoteDisks(ManagedObjectReference _this, Boolean unlink, List<VirtualDisk> disks)
           
 ManagedObjectReference publishMediaToLibrary_Task(ManagedObjectReference _this, ManagedObjectReference srcDc, String srcName, String libKey, ImageLibraryManagerMediaInfo metadata, List<KeyValue> headers)
           
 String publishMediaToLibrary(ManagedObjectReference _this, ManagedObjectReference srcDc, String srcName, String libKey, ImageLibraryManagerMediaInfo metadata, List<KeyValue> headers)
           
 List<LicenseAssignmentManagerLicenseAssignment> queryAssignedLicenses(ManagedObjectReference _this, String entityId)
           
 List<HostScsiDisk> queryAvailableDisksForVmfs(ManagedObjectReference _this, ManagedObjectReference datastore)
           
 List<DistributedVirtualSwitchProductSpec> queryAvailableDvsSpec(ManagedObjectReference _this)
           
 List<HostDiagnosticPartition> queryAvailablePartition(ManagedObjectReference _this)
           
 List<PerfMetricId> queryAvailablePerfMetric(ManagedObjectReference _this, ManagedObjectReference entity, Calendar beginTime, Calendar endTime, Integer intervalId)
           
 List<HostDateTimeSystemTimeZone> queryAvailableTimeZones(ManagedObjectReference _this)
           
 HostBootDeviceInfo queryBootDevices(ManagedObjectReference _this)
           
 DiskChangeInfo queryChangedDiskAreas(ManagedObjectReference _this, ManagedObjectReference snapshot, Integer deviceKey, Long startOffset, String changeId)
           
 List<ManagedObjectReference> queryCompatibleHostForExistingDvs(ManagedObjectReference _this, ManagedObjectReference container, Boolean recursive, ManagedObjectReference dvs)
           
 List<ManagedObjectReference> queryCompatibleHostForNewDvs(ManagedObjectReference _this, ManagedObjectReference container, Boolean recursive, DistributedVirtualSwitchProductSpec switchProductSpec)
           
 List<ComplianceResult> queryComplianceStatus(ManagedObjectReference _this, List<ManagedObjectReference> profile, List<ManagedObjectReference> entity)
           
 VirtualMachineConfigOption queryConfigOption(ManagedObjectReference _this, String key, ManagedObjectReference host)
           
 List<VirtualMachineConfigOptionDescriptor> queryConfigOptionDescriptor(ManagedObjectReference _this)
           
 ConfigTarget queryConfigTarget(ManagedObjectReference _this, ManagedObjectReference host)
           
 String queryConfiguredModuleOptionString(ManagedObjectReference _this, String name)
           
 HostConnectInfo queryConnectionInfo(ManagedObjectReference _this, String hostname, Integer port, String username, String password, String sslThumbprint)
           
 Calendar queryDateTime(ManagedObjectReference _this)
           
 List<DiagnosticManagerLogDescriptor> queryDescriptions(ManagedObjectReference _this, ManagedObjectReference host)
           
 List<DisabledMethodInfo> queryDisabledMethods(ManagedObjectReference _this, ManagedObjectReference entity)
           
 ManagedObjectReference queryDvsByUuid(ManagedObjectReference _this, String uuid)
           
 List<DistributedVirtualSwitchHostProductSpec> queryDvsCompatibleHostSpec(ManagedObjectReference _this, DistributedVirtualSwitchProductSpec switchProductSpec)
           
 DVSManagerDvsConfigTarget queryDvsConfigTarget(ManagedObjectReference _this, ManagedObjectReference host, ManagedObjectReference dvs)
           
 List<Event> queryEvents(ManagedObjectReference _this, EventFilterSpec filter)
           
 List<ProfileExpressionMetadata> queryExpressionMetadata(ManagedObjectReference _this, List<String> expressionName)
           
 String queryFirmwareConfigUploadURL(ManagedObjectReference _this)
           
 HostConnectInfo queryHostConnectionInfo(ManagedObjectReference _this)
           
 ManagedObjectReference queryHostPatch_Task(ManagedObjectReference _this, HostPatchManagerPatchManagerOperationSpec spec)
           
 HostPatchManagerResult queryHostPatch(ManagedObjectReference _this, HostPatchManagerPatchManagerOperationSpec spec)
           
 List<ProfileMetadata> queryHostProfileMetadata(ManagedObjectReference _this, List<String> profileName)
           
 List<IpPool> queryIpPools(ManagedObjectReference _this, ManagedObjectReference dc)
           
 List<Event> queryLastEvent(ManagedObjectReference _this, LastEventFilterSpec filter)
           
 List<LicenseAvailabilityInfo> queryLicenseSourceAvailability(ManagedObjectReference _this, ManagedObjectReference host)
           
 LicenseUsageInfo queryLicenseUsage(ManagedObjectReference _this, ManagedObjectReference host)
           
 Long queryMemoryOverhead(ManagedObjectReference _this, Long memorySize, Integer videoRamSize, Integer numVcpus)
           
 Long queryMemoryOverheadEx(ManagedObjectReference _this, VirtualMachineConfigInfo vmConfigInfo)
           
 List<KernelModuleInfo> queryModules(ManagedObjectReference _this)
           
 VirtualNicManagerNetConfig queryNetConfig(ManagedObjectReference _this, String nicType)
           
 List<PhysicalNicHintInfo> queryNetworkHint(ManagedObjectReference _this, List<String> device)
           
 List<OptionValue> queryOptions(ManagedObjectReference _this, String name)
           
 HostDiagnosticPartitionCreateDescription queryPartitionCreateDesc(ManagedObjectReference _this, String diskUuid, String diagnosticType)
           
 List<HostDiagnosticPartitionCreateOption> queryPartitionCreateOptions(ManagedObjectReference _this, String storageType, String diagnosticType)
           
 List<HostPathSelectionPolicyOption> queryPathSelectionPolicyOptions(ManagedObjectReference _this)
           
 List<PerfEntityMetricBase> queryPerf(ManagedObjectReference _this, List<PerfQuerySpec> querySpec)
           
 PerfCompositeMetric queryPerfComposite(ManagedObjectReference _this, PerfQuerySpec querySpec)
           
 List<PerfCounterInfo> queryPerfCounter(ManagedObjectReference _this, List<Integer> counterId)
           
 List<PerfCounterInfo> queryPerfCounterByLevel(ManagedObjectReference _this, Integer level)
           
 PerfProviderSummary queryPerfProviderSummary(ManagedObjectReference _this, ManagedObjectReference entity)
           
 List<ProfilePolicyMetadata> queryPolicyMetadata(ManagedObjectReference _this, List<String> policyName)
           
 List<HostSystemDebugManagerProcessInfo> queryProcessInfo(ManagedObjectReference _this)
           
 List<ServiceEndpoint> queryServiceEndpointList(ManagedObjectReference _this)
           
 List<ServiceManagerServiceInfo> queryServiceList(ManagedObjectReference _this, String serviceName, List<String> location)
           
 List<HostStorageArrayTypePolicyOption> queryStorageArrayTypePolicyOptions(ManagedObjectReference _this)
           
 List<LicenseFeatureInfo> querySupportedFeatures(ManagedObjectReference _this, ManagedObjectReference host)
           
 HostCapability queryTargetCapabilities(ManagedObjectReference _this, ManagedObjectReference host)
           
 List<String> queryUnownedFiles(ManagedObjectReference _this)
           
 List<HostUnresolvedVmfsVolume> queryUnresolvedVmfsVolume(ManagedObjectReference _this)
           
 List<HostUnresolvedVmfsVolume> queryUnresolvedVmfsVolumes(ManagedObjectReference _this)
           
 List<Integer> queryUsedVlanIdInDvs(ManagedObjectReference _this)
           
 Integer queryVirtualDiskFragmentation(ManagedObjectReference _this, String name, ManagedObjectReference datacenter)
           
 HostDiskDimensionsChs queryVirtualDiskGeometry(ManagedObjectReference _this, String name, ManagedObjectReference datacenter)
           
 String queryVirtualDiskUuid(ManagedObjectReference _this, String name, ManagedObjectReference datacenter)
           
 List<VmfsDatastoreOption> queryVmfsDatastoreCreateOptions(ManagedObjectReference _this, String devicePath)
           
 List<VmfsDatastoreOption> queryVmfsDatastoreExpandOptions(ManagedObjectReference _this, ManagedObjectReference datastore)
           
 List<VmfsDatastoreOption> queryVmfsDatastoreExtendOptions(ManagedObjectReference _this, ManagedObjectReference datastore, String devicePath, Boolean suppressExpandCandidates)
           
 List<HostVMotionCompatibility> queryVMotionCompatibility(ManagedObjectReference _this, ManagedObjectReference vm, List<ManagedObjectReference> host, List<String> compatibility)
           
 ManagedObjectReference queryVMotionCompatibilityEx_Task(ManagedObjectReference _this, List<ManagedObjectReference> vm, List<ManagedObjectReference> host)
           
 List<CheckResult> queryVMotionCompatibilityEx(ManagedObjectReference _this, List<ManagedObjectReference> vm, List<ManagedObjectReference> host)
           
 List<Event> readNextEvents(ManagedObjectReference _this, Integer maxCount)
           
 List<TaskInfo> readNextTasks(ManagedObjectReference _this, Integer maxCount)
           
 List<Event> readPreviousEvents(ManagedObjectReference _this, Integer maxCount)
           
 List<TaskInfo> readPreviousTasks(ManagedObjectReference _this, Integer maxCount)
           
 void rebootGuest(ManagedObjectReference _this)
           
 ManagedObjectReference rebootHost_Task(ManagedObjectReference _this, Boolean force)
           
 void rebootHost(ManagedObjectReference _this, Boolean force)
           
 List<ClusterHostRecommendation> recommendHostsForVm(ManagedObjectReference _this, ManagedObjectReference vm, ManagedObjectReference pool)
           
 void reconfigureAlarm(ManagedObjectReference _this, AlarmSpec spec)
           
 void reconfigureAutostart(ManagedObjectReference _this, HostAutoStartManagerConfig spec)
           
 ManagedObjectReference reconfigureCluster_Task(ManagedObjectReference _this, ClusterConfigSpec spec, Boolean modify)
           
 void reconfigureCluster(ManagedObjectReference _this, ClusterConfigSpec spec, Boolean modify)
           
 ManagedObjectReference reconfigureComputeResource_Task(ManagedObjectReference _this, ComputeResourceConfigSpec spec, Boolean modify)
           
 void reconfigureComputeResource(ManagedObjectReference _this, ComputeResourceConfigSpec spec, Boolean modify)
           
 ManagedObjectReference reconfigureDVPort_Task(ManagedObjectReference _this, List<DVPortConfigSpec> port)
           
 void reconfigureDVPort(ManagedObjectReference _this, List<DVPortConfigSpec> port)
           
 ManagedObjectReference reconfigureDVPortgroup_Task(ManagedObjectReference _this, DVPortgroupConfigSpec spec)
           
 void reconfigureDVPortgroup(ManagedObjectReference _this, DVPortgroupConfigSpec spec)
           
 ManagedObjectReference reconfigureDvs_Task(ManagedObjectReference _this, DVSConfigSpec spec)
           
 void reconfigureDvs(ManagedObjectReference _this, DVSConfigSpec spec)
           
 ManagedObjectReference reconfigureHostForDAS_Task(ManagedObjectReference _this)
           
 void reconfigureHostForDAS(ManagedObjectReference _this)
           
 void reconfigureScheduledTask(ManagedObjectReference _this, ScheduledTaskSpec spec)
           
 void reconfigureServiceConsoleReservation(ManagedObjectReference _this, Long cfgBytes)
           
 void reconfigureSnmpAgent(ManagedObjectReference _this, HostSnmpConfigSpec spec)
           
 void reconfigureVirtualMachineReservation(ManagedObjectReference _this, VirtualMachineMemoryReservationSpec spec)
           
 ManagedObjectReference reconfigVM_Task(ManagedObjectReference _this, VirtualMachineConfigSpec spec)
           
 void reconfigVM(ManagedObjectReference _this, VirtualMachineConfigSpec spec)
           
 ManagedObjectReference reconnectHost_Task(ManagedObjectReference _this, HostConnectSpec cnxSpec)
           
 void reconnectHost(ManagedObjectReference _this, HostConnectSpec cnxSpec)
           
 ManagedObjectReference rectifyDvsHost_Task(ManagedObjectReference _this, List<ManagedObjectReference> hosts)
           
 void rectifyDvsHost(ManagedObjectReference _this, List<ManagedObjectReference> hosts)
           
 void refresh(ManagedObjectReference _this)
           
 void refreshDatastore(ManagedObjectReference _this)
           
 void refreshDatastoreStorageInfo(ManagedObjectReference _this)
           
 void refreshDateTimeSystem(ManagedObjectReference _this)
           
 void refreshDVPortState(ManagedObjectReference _this, List<String> portKeys)
           
 void refreshFirewall(ManagedObjectReference _this)
           
 void refreshHealthStatusSystem(ManagedObjectReference _this)
           
 void refreshNetworkSystem(ManagedObjectReference _this)
           
 void refreshRecommendation(ManagedObjectReference _this)
           
 void refreshServices(ManagedObjectReference _this)
           
 void refreshStorageInfo(ManagedObjectReference _this)
           
 void refreshStorageSystem(ManagedObjectReference _this)
           
 ManagedObjectReference registerChildVM_Task(ManagedObjectReference _this, String path, String name, ManagedObjectReference host)
           
 ManagedObjectReference registerChildVM(ManagedObjectReference _this, String path, String name, ManagedObjectReference host)
           
 void registerEntity(ManagedObjectReference _this, String entityId, String productName, String productVersion, String displayName, Integer cost, Calendar evaluationExpiry, String evaluationKey)
           
 void registerExtension(ManagedObjectReference _this, Extension extension)
           
 ManagedObjectReference registerVM_Task(ManagedObjectReference _this, String path, String name, Boolean asTemplate, ManagedObjectReference pool, ManagedObjectReference host)
           
 ManagedObjectReference registerVM(ManagedObjectReference _this, String path, String name, Boolean asTemplate, ManagedObjectReference pool, ManagedObjectReference host)
           
 void releaseLease(ManagedObjectReference _this)
           
 void reload(ManagedObjectReference _this)
           
 ManagedObjectReference reloadDisks_Task(ManagedObjectReference _this, ManagedObjectReference vm, List<String> target)
           
 void reloadDisks(ManagedObjectReference _this, ManagedObjectReference vm, List<String> target)
           
 ManagedObjectReference relocateVM_Task(ManagedObjectReference _this, VirtualMachineRelocateSpec spec, VirtualMachineMovePriority priority)
           
 void relocateVM(ManagedObjectReference _this, VirtualMachineRelocateSpec spec, VirtualMachineMovePriority priority)
           
 void removeAlarm(ManagedObjectReference _this)
           
 ManagedObjectReference removeAllSnapshots_Task(ManagedObjectReference _this)
           
 void removeAllSnapshots(ManagedObjectReference _this)
           
 void removeAssignedLicense(ManagedObjectReference _this, String entityId)
           
 void removeAuthorizationRole(ManagedObjectReference _this, Integer roleId, Boolean failIfUsed)
           
 void removeCustomFieldDef(ManagedObjectReference _this, Integer key)
           
 void removeDatastore(ManagedObjectReference _this, ManagedObjectReference datastore)
           
 void removeEndpoint(ManagedObjectReference _this, ProxyServiceEndpointSpec endpoint)
           
 void removeEntityPermission(ManagedObjectReference _this, ManagedObjectReference entity, String user, Boolean isGroup)
           
 void removeGroup(ManagedObjectReference _this, String groupName)
           
 void removeInternetScsiSendTargets(ManagedObjectReference _this, String iScsiHbaDevice, List<HostInternetScsiHbaSendTarget> targets)
           
 void removeInternetScsiStaticTargets(ManagedObjectReference _this, String iScsiHbaDevice, List<HostInternetScsiHbaStaticTarget> targets)
           
 void removeLibrary(ManagedObjectReference _this, String libKey)
           
 void removeLicense(ManagedObjectReference _this, String licenseKey)
           
 void removeLicenseLabel(ManagedObjectReference _this, String licenseKey, String labelKey)
           
 void removePerfInterval(ManagedObjectReference _this, Integer samplePeriod)
           
 void removePortGroup(ManagedObjectReference _this, String pgName)
           
 void removeScheduledTask(ManagedObjectReference _this)
           
 void removeServiceConsoleVirtualNic(ManagedObjectReference _this, String device)
           
 ManagedObjectReference removeSnapshot_Task(ManagedObjectReference _this, Boolean removeChildren)
           
 void removeSnapshot(ManagedObjectReference _this, Boolean removeChildren)
           
 void removeTag(ManagedObjectReference _this, List<Tag> tag)
           
 void removeUser(ManagedObjectReference _this, String userName)
           
 void removeVirtualNic(ManagedObjectReference _this, String device)
           
 void removeVirtualSwitch(ManagedObjectReference _this, String vswitchName)
           
 ManagedObjectReference rename_Task(ManagedObjectReference _this, String newName)
           
 void rename(ManagedObjectReference _this, String newName)
           
 void renameCustomFieldDef(ManagedObjectReference _this, Integer key, String name)
           
 void renameCustomizationSpec(ManagedObjectReference _this, String name, String newName)
           
 void renameDatastore(ManagedObjectReference _this, String newName)
           
 void renameSnapshot(ManagedObjectReference _this, String name, String description)
           
 void renewAllLeases(ManagedObjectReference _this)
           
 void renewLease(ManagedObjectReference _this)
           
 ManagedObjectReference reparentDisks_Task(ManagedObjectReference _this, List<VirtualDiskManagerReparentSpec> reparentSpec)
           
 void reparentDisks(ManagedObjectReference _this, List<VirtualDiskManagerReparentSpec> reparentSpec)
           
 HostTpmManagerEncryptedBlob requestIdentity(ManagedObjectReference _this, String publicKey, String label)
           
 void rescanAllHba(ManagedObjectReference _this)
           
 void rescanHba(ManagedObjectReference _this, String hbaDevice)
           
 void rescanVmfs(ManagedObjectReference _this)
           
 void resetCollector(ManagedObjectReference _this)
           
 void resetEntityPermissions(ManagedObjectReference _this, ManagedObjectReference entity, List<Permission> permission)
           
 void resetFirmwareToFactoryDefaults(ManagedObjectReference _this)
           
 void resetGuestInformation(ManagedObjectReference _this)
           
 List<ManagedObjectReference> resetListView(ManagedObjectReference _this, List<ManagedObjectReference> obj)
           
 void resetListViewFromView(ManagedObjectReference _this, ManagedObjectReference view)
           
 void resetSystemHealthInfo(ManagedObjectReference _this)
           
 ManagedObjectReference resetVM_Task(ManagedObjectReference _this)
           
 void resetVM(ManagedObjectReference _this)
           
 ManagedObjectReference resignatureUnresolvedVmfsVolume_Task(ManagedObjectReference _this, HostUnresolvedVmfsResignatureSpec resolutionSpec)
           
 HostResignatureRescanResult resignatureUnresolvedVmfsVolume(ManagedObjectReference _this, HostUnresolvedVmfsResignatureSpec resolutionSpec)
           
 List<HostUnresolvedVmfsResolutionResult> resolveMultipleUnresolvedVmfsVolumes(ManagedObjectReference _this, List<HostUnresolvedVmfsResolutionSpec> resolutionSpec)
           
 void restartService(ManagedObjectReference _this, String id)
           
 void restartServiceConsoleVirtualNic(ManagedObjectReference _this, String device)
           
 void restoreFirmwareConfiguration(ManagedObjectReference _this, Boolean force)
           
 List<Permission> retrieveAllPermissions(ManagedObjectReference _this)
           
 List<EventArgDesc> retrieveArgumentDescription(ManagedObjectReference _this, String eventTypeId)
           
 ManagedObjectReference retrieveBackupAgent(ManagedObjectReference _this)
           
 ClusterDasAdvancedRuntimeInfo retrieveDasAdvancedRuntimeInfo(ManagedObjectReference _this)
           
 List<HostDiskPartitionInfo> retrieveDiskPartitionInfo(ManagedObjectReference _this, List<String> devicePath)
           
 List<String> retrieveDVPortgroup(ManagedObjectReference _this, String switchUuid)
           
 List<HostDVPortgroupConfigSpec> retrieveDVPortgroupConfigSpec(ManagedObjectReference _this, String switchUuid, List<String> portgroupKey)
           
 HostDVSConfigSpec retrieveDvsConfigSpec(ManagedObjectReference _this, String switchUuid)
           
 List<Permission> retrieveEntityPermissions(ManagedObjectReference _this, ManagedObjectReference entity, Boolean inherited)
           
 List<ManagedObjectReference> retrieveEntityScheduledTask(ManagedObjectReference _this, ManagedObjectReference entity)
           
 HostInternalCapability retrieveInternalCapability(ManagedObjectReference _this)
           
 HostInternalConfigManager retrieveInternalConfigManager(ManagedObjectReference _this)
           
 InternalServiceInstanceContent retrieveInternalContent(ManagedObjectReference _this)
           
 List<ManagedObjectReference> retrieveObjectScheduledTask(ManagedObjectReference _this, ManagedObjectReference obj)
           
 ManagedObjectReference retrievePatchManager(ManagedObjectReference _this)
           
 List<ProductComponentInfo> retrieveProductComponents(ManagedObjectReference _this)
           
 List<ObjectContent> retrieveProperties(ManagedObjectReference _this, List<PropertyFilterSpec> specSet)
           
 List<Permission> retrieveRolePermissions(ManagedObjectReference _this, Integer roleId)
           
 ServiceContent retrieveServiceContent(ManagedObjectReference _this)
           
 List<UserSearchResult> retrieveUserGroups(ManagedObjectReference _this, String domain, String searchStr, String belongsToGroup, String belongsToUser, Boolean exactMatch, Boolean findUsers, Boolean findGroups)
           
 ManagedObjectReference revertToCurrentSnapshot_Task(ManagedObjectReference _this, ManagedObjectReference host, Boolean suppressPowerOn)
           
 void revertToCurrentSnapshot(ManagedObjectReference _this, ManagedObjectReference host, Boolean suppressPowerOn)
           
 ManagedObjectReference revertToSnapshot_Task(ManagedObjectReference _this, ManagedObjectReference host, Boolean suppressPowerOn)
           
 void revertToSnapshot(ManagedObjectReference _this, ManagedObjectReference host, Boolean suppressPowerOn)
           
 void rewindCollector(ManagedObjectReference _this)
           
 void runScheduledTask(ManagedObjectReference _this)
           
 ManagedObjectReference scanHostPatch_Task(ManagedObjectReference _this, HostPatchManagerLocator repository, List<String> updateID)
           
 List<HostPatchManagerStatus> scanHostPatch(ManagedObjectReference _this, HostPatchManagerLocator repository, List<String> updateID)
           
 ManagedObjectReference scanHostPatchV2_Task(ManagedObjectReference _this, List<String> metaUrls, List<String> bundleUrls, HostPatchManagerPatchManagerOperationSpec spec)
           
 HostPatchManagerResult scanHostPatchV2(ManagedObjectReference _this, List<String> metaUrls, List<String> bundleUrls, HostPatchManagerPatchManagerOperationSpec spec)
           
 ManagedObjectReference searchDatastore_Task(ManagedObjectReference _this, String datastorePath, HostDatastoreBrowserSearchSpec searchSpec)
           
 HostDatastoreBrowserSearchResults searchDatastore(ManagedObjectReference _this, String datastorePath, HostDatastoreBrowserSearchSpec searchSpec)
           
 ManagedObjectReference searchDatastoreSubFolders_Task(ManagedObjectReference _this, String datastorePath, HostDatastoreBrowserSearchSpec searchSpec)
           
 List<HostDatastoreBrowserSearchResults> searchDatastoreSubFolders(ManagedObjectReference _this, String datastorePath, HostDatastoreBrowserSearchSpec searchSpec)
           
 void selectActivePartition(ManagedObjectReference _this, HostScsiDiskPartition partition)
           
 void selectVnic(ManagedObjectReference _this, String device)
           
 void selectVnicForNicType(ManagedObjectReference _this, String nicType, String device)
           
 void sendTestNotification(ManagedObjectReference _this)
           
 void sendWakeOnLanPacket(ManagedObjectReference _this, List<HostWakeOnLanConfig> wakeOnLanConfig)
           
 Boolean sessionIsActive(ManagedObjectReference _this, String sessionID, String userName)
           
 void setAlarmStatus(ManagedObjectReference _this, ManagedObjectReference alarm, ManagedObjectReference entity, ManagedEntityStatus status)
           
 void setCollectorPageSize(ManagedObjectReference _this, Integer maxCount)
           
 void setCustomValue(ManagedObjectReference _this, String key, String value)
           
 void setDisplayTopology(ManagedObjectReference _this, List<VirtualMachineDisplayTopology> displays)
           
 void setEntityPermissions(ManagedObjectReference _this, ManagedObjectReference entity, List<Permission> permission)
           
 void setExtensionCertificate(ManagedObjectReference _this, String extensionKey, String certificatePem)
           
 void setField(ManagedObjectReference _this, ManagedObjectReference entity, Integer key, String value)
           
 void setLicenseEdition(ManagedObjectReference _this, ManagedObjectReference host, String featureKey)
           
 void setLocale(ManagedObjectReference _this, String locale)
           
 void setMultipathLunPolicy(ManagedObjectReference _this, String lunId, HostMultipathInfoLogicalUnitPolicy policy)
           
 void setPublicKey(ManagedObjectReference _this, String extensionKey, String publicKey)
           
 void setScreenResolution(ManagedObjectReference _this, Integer width, Integer height)
           
 void setTaskDescription(ManagedObjectReference _this, LocalizableMessage description)
           
 void setTaskState(ManagedObjectReference _this, TaskInfoState state, Object result, LocalizedMethodFault fault)
           
static void setVimServiceExClass(Class<? extends VimServiceEx> toSet)
           
 void setVirtualDiskUuid(ManagedObjectReference _this, String name, ManagedObjectReference datacenter, String uuid)
           
 ManagedObjectReference shrinkVirtualDisk_Task(ManagedObjectReference _this, String name, ManagedObjectReference datacenter, Boolean copy)
           
 void shrinkVirtualDisk(ManagedObjectReference _this, String name, ManagedObjectReference datacenter, Boolean copy)
           
 void shutdownGuest(ManagedObjectReference _this)
           
 ManagedObjectReference shutdownHost_Task(ManagedObjectReference _this, Boolean force)
           
 void shutdownHost(ManagedObjectReference _this, Boolean force)
           
 ManagedObjectReference stageHostPatch_Task(ManagedObjectReference _this, List<String> metaUrls, List<String> bundleUrls, List<String> vibUrls, HostPatchManagerPatchManagerOperationSpec spec)
           
 HostPatchManagerResult stageHostPatch(ManagedObjectReference _this, List<String> metaUrls, List<String> bundleUrls, List<String> vibUrls, HostPatchManagerPatchManagerOperationSpec spec)
           
 void standbyGuest(ManagedObjectReference _this)
           
 void startBackup(ManagedObjectReference _this, Boolean generateManifests, List<String> volumes)
           
 ManagedObjectReference startRecording_Task(ManagedObjectReference _this, String name, String description)
           
 ManagedObjectReference startRecording(ManagedObjectReference _this, String name, String description)
           
 ManagedObjectReference startReplaying_Task(ManagedObjectReference _this, ManagedObjectReference replaySnapshot)
           
 void startReplaying(ManagedObjectReference _this, ManagedObjectReference replaySnapshot)
           
 void startService(ManagedObjectReference _this, String id)
           
 ManagedObjectReference stopRecording_Task(ManagedObjectReference _this)
           
 void stopRecording(ManagedObjectReference _this)
           
 ManagedObjectReference stopReplaying_Task(ManagedObjectReference _this)
           
 void stopReplaying(ManagedObjectReference _this)
           
 void stopService(ManagedObjectReference _this, String id)
           
 List<PerfEntityMetricCSV> summarizeStats(ManagedObjectReference _this, List<PerfQuerySpec> querySpec)
           
 ManagedObjectReference suspendVM_Task(ManagedObjectReference _this)
           
 void suspendVM(ManagedObjectReference _this)
           
 void syncFirmwareConfiguration(ManagedObjectReference _this)
           
 ManagedObjectReference terminateFaultTolerantVM_Task(ManagedObjectReference _this, ManagedObjectReference vm)
           
 void terminateFaultTolerantVM(ManagedObjectReference _this, ManagedObjectReference vm)
           
 void terminateSession(ManagedObjectReference _this, List<String> sessionId)
           
 ManagedObjectReference transitionalEVCManager(ManagedObjectReference _this)
           
 ManagedObjectReference turnOffFaultToleranceForVM_Task(ManagedObjectReference _this)
           
 void turnOffFaultToleranceForVM(ManagedObjectReference _this)
           
 void unassignUserFromGroup(ManagedObjectReference _this, String user, String group)
           
 ManagedObjectReference uninstallHostPatch_Task(ManagedObjectReference _this, List<String> bulletinIds, HostPatchManagerPatchManagerOperationSpec spec)
           
 HostPatchManagerResult uninstallHostPatch(ManagedObjectReference _this, List<String> bulletinIds, HostPatchManagerPatchManagerOperationSpec spec)
           
 void uninstallService(ManagedObjectReference _this, String id)
           
 void unmountForceMountedVmfsVolume(ManagedObjectReference _this, String vmfsUuid)
           
 void unmountToolsInstaller(ManagedObjectReference _this)
           
 ManagedObjectReference unregisterAndDestroy_Task(ManagedObjectReference _this)
           
 void unregisterAndDestroy(ManagedObjectReference _this)
           
 void unregisterEntity(ManagedObjectReference _this, String entityId)
           
 void unregisterExtension(ManagedObjectReference _this, String extensionKey)
           
 ManagedObjectReference unregisterVApp_Task(ManagedObjectReference _this)
           
 void unregisterVApp(ManagedObjectReference _this)
           
 void unregisterVM(ManagedObjectReference _this)
           
 LicenseManagerLicenseInfo updateAssignedLicense(ManagedObjectReference _this, String entity, String licenseKey, String entityDisplayName)
           
 void updateAuthorizationRole(ManagedObjectReference _this, Integer roleId, String newName, List<String> privIds)
           
 void updateBootDevice(ManagedObjectReference _this, String key)
           
 void updateChildResourceConfiguration(ManagedObjectReference _this, List<ResourceConfigSpec> spec)
           
 void updateClusterProfile(ManagedObjectReference _this, ClusterProfileConfigSpec config)
           
 void updateConfig(ManagedObjectReference _this, String name, ResourceConfigSpec config)
           
 void updateConsoleIpRouteConfig(ManagedObjectReference _this, HostIpRouteConfig config)
           
 void updateDateTime(ManagedObjectReference _this, Calendar dateTime)
           
 void updateDateTimeConfig(ManagedObjectReference _this, HostDateTimeConfig config)
           
 void updateDefaultPolicy(ManagedObjectReference _this, HostFirewallDefaultPolicy defaultPolicy)
           
 void updateDiskPartitions(ManagedObjectReference _this, String devicePath, HostDiskPartitionSpec spec)
           
 void updateDnsConfig(ManagedObjectReference _this, HostDnsConfig config)
           
 void updateDvsCapability(ManagedObjectReference _this, DVSCapability capability)
           
 void updateExtension(ManagedObjectReference _this, Extension extension)
           
 void updateFeatureInUse(ManagedObjectReference _this, String entityId, String feature, Boolean inUse)
           
 void updateFlags(ManagedObjectReference _this, HostFlagInfo flagInfo)
           
 void updateHostProfile(ManagedObjectReference _this, HostProfileConfigSpec config)
           
 void updateInternetScsiAdvancedOptions(ManagedObjectReference _this, String iScsiHbaDevice, HostInternetScsiHbaTargetSet targetSet, List<HostInternetScsiHbaParamValue> options)
           
 void updateInternetScsiAlias(ManagedObjectReference _this, String iScsiHbaDevice, String iScsiAlias)
           
 void updateInternetScsiAuthenticationProperties(ManagedObjectReference _this, String iScsiHbaDevice, HostInternetScsiHbaAuthenticationProperties authenticationProperties, HostInternetScsiHbaTargetSet targetSet)
           
 void updateInternetScsiDigestProperties(ManagedObjectReference _this, String iScsiHbaDevice, HostInternetScsiHbaTargetSet targetSet, HostInternetScsiHbaDigestProperties digestProperties)
           
 void updateInternetScsiDiscoveryProperties(ManagedObjectReference _this, String iScsiHbaDevice, HostInternetScsiHbaDiscoveryProperties discoveryProperties)
           
 void updateInternetScsiIPProperties(ManagedObjectReference _this, String iScsiHbaDevice, HostInternetScsiHbaIPProperties ipProperties)
           
 void updateInternetScsiName(ManagedObjectReference _this, String iScsiHbaDevice, String iScsiName)
           
 void updateIpConfig(ManagedObjectReference _this, HostIpConfig ipConfig)
           
 void updateIpmi(ManagedObjectReference _this, HostIpmiInfo ipmiInfo)
           
 void updateIpPool(ManagedObjectReference _this, ManagedObjectReference dc, IpPool pool)
           
 void updateIpRouteConfig(ManagedObjectReference _this, HostIpRouteConfig config)
           
 void updateIpRouteTableConfig(ManagedObjectReference _this, HostIpRouteTableConfig config)
           
 void updateLibrary(ManagedObjectReference _this, String libKey, String libName, String sslThumbprint)
           
 LicenseManagerLicenseInfo updateLicense(ManagedObjectReference _this, String licenseKey, List<KeyValue> labels)
           
 void updateLicenseLabel(ManagedObjectReference _this, String licenseKey, String labelKey, String labelValue)
           
 void updateLocalSwapDatastore(ManagedObjectReference _this, ManagedObjectReference datastore)
           
 void updateManagementServerIp(ManagedObjectReference _this, String serverIp)
           
 void updateMemMirrorFlag(ManagedObjectReference _this, Boolean enable)
           
 void updateModuleOptionString(ManagedObjectReference _this, String name, String options)
           
 HostNetworkConfigResult updateNetworkConfig(ManagedObjectReference _this, HostNetworkConfig config, String changeMode)
           
 void updateOptions(ManagedObjectReference _this, List<OptionValue> changedValue)
           
 void updatePassthruConfig(ManagedObjectReference _this, List<HostPciPassthruConfig> config)
           
 void updatePerfInterval(ManagedObjectReference _this, PerfInterval interval)
           
 void updatePhysicalNicLinkSpeed(ManagedObjectReference _this, String device, PhysicalNicLinkInfo linkSpeed)
           
 void updatePortGroup(ManagedObjectReference _this, String pgName, HostPortGroupSpec portgrp)
           
 void updateProgress(ManagedObjectReference _this, Integer percentDone)
           
 void updateReferenceHost(ManagedObjectReference _this, ManagedObjectReference host)
           
 void updateScsiLunDisplayName(ManagedObjectReference _this, String lunUuid, String displayName)
           
 void updateServiceConsoleVirtualNic(ManagedObjectReference _this, String device, HostVirtualNicSpec nic)
           
 void updateServiceMessage(ManagedObjectReference _this, String message)
           
 void updateServicePolicy(ManagedObjectReference _this, String id, String policy)
           
 void updateSoftwareInternetScsiEnabled(ManagedObjectReference _this, Boolean enabled)
           
 void updateSslThumbprintInfo(ManagedObjectReference _this, HostSslThumbprintInfo sslThumbprintInfo)
           
 void updateSystemResources(ManagedObjectReference _this, HostSystemResourceInfo resourceInfo)
           
 void updateUsage(ManagedObjectReference _this, String entityId, Integer value)
           
 void updateUser(ManagedObjectReference _this, HostAccountSpec user)
           
 void updateVAppConfig(ManagedObjectReference _this, VAppConfigSpec spec)
           
 void updateVirtualNic(ManagedObjectReference _this, String device, HostVirtualNicSpec nic)
           
 void updateVirtualSwitch(ManagedObjectReference _this, String vswitchName, HostVirtualSwitchSpec spec)
           
 void upgrade(ManagedObjectReference _this, String executable, String signatureFile)
           
 ManagedObjectReference upgradeDestination_Task(ManagedObjectReference _this, ManagedObjectReference vm, List<HostVMotionManagerReparentSpec> reparentSpec)
           
 void upgradeDestination(ManagedObjectReference _this, ManagedObjectReference vm, List<HostVMotionManagerReparentSpec> reparentSpec)
           
 ManagedObjectReference upgradeTools_Task(ManagedObjectReference _this, String installerOptions)
           
 void upgradeTools(ManagedObjectReference _this, String installerOptions)
           
 ManagedObjectReference upgradeVM_Task(ManagedObjectReference _this, String version)
           
 void upgradeVM(ManagedObjectReference _this, String version)
           
 void upgradeVmfs(ManagedObjectReference _this, String vmfsPath)
           
 void upgradeVmLayout(ManagedObjectReference _this)
           
 void uploadLicenseFile(ManagedObjectReference _this, LicenseAssignmentManagerLicenseFileDescriptor licenseFile)
           
 OvfValidateHostResult validateHost(ManagedObjectReference _this, String ovfDescriptor, ManagedObjectReference host, OvfValidateHostParams vhp)
           
 List<Event> validateMigration(ManagedObjectReference _this, List<ManagedObjectReference> vm, VirtualMachinePowerState state, List<String> testType, ManagedObjectReference pool, ManagedObjectReference host)
           
 String verifyCredential(ManagedObjectReference _this, HostTpmManagerEncryptedBlob encryptedCredential)
           
 UpdateSet waitForUpdates(ManagedObjectReference _this, String version)
           
 CustomizationSpecItem xmlToCustomizationSpecItem(ManagedObjectReference _this, String specItemXml)
           
 ManagedObjectReference zeroFillVirtualDisk_Task(ManagedObjectReference _this, String name, ManagedObjectReference datacenter)
           
 void zeroFillVirtualDisk(ManagedObjectReference _this, String name, ManagedObjectReference datacenter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VimServiceImpl

public VimServiceImpl()
Method Detail

setVimServiceExClass

public static void setVimServiceExClass(Class<? extends VimServiceEx> toSet)

destroyPropertyFilter

public void destroyPropertyFilter(ManagedObjectReference _this)
                           throws RemoteException,
                                  RuntimeFault
Specified by:
destroyPropertyFilter in interface VimService
Throws:
RemoteException
RuntimeFault

createFilter

public ManagedObjectReference createFilter(ManagedObjectReference _this,
                                           PropertyFilterSpec spec,
                                           Boolean partialUpdates)
                                    throws RemoteException,
                                           InvalidProperty,
                                           RuntimeFault
Specified by:
createFilter in interface VimService
Throws:
RemoteException
InvalidProperty
RuntimeFault

retrieveProperties

public List<ObjectContent> retrieveProperties(ManagedObjectReference _this,
                                              List<PropertyFilterSpec> specSet)
                                       throws RemoteException,
                                              InvalidProperty,
                                              RuntimeFault
Specified by:
retrieveProperties in interface VimService
Throws:
RemoteException
InvalidProperty
RuntimeFault

checkForUpdates

public UpdateSet checkForUpdates(ManagedObjectReference _this,
                                 String version)
                          throws RemoteException,
                                 InvalidCollectorVersion,
                                 RuntimeFault
Specified by:
checkForUpdates in interface VimService
Throws:
RemoteException
InvalidCollectorVersion
RuntimeFault

waitForUpdates

public UpdateSet waitForUpdates(ManagedObjectReference _this,
                                String version)
                         throws RemoteException,
                                InvalidCollectorVersion,
                                RuntimeFault
Specified by:
waitForUpdates in interface VimService
Throws:
RemoteException
InvalidCollectorVersion
RuntimeFault

cancelWaitForUpdates

public void cancelWaitForUpdates(ManagedObjectReference _this)
                          throws RemoteException,
                                 RuntimeFault
Specified by:
cancelWaitForUpdates in interface VimService
Throws:
RemoteException
RuntimeFault

prepareToUpgrade

public String prepareToUpgrade(ManagedObjectReference _this)
                        throws RemoteException,
                               RuntimeFault
Specified by:
prepareToUpgrade in interface VimService
Throws:
RemoteException
RuntimeFault

upgrade

public void upgrade(ManagedObjectReference _this,
                    String executable,
                    String signatureFile)
             throws RemoteException,
                    AgentInstallFailed,
                    RuntimeFault
Specified by:
upgrade in interface VimService
Throws:
RemoteException
AgentInstallFailed
RuntimeFault

addAuthorizationRole

public Integer addAuthorizationRole(ManagedObjectReference _this,
                                    String name,
                                    List<String> privIds)
                             throws RemoteException,
                                    InvalidName,
                                    AlreadyExists,
                                    RuntimeFault
Specified by:
addAuthorizationRole in interface VimService
Throws:
RemoteException
InvalidName
AlreadyExists
RuntimeFault

removeAuthorizationRole

public void removeAuthorizationRole(ManagedObjectReference _this,
                                    Integer roleId,
                                    Boolean failIfUsed)
                             throws RemoteException,
                                    RemoveFailed,
                                    RuntimeFault,
                                    NotFound
Specified by:
removeAuthorizationRole in interface VimService
Throws:
RemoteException
RemoveFailed
RuntimeFault
NotFound

updateAuthorizationRole

public void updateAuthorizationRole(ManagedObjectReference _this,
                                    Integer roleId,
                                    String newName,
                                    List<String> privIds)
                             throws RemoteException,
                                    InvalidName,
                                    AlreadyExists,
                                    RuntimeFault,
                                    NotFound
Specified by:
updateAuthorizationRole in interface VimService
Throws:
RemoteException
InvalidName
AlreadyExists
RuntimeFault
NotFound

mergePermissions

public void mergePermissions(ManagedObjectReference _this,
                             Integer srcRoleId,
                             Integer dstRoleId)
                      throws RemoteException,
                             AuthMinimumAdminPermission,
                             RuntimeFault,
                             NotFound
Specified by:
mergePermissions in interface VimService
Throws:
RemoteException
AuthMinimumAdminPermission
RuntimeFault
NotFound

retrieveRolePermissions

public List<Permission> retrieveRolePermissions(ManagedObjectReference _this,
                                                Integer roleId)
                                         throws RemoteException,
                                                RuntimeFault,
                                                NotFound
Specified by:
retrieveRolePermissions in interface VimService
Throws:
RemoteException
RuntimeFault
NotFound

retrieveEntityPermissions

public List<Permission> retrieveEntityPermissions(ManagedObjectReference _this,
                                                  ManagedObjectReference entity,
                                                  Boolean inherited)
                                           throws RemoteException,
                                                  RuntimeFault
Specified by:
retrieveEntityPermissions in interface VimService
Throws:
RemoteException
RuntimeFault

retrieveAllPermissions

public List<Permission> retrieveAllPermissions(ManagedObjectReference _this)
                                        throws RemoteException,
                                               RuntimeFault
Specified by:
retrieveAllPermissions in interface VimService
Throws:
RemoteException
RuntimeFault

setEntityPermissions

public void setEntityPermissions(ManagedObjectReference _this,
                                 ManagedObjectReference entity,
                                 List<Permission> permission)
                          throws RemoteException,
                                 AuthMinimumAdminPermission,
                                 RuntimeFault,
                                 NotFound,
                                 UserNotFound
Specified by:
setEntityPermissions in interface VimService
Throws:
RemoteException
AuthMinimumAdminPermission
RuntimeFault
NotFound
UserNotFound

resetEntityPermissions

public void resetEntityPermissions(ManagedObjectReference _this,
                                   ManagedObjectReference entity,
                                   List<Permission> permission)
                            throws RemoteException,
                                   AuthMinimumAdminPermission,
                                   RuntimeFault,
                                   NotFound,
                                   UserNotFound
Specified by:
resetEntityPermissions in interface VimService
Throws:
RemoteException
AuthMinimumAdminPermission
RuntimeFault
NotFound
UserNotFound

removeEntityPermission

public void removeEntityPermission(ManagedObjectReference _this,
                                   ManagedObjectReference entity,
                                   String user,
                                   Boolean isGroup)
                            throws RemoteException,
                                   AuthMinimumAdminPermission,
                                   RuntimeFault,
                                   NotFound
Specified by:
removeEntityPermission in interface VimService
Throws:
RemoteException
AuthMinimumAdminPermission
RuntimeFault
NotFound

queryDisabledMethods

public List<DisabledMethodInfo> queryDisabledMethods(ManagedObjectReference _this,
                                                     ManagedObjectReference entity)
                                              throws RemoteException,
                                                     RuntimeFault
Specified by:
queryDisabledMethods in interface VimService
Throws:
RemoteException
RuntimeFault

disableMethods

public void disableMethods(ManagedObjectReference _this,
                           List<ManagedObjectReference> entity,
                           List<DisabledMethodRequest> method,
                           String sourceId)
                    throws RemoteException,
                           RuntimeFault
Specified by:
disableMethods in interface VimService
Throws:
RemoteException
RuntimeFault

enableMethods

public List<EntityDisabledMethodInfo> enableMethods(ManagedObjectReference _this,
                                                    List<ManagedObjectReference> entity,
                                                    List<String> method,
                                                    String sourceId)
                                             throws RemoteException,
                                                    RuntimeFault
Specified by:
enableMethods in interface VimService
Throws:
RemoteException
RuntimeFault

reconfigureCluster

public void reconfigureCluster(ManagedObjectReference _this,
                               ClusterConfigSpec spec,
                               Boolean modify)
                        throws RemoteException,
                               RuntimeFault
Specified by:
reconfigureCluster in interface VimService
Throws:
RemoteException
RuntimeFault

reconfigureCluster_Task

public ManagedObjectReference reconfigureCluster_Task(ManagedObjectReference _this,
                                                      ClusterConfigSpec spec,
                                                      Boolean modify)
                                               throws RemoteException,
                                                      RuntimeFault
Specified by:
reconfigureCluster_Task in interface VimService
Throws:
RemoteException
RuntimeFault

applyRecommendation

public void applyRecommendation(ManagedObjectReference _this,
                                String key)
                         throws RemoteException,
                                RuntimeFault
Specified by:
applyRecommendation in interface VimService
Throws:
RemoteException
RuntimeFault

recommendHostsForVm

public List<ClusterHostRecommendation> recommendHostsForVm(ManagedObjectReference _this,
                                                           ManagedObjectReference vm,
                                                           ManagedObjectReference pool)
                                                    throws RemoteException,
                                                           RuntimeFault
Specified by:
recommendHostsForVm in interface VimService
Throws:
RemoteException
RuntimeFault

addHost

public ManagedObjectReference addHost(ManagedObjectReference _this,
                                      HostConnectSpec spec,
                                      Boolean asConnected,
                                      ManagedObjectReference resourcePool,
                                      String license)
                               throws RemoteException,
                                      InvalidLogin,
                                      DuplicateName,
                                      HostConnectFault,
                                      RuntimeFault
Specified by:
addHost in interface VimService
Throws:
RemoteException
InvalidLogin
DuplicateName
HostConnectFault
RuntimeFault

addHost_Task

public ManagedObjectReference addHost_Task(ManagedObjectReference _this,
                                           HostConnectSpec spec,
                                           Boolean asConnected,
                                           ManagedObjectReference resourcePool,
                                           String license)
                                    throws RemoteException,
                                           InvalidLogin,
                                           DuplicateName,
                                           HostConnectFault,
                                           RuntimeFault
Specified by:
addHost_Task in interface VimService
Throws:
RemoteException
InvalidLogin
DuplicateName
HostConnectFault
RuntimeFault

addHostWithAdminDisabled

public ManagedObjectReference addHostWithAdminDisabled(ManagedObjectReference _this,
                                                       HostConnectSpec spec,
                                                       Boolean asConnected,
                                                       ManagedObjectReference resourcePool,
                                                       String license)
                                                throws RemoteException,
                                                       HostConfigFault,
                                                       InvalidLogin,
                                                       DuplicateName,
                                                       HostConnectFault,
                                                       RuntimeFault
Specified by:
addHostWithAdminDisabled in interface VimService
Throws:
RemoteException
HostConfigFault
InvalidLogin
DuplicateName
HostConnectFault
RuntimeFault

addHostWithAdminDisabled_Task

public ManagedObjectReference addHostWithAdminDisabled_Task(ManagedObjectReference _this,
                                                            HostConnectSpec spec,
                                                            Boolean asConnected,
                                                            ManagedObjectReference resourcePool,
                                                            String license)
                                                     throws RemoteException,
                                                            HostConfigFault,
                                                            InvalidLogin,
                                                            DuplicateName,
                                                            HostConnectFault,
                                                            RuntimeFault
Specified by:
addHostWithAdminDisabled_Task in interface VimService
Throws:
RemoteException
HostConfigFault
InvalidLogin
DuplicateName
HostConnectFault
RuntimeFault

moveInto

public void moveInto(ManagedObjectReference _this,
                     List<ManagedObjectReference> host)
              throws RemoteException,
                     DuplicateName,
                     InvalidState,
                     TooManyHosts,
                     RuntimeFault
Specified by:
moveInto in interface VimService
Throws:
RemoteException
DuplicateName
InvalidState
TooManyHosts
RuntimeFault

moveInto_Task

public ManagedObjectReference moveInto_Task(ManagedObjectReference _this,
                                            List<ManagedObjectReference> host)
                                     throws RemoteException,
                                            DuplicateName,
                                            InvalidState,
                                            TooManyHosts,
                                            RuntimeFault
Specified by:
moveInto_Task in interface VimService
Throws:
RemoteException
DuplicateName
InvalidState
TooManyHosts
RuntimeFault

moveHostInto

public void moveHostInto(ManagedObjectReference _this,
                         ManagedObjectReference host,
                         ManagedObjectReference resourcePool)
                  throws RemoteException,
                         InvalidState,
                         TooManyHosts,
                         RuntimeFault
Specified by:
moveHostInto in interface VimService
Throws:
RemoteException
InvalidState
TooManyHosts
RuntimeFault

moveHostInto_Task

public ManagedObjectReference moveHostInto_Task(ManagedObjectReference _this,
                                                ManagedObjectReference host,
                                                ManagedObjectReference resourcePool)
                                         throws RemoteException,
                                                InvalidState,
                                                TooManyHosts,
                                                RuntimeFault
Specified by:
moveHostInto_Task in interface VimService
Throws:
RemoteException
InvalidState
TooManyHosts
RuntimeFault

refreshRecommendation

public void refreshRecommendation(ManagedObjectReference _this)
                           throws RemoteException,
                                  RuntimeFault
Specified by:
refreshRecommendation in interface VimService
Throws:
RemoteException
RuntimeFault

transitionalEVCManager

public ManagedObjectReference transitionalEVCManager(ManagedObjectReference _this)
                                              throws RemoteException,
                                                     RuntimeFault
Specified by:
transitionalEVCManager in interface VimService
Throws:
RemoteException
RuntimeFault

retrieveDasAdvancedRuntimeInfo

public ClusterDasAdvancedRuntimeInfo retrieveDasAdvancedRuntimeInfo(ManagedObjectReference _this)
                                                             throws RemoteException,
                                                                    RuntimeFault
Specified by:
retrieveDasAdvancedRuntimeInfo in interface VimService
Throws:
RemoteException
RuntimeFault

checkDasAdmission

public ClusterDasAdmissionResult checkDasAdmission(ManagedObjectReference _this,
                                                   List<ManagedObjectReference> vm)
                                            throws RemoteException,
                                                   RuntimeFault
Specified by:
checkDasAdmission in interface VimService
Throws:
RemoteException
RuntimeFault

reconfigureComputeResource

public void reconfigureComputeResource(ManagedObjectReference _this,
                                       ComputeResourceConfigSpec spec,
                                       Boolean modify)
                                throws RemoteException,
                                       RuntimeFault
Specified by:
reconfigureComputeResource in interface VimService
Throws:
RemoteException
RuntimeFault

reconfigureComputeResource_Task

public ManagedObjectReference reconfigureComputeResource_Task(ManagedObjectReference _this,
                                                              ComputeResourceConfigSpec spec,
                                                              Boolean modify)
                                                       throws RemoteException,
                                                              RuntimeFault
Specified by:
reconfigureComputeResource_Task in interface VimService
Throws:
RemoteException
RuntimeFault

addCustomFieldDef

public CustomFieldDef addCustomFieldDef(ManagedObjectReference _this,
                                        String name,
                                        String moType,
                                        PrivilegePolicyDef fieldDefPolicy,
                                        PrivilegePolicyDef fieldPolicy)
                                 throws RemoteException,
                                        DuplicateName,
                                        InvalidPrivilege,
                                        RuntimeFault
Specified by:
addCustomFieldDef in interface VimService
Throws:
RemoteException
DuplicateName
InvalidPrivilege
RuntimeFault

removeCustomFieldDef

public void removeCustomFieldDef(ManagedObjectReference _this,
                                 Integer key)
                          throws RemoteException,
                                 RuntimeFault
Specified by:
removeCustomFieldDef in interface VimService
Throws:
RemoteException
RuntimeFault

renameCustomFieldDef

public void renameCustomFieldDef(ManagedObjectReference _this,
                                 Integer key,
                                 String name)
                          throws RemoteException,
                                 DuplicateName,
                                 RuntimeFault
Specified by:
renameCustomFieldDef in interface VimService
Throws:
RemoteException
DuplicateName
RuntimeFault

setField

public void setField(ManagedObjectReference _this,
                     ManagedObjectReference entity,
                     Integer key,
                     String value)
              throws RemoteException,
                     RuntimeFault
Specified by:
setField in interface VimService
Throws:
RemoteException
RuntimeFault

doesCustomizationSpecExist

public Boolean doesCustomizationSpecExist(ManagedObjectReference _this,
                                          String name)
                                   throws RemoteException,
                                          RuntimeFault
Specified by:
doesCustomizationSpecExist in interface VimService
Throws:
RemoteException
RuntimeFault

getCustomizationSpec

public CustomizationSpecItem getCustomizationSpec(ManagedObjectReference _this,
                                                  String name)
                                           throws RemoteException,
                                                  RuntimeFault,
                                                  NotFound
Specified by:
getCustomizationSpec in interface VimService
Throws:
RemoteException
RuntimeFault
NotFound

createCustomizationSpec

public void createCustomizationSpec(ManagedObjectReference _this,
                                    CustomizationSpecItem item)
                             throws RemoteException,
                                    CustomizationFault,
                                    AlreadyExists,
                                    RuntimeFault
Specified by:
createCustomizationSpec in interface VimService
Throws:
RemoteException
CustomizationFault
AlreadyExists
RuntimeFault

overwriteCustomizationSpec

public void overwriteCustomizationSpec(ManagedObjectReference _this,
                                       CustomizationSpecItem item)
                                throws RemoteException,
                                       CustomizationFault,
                                       ConcurrentAccess,
                                       RuntimeFault,
                                       NotFound
Specified by:
overwriteCustomizationSpec in interface VimService
Throws:
RemoteException
CustomizationFault
ConcurrentAccess
RuntimeFault
NotFound

deleteCustomizationSpec

public void deleteCustomizationSpec(ManagedObjectReference _this,
                                    String name)
                             throws RemoteException,
                                    RuntimeFault,
                                    NotFound
Specified by:
deleteCustomizationSpec in interface VimService
Throws:
RemoteException
RuntimeFault
NotFound

duplicateCustomizationSpec

public void duplicateCustomizationSpec(ManagedObjectReference _this,
                                       String name,
                                       String newName)
                                throws RemoteException,
                                       AlreadyExists,
                                       RuntimeFault,
                                       NotFound
Specified by:
duplicateCustomizationSpec in interface VimService
Throws:
RemoteException
AlreadyExists
RuntimeFault
NotFound

renameCustomizationSpec

public void renameCustomizationSpec(ManagedObjectReference _this,
                                    String name,
                                    String newName)
                             throws RemoteException,
                                    AlreadyExists,
                                    RuntimeFault,
                                    NotFound
Specified by:
renameCustomizationSpec in interface VimService
Throws:
RemoteException
AlreadyExists
RuntimeFault
NotFound

customizationSpecItemToXml

public String customizationSpecItemToXml(ManagedObjectReference _this,
                                         CustomizationSpecItem item)
                                  throws RemoteException,
                                         RuntimeFault
Specified by:
customizationSpecItemToXml in interface VimService
Throws:
RemoteException
RuntimeFault

xmlToCustomizationSpecItem

public CustomizationSpecItem xmlToCustomizationSpecItem(ManagedObjectReference _this,
                                                        String specItemXml)
                                                 throws RemoteException,
                                                        CustomizationFault,
                                                        RuntimeFault
Specified by:
xmlToCustomizationSpecItem in interface VimService
Throws:
RemoteException
CustomizationFault
RuntimeFault

checkCustomizationResources

public void checkCustomizationResources(ManagedObjectReference _this,
                                        String guestOs)
                                 throws RemoteException,
                                        CustomizationFault,
                                        RuntimeFault
Specified by:
checkCustomizationResources in interface VimService
Throws:
RemoteException
CustomizationFault
RuntimeFault

queryConnectionInfo

public HostConnectInfo queryConnectionInfo(ManagedObjectReference _this,
                                           String hostname,
                                           Integer port,
                                           String username,
                                           String password,
                                           String sslThumbprint)
                                    throws RemoteException,
                                           InvalidLogin,
                                           HostConnectFault,
                                           RuntimeFault
Specified by:
queryConnectionInfo in interface VimService
Throws:
RemoteException
InvalidLogin
HostConnectFault
RuntimeFault

powerOnMultiVM

public ClusterPowerOnVmResult powerOnMultiVM(ManagedObjectReference _this,
                                             List<ManagedObjectReference> vm)
                                      throws RemoteException,
                                             RuntimeFault
Specified by:
powerOnMultiVM in interface VimService
Throws:
RemoteException
RuntimeFault

powerOnMultiVM_Task

public ManagedObjectReference powerOnMultiVM_Task(ManagedObjectReference _this,
                                                  List<ManagedObjectReference> vm)
                                           throws RemoteException,
                                                  RuntimeFault
Specified by:
powerOnMultiVM_Task in interface VimService
Throws:
RemoteException
RuntimeFault

refreshDatastore

public void refreshDatastore(ManagedObjectReference _this)
                      throws RemoteException,
                             HostConfigFault,
                             RuntimeFault,
                             NotFound
Specified by:
refreshDatastore in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

refreshDatastoreStorageInfo

public void refreshDatastoreStorageInfo(ManagedObjectReference _this)
                                 throws RemoteException,
                                        RuntimeFault
Specified by:
refreshDatastoreStorageInfo in interface VimService
Throws:
RemoteException
RuntimeFault

renameDatastore

public void renameDatastore(ManagedObjectReference _this,
                            String newName)
                     throws RemoteException,
                            InvalidName,
                            DuplicateName,
                            RuntimeFault
Specified by:
renameDatastore in interface VimService
Throws:
RemoteException
InvalidName
DuplicateName
RuntimeFault

destroyDatastore

public void destroyDatastore(ManagedObjectReference _this)
                      throws RemoteException,
                             ResourceInUse,
                             RuntimeFault
Specified by:
destroyDatastore in interface VimService
Throws:
RemoteException
ResourceInUse
RuntimeFault

queryDescriptions

public List<DiagnosticManagerLogDescriptor> queryDescriptions(ManagedObjectReference _this,
                                                              ManagedObjectReference host)
                                                       throws RemoteException,
                                                              RuntimeFault
Specified by:
queryDescriptions in interface VimService
Throws:
RemoteException
RuntimeFault

browseDiagnosticLog

public DiagnosticManagerLogHeader browseDiagnosticLog(ManagedObjectReference _this,
                                                      ManagedObjectReference host,
                                                      String key,
                                                      Integer start,
                                                      Integer lines)
                                               throws RemoteException,
                                                      CannotAccessFile,
                                                      RuntimeFault
Specified by:
browseDiagnosticLog in interface VimService
Throws:
RemoteException
CannotAccessFile
RuntimeFault

generateLogBundles

public List<DiagnosticManagerBundleInfo> generateLogBundles(ManagedObjectReference _this,
                                                            Boolean includeDefault,
                                                            List<ManagedObjectReference> host)
                                                     throws RemoteException,
                                                            RuntimeFault,
                                                            LogBundlingFailed
Specified by:
generateLogBundles in interface VimService
Throws:
RemoteException
RuntimeFault
LogBundlingFailed

generateLogBundles_Task

public ManagedObjectReference generateLogBundles_Task(ManagedObjectReference _this,
                                                      Boolean includeDefault,
                                                      List<ManagedObjectReference> host)
                                               throws RemoteException,
                                                      RuntimeFault,
                                                      LogBundlingFailed
Specified by:
generateLogBundles_Task in interface VimService
Throws:
RemoteException
RuntimeFault
LogBundlingFailed

fetchDVPortKeys

public List<String> fetchDVPortKeys(ManagedObjectReference _this,
                                    DistributedVirtualSwitchPortCriteria criteria)
                             throws RemoteException,
                                    RuntimeFault
Specified by:
fetchDVPortKeys in interface VimService
Throws:
RemoteException
RuntimeFault

fetchDVPorts

public List<DistributedVirtualPort> fetchDVPorts(ManagedObjectReference _this,
                                                 DistributedVirtualSwitchPortCriteria criteria)
                                          throws RemoteException,
                                                 RuntimeFault
Specified by:
fetchDVPorts in interface VimService
Throws:
RemoteException
RuntimeFault

queryUsedVlanIdInDvs

public List<Integer> queryUsedVlanIdInDvs(ManagedObjectReference _this)
                                   throws RemoteException,
                                          RuntimeFault
Specified by:
queryUsedVlanIdInDvs in interface VimService
Throws:
RemoteException
RuntimeFault

reconfigureDvs

public void reconfigureDvs(ManagedObjectReference _this,
                           DVSConfigSpec spec)
                    throws RemoteException,
                           InvalidName,
                           DvsNotAuthorized,
                           DuplicateName,
                           DvsFault,
                           ResourceNotAvailable,
                           InvalidState,
                           ResourceInUse,
                           ConcurrentAccess,
                           AlreadyExists,
                           RuntimeFault,
                           NotFound,
                           LimitExceeded
Specified by:
reconfigureDvs in interface VimService
Throws:
RemoteException
InvalidName
DvsNotAuthorized
DuplicateName
DvsFault
ResourceNotAvailable
InvalidState
ResourceInUse
ConcurrentAccess
AlreadyExists
RuntimeFault
NotFound
LimitExceeded

reconfigureDvs_Task

public ManagedObjectReference reconfigureDvs_Task(ManagedObjectReference _this,
                                                  DVSConfigSpec spec)
                                           throws RemoteException,
                                                  InvalidName,
                                                  DvsNotAuthorized,
                                                  DuplicateName,
                                                  DvsFault,
                                                  ResourceNotAvailable,
                                                  InvalidState,
                                                  ResourceInUse,
                                                  ConcurrentAccess,
                                                  AlreadyExists,
                                                  RuntimeFault,
                                                  NotFound,
                                                  LimitExceeded
Specified by:
reconfigureDvs_Task in interface VimService
Throws:
RemoteException
InvalidName
DvsNotAuthorized
DuplicateName
DvsFault
ResourceNotAvailable
InvalidState
ResourceInUse
ConcurrentAccess
AlreadyExists
RuntimeFault
NotFound
LimitExceeded

performDvsProductSpecOperation

public void performDvsProductSpecOperation(ManagedObjectReference _this,
                                           String operation,
                                           DistributedVirtualSwitchProductSpec productSpec)
                                    throws RemoteException,
                                           DvsFault,
                                           TaskInProgress,
                                           InvalidState,
                                           RuntimeFault
Specified by:
performDvsProductSpecOperation in interface VimService
Throws:
RemoteException
DvsFault
TaskInProgress
InvalidState
RuntimeFault

performDvsProductSpecOperation_Task

public ManagedObjectReference performDvsProductSpecOperation_Task(ManagedObjectReference _this,
                                                                  String operation,
                                                                  DistributedVirtualSwitchProductSpec productSpec)
                                                           throws RemoteException,
                                                                  DvsFault,
                                                                  TaskInProgress,
                                                                  InvalidState,
                                                                  RuntimeFault
Specified by:
performDvsProductSpecOperation_Task in interface VimService
Throws:
RemoteException
DvsFault
TaskInProgress
InvalidState
RuntimeFault

mergeDvs

public void mergeDvs(ManagedObjectReference _this,
                     ManagedObjectReference dvs)
              throws RemoteException,
                     DvsFault,
                     InvalidHostState,
                     ResourceInUse,
                     RuntimeFault,
                     NotFound
Specified by:
mergeDvs in interface VimService
Throws:
RemoteException
DvsFault
InvalidHostState
ResourceInUse
RuntimeFault
NotFound

mergeDvs_Task

public ManagedObjectReference mergeDvs_Task(ManagedObjectReference _this,
                                            ManagedObjectReference dvs)
                                     throws RemoteException,
                                            DvsFault,
                                            InvalidHostState,
                                            ResourceInUse,
                                            RuntimeFault,
                                            NotFound
Specified by:
mergeDvs_Task in interface VimService
Throws:
RemoteException
DvsFault
InvalidHostState
ResourceInUse
RuntimeFault
NotFound

addDVPortgroup

public void addDVPortgroup(ManagedObjectReference _this,
                           List<DVPortgroupConfigSpec> spec)
                    throws RemoteException,
                           InvalidName,
                           DuplicateName,
                           DvsFault,
                           RuntimeFault
Specified by:
addDVPortgroup in interface VimService
Throws:
RemoteException
InvalidName
DuplicateName
DvsFault
RuntimeFault

addDVPortgroup_Task

public ManagedObjectReference addDVPortgroup_Task(ManagedObjectReference _this,
                                                  List<DVPortgroupConfigSpec> spec)
                                           throws RemoteException,
                                                  InvalidName,
                                                  DuplicateName,
                                                  DvsFault,
                                                  RuntimeFault
Specified by:
addDVPortgroup_Task in interface VimService
Throws:
RemoteException
InvalidName
DuplicateName
DvsFault
RuntimeFault

moveDVPort

public void moveDVPort(ManagedObjectReference _this,
                       List<String> portKey,
                       String destinationPortgroupKey)
                throws RemoteException,
                       DvsFault,
                       ConcurrentAccess,
                       RuntimeFault,
                       NotFound
Specified by:
moveDVPort in interface VimService
Throws:
RemoteException
DvsFault
ConcurrentAccess
RuntimeFault
NotFound

moveDVPort_Task

public ManagedObjectReference moveDVPort_Task(ManagedObjectReference _this,
                                              List<String> portKey,
                                              String destinationPortgroupKey)
                                       throws RemoteException,
                                              DvsFault,
                                              ConcurrentAccess,
                                              RuntimeFault,
                                              NotFound
Specified by:
moveDVPort_Task in interface VimService
Throws:
RemoteException
DvsFault
ConcurrentAccess
RuntimeFault
NotFound

updateDvsCapability

public void updateDvsCapability(ManagedObjectReference _this,
                                DVSCapability capability)
                         throws RemoteException,
                                RuntimeFault
Specified by:
updateDvsCapability in interface VimService
Throws:
RemoteException
RuntimeFault

reconfigureDVPort

public void reconfigureDVPort(ManagedObjectReference _this,
                              List<DVPortConfigSpec> port)
                       throws RemoteException,
                              DvsFault,
                              ConcurrentAccess,
                              ResourceInUse,
                              RuntimeFault,
                              NotFound
Specified by:
reconfigureDVPort in interface VimService
Throws:
RemoteException
DvsFault
ConcurrentAccess
ResourceInUse
RuntimeFault
NotFound

reconfigureDVPort_Task

public ManagedObjectReference reconfigureDVPort_Task(ManagedObjectReference _this,
                                                     List<DVPortConfigSpec> port)
                                              throws RemoteException,
                                                     DvsFault,
                                                     ConcurrentAccess,
                                                     ResourceInUse,
                                                     RuntimeFault,
                                                     NotFound
Specified by:
reconfigureDVPort_Task in interface VimService
Throws:
RemoteException
DvsFault
ConcurrentAccess
ResourceInUse
RuntimeFault
NotFound

refreshDVPortState

public void refreshDVPortState(ManagedObjectReference _this,
                               List<String> portKeys)
                        throws RemoteException,
                               DvsFault,
                               RuntimeFault,
                               NotFound
Specified by:
refreshDVPortState in interface VimService
Throws:
RemoteException
DvsFault
RuntimeFault
NotFound

rectifyDvsHost

public void rectifyDvsHost(ManagedObjectReference _this,
                           List<ManagedObjectReference> hosts)
                    throws RemoteException,
                           DvsFault,
                           RuntimeFault,
                           NotFound
Specified by:
rectifyDvsHost in interface VimService
Throws:
RemoteException
DvsFault
RuntimeFault
NotFound

rectifyDvsHost_Task

public ManagedObjectReference rectifyDvsHost_Task(ManagedObjectReference _this,
                                                  List<ManagedObjectReference> hosts)
                                           throws RemoteException,
                                                  DvsFault,
                                                  RuntimeFault,
                                                  NotFound
Specified by:
rectifyDvsHost_Task in interface VimService
Throws:
RemoteException
DvsFault
RuntimeFault
NotFound

queryConfigOptionDescriptor

public List<VirtualMachineConfigOptionDescriptor> queryConfigOptionDescriptor(ManagedObjectReference _this)
                                                                       throws RemoteException,
                                                                              RuntimeFault
Specified by:
queryConfigOptionDescriptor in interface VimService
Throws:
RemoteException
RuntimeFault

queryConfigOption

public VirtualMachineConfigOption queryConfigOption(ManagedObjectReference _this,
                                                    String key,
                                                    ManagedObjectReference host)
                                             throws RemoteException,
                                                    RuntimeFault
Specified by:
queryConfigOption in interface VimService
Throws:
RemoteException
RuntimeFault

queryConfigTarget

public ConfigTarget queryConfigTarget(ManagedObjectReference _this,
                                      ManagedObjectReference host)
                               throws RemoteException,
                                      RuntimeFault
Specified by:
queryConfigTarget in interface VimService
Throws:
RemoteException
RuntimeFault

queryTargetCapabilities

public HostCapability queryTargetCapabilities(ManagedObjectReference _this,
                                              ManagedObjectReference host)
                                       throws RemoteException,
                                              RuntimeFault
Specified by:
queryTargetCapabilities in interface VimService
Throws:
RemoteException
RuntimeFault

setCustomValue

public void setCustomValue(ManagedObjectReference _this,
                           String key,
                           String value)
                    throws RemoteException,
                           RuntimeFault
Specified by:
setCustomValue in interface VimService
Throws:
RemoteException
RuntimeFault

unregisterExtension

public void unregisterExtension(ManagedObjectReference _this,
                                String extensionKey)
                         throws RemoteException,
                                RuntimeFault,
                                NotFound
Specified by:
unregisterExtension in interface VimService
Throws:
RemoteException
RuntimeFault
NotFound

findExtension

public Extension findExtension(ManagedObjectReference _this,
                               String extensionKey)
                        throws RemoteException,
                               RuntimeFault
Specified by:
findExtension in interface VimService
Throws:
RemoteException
RuntimeFault

registerExtension

public void registerExtension(ManagedObjectReference _this,
                              Extension extension)
                       throws RemoteException,
                              RuntimeFault
Specified by:
registerExtension in interface VimService
Throws:
RemoteException
RuntimeFault

updateExtension

public void updateExtension(ManagedObjectReference _this,
                            Extension extension)
                     throws RemoteException,
                            RuntimeFault,
                            NotFound
Specified by:
updateExtension in interface VimService
Throws:
RemoteException
RuntimeFault
NotFound

getPublicKey

public String getPublicKey(ManagedObjectReference _this)
                    throws RemoteException,
                           RuntimeFault
Specified by:
getPublicKey in interface VimService
Throws:
RemoteException
RuntimeFault

setPublicKey

public void setPublicKey(ManagedObjectReference _this,
                         String extensionKey,
                         String publicKey)
                  throws RemoteException,
                         RuntimeFault
Specified by:
setPublicKey in interface VimService
Throws:
RemoteException
RuntimeFault

setExtensionCertificate

public void setExtensionCertificate(ManagedObjectReference _this,
                                    String extensionKey,
                                    String certificatePem)
                             throws RemoteException,
                                    NoClientCertificate,
                                    RuntimeFault,
                                    NotFound
Specified by:
setExtensionCertificate in interface VimService
Throws:
RemoteException
NoClientCertificate
RuntimeFault
NotFound

move

public void move(ManagedObjectReference _this,
                 ManagedObjectReference sourceDatacenter,
                 String sourcePath,
                 ManagedObjectReference destinationDatacenter,
                 String destinationPath,
                 Boolean force,
                 String fileType)
          throws RemoteException,
                 FileFault,
                 InvalidDatastore,
                 RuntimeFault
Specified by:
move in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault

move_Task

public ManagedObjectReference move_Task(ManagedObjectReference _this,
                                        ManagedObjectReference sourceDatacenter,
                                        String sourcePath,
                                        ManagedObjectReference destinationDatacenter,
                                        String destinationPath,
                                        Boolean force,
                                        String fileType)
                                 throws RemoteException,
                                        FileFault,
                                        InvalidDatastore,
                                        RuntimeFault
Specified by:
move_Task in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault

moveDatastoreFile

public void moveDatastoreFile(ManagedObjectReference _this,
                              String sourceName,
                              ManagedObjectReference sourceDatacenter,
                              String destinationName,
                              ManagedObjectReference destinationDatacenter,
                              Boolean force)
                       throws RemoteException,
                              FileFault,
                              InvalidDatastore,
                              RuntimeFault
Specified by:
moveDatastoreFile in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault

moveDatastoreFile_Task

public ManagedObjectReference moveDatastoreFile_Task(ManagedObjectReference _this,
                                                     String sourceName,
                                                     ManagedObjectReference sourceDatacenter,
                                                     String destinationName,
                                                     ManagedObjectReference destinationDatacenter,
                                                     Boolean force)
                                              throws RemoteException,
                                                     FileFault,
                                                     InvalidDatastore,
                                                     RuntimeFault
Specified by:
moveDatastoreFile_Task in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault

copy

public void copy(ManagedObjectReference _this,
                 ManagedObjectReference sourceDatacenter,
                 String sourcePath,
                 ManagedObjectReference destinationDatacenter,
                 String destinationPath,
                 Boolean force,
                 String fileType)
          throws RemoteException,
                 FileFault,
                 InvalidDatastore,
                 RuntimeFault
Specified by:
copy in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault

copy_Task

public ManagedObjectReference copy_Task(ManagedObjectReference _this,
                                        ManagedObjectReference sourceDatacenter,
                                        String sourcePath,
                                        ManagedObjectReference destinationDatacenter,
                                        String destinationPath,
                                        Boolean force,
                                        String fileType)
                                 throws RemoteException,
                                        FileFault,
                                        InvalidDatastore,
                                        RuntimeFault
Specified by:
copy_Task in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault

copyDatastoreFile

public void copyDatastoreFile(ManagedObjectReference _this,
                              String sourceName,
                              ManagedObjectReference sourceDatacenter,
                              String destinationName,
                              ManagedObjectReference destinationDatacenter,
                              Boolean force)
                       throws RemoteException,
                              FileFault,
                              InvalidDatastore,
                              RuntimeFault
Specified by:
copyDatastoreFile in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault

copyDatastoreFile_Task

public ManagedObjectReference copyDatastoreFile_Task(ManagedObjectReference _this,
                                                     String sourceName,
                                                     ManagedObjectReference sourceDatacenter,
                                                     String destinationName,
                                                     ManagedObjectReference destinationDatacenter,
                                                     Boolean force)
                                              throws RemoteException,
                                                     FileFault,
                                                     InvalidDatastore,
                                                     RuntimeFault
Specified by:
copyDatastoreFile_Task in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault

delete

public void delete(ManagedObjectReference _this,
                   ManagedObjectReference datacenter,
                   String datastorePath,
                   String fileType)
            throws RemoteException,
                   FileFault,
                   InvalidDatastore,
                   RuntimeFault
Specified by:
delete in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault

delete_Task

public ManagedObjectReference delete_Task(ManagedObjectReference _this,
                                          ManagedObjectReference datacenter,
                                          String datastorePath,
                                          String fileType)
                                   throws RemoteException,
                                          FileFault,
                                          InvalidDatastore,
                                          RuntimeFault
Specified by:
delete_Task in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault

deleteDatastoreFile

public void deleteDatastoreFile(ManagedObjectReference _this,
                                String name,
                                ManagedObjectReference datacenter)
                         throws RemoteException,
                                FileFault,
                                InvalidDatastore,
                                RuntimeFault
Specified by:
deleteDatastoreFile in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault

deleteDatastoreFile_Task

public ManagedObjectReference deleteDatastoreFile_Task(ManagedObjectReference _this,
                                                       String name,
                                                       ManagedObjectReference datacenter)
                                                throws RemoteException,
                                                       FileFault,
                                                       InvalidDatastore,
                                                       RuntimeFault
Specified by:
deleteDatastoreFile_Task in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault

makeDirectory

public void makeDirectory(ManagedObjectReference _this,
                          String name,
                          ManagedObjectReference datacenter,
                          Boolean createParentDirectories)
                   throws RemoteException,
                          FileFault,
                          InvalidDatastore,
                          RuntimeFault
Specified by:
makeDirectory in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault

changeOwner

public void changeOwner(ManagedObjectReference _this,
                        String name,
                        ManagedObjectReference datacenter,
                        String owner)
                 throws RemoteException,
                        FileFault,
                        InvalidDatastore,
                        RuntimeFault,
                        UserNotFound
Specified by:
changeOwner in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault
UserNotFound

createFolder

public ManagedObjectReference createFolder(ManagedObjectReference _this,
                                           String name)
                                    throws RemoteException,
                                           InvalidName,
                                           DuplicateName,
                                           RuntimeFault
Specified by:
createFolder in interface VimService
Throws:
RemoteException
InvalidName
DuplicateName
RuntimeFault

moveIntoFolder

public void moveIntoFolder(ManagedObjectReference _this,
                           List<ManagedObjectReference> list)
                    throws RemoteException,
                           DuplicateName,
                           InvalidState,
                           RuntimeFault,
                           InvalidFolder
Specified by:
moveIntoFolder in interface VimService
Throws:
RemoteException
DuplicateName
InvalidState
RuntimeFault
InvalidFolder

moveIntoFolder_Task

public ManagedObjectReference moveIntoFolder_Task(ManagedObjectReference _this,
                                                  List<ManagedObjectReference> list)
                                           throws RemoteException,
                                                  DuplicateName,
                                                  InvalidState,
                                                  RuntimeFault,
                                                  InvalidFolder
Specified by:
moveIntoFolder_Task in interface VimService
Throws:
RemoteException
DuplicateName
InvalidState
RuntimeFault
InvalidFolder

createVM

public ManagedObjectReference createVM(ManagedObjectReference _this,
                                       VirtualMachineConfigSpec config,
                                       ManagedObjectReference pool,
                                       ManagedObjectReference host)
                                throws RemoteException,
                                       InvalidName,
                                       VmConfigFault,
                                       DuplicateName,
                                       FileFault,
                                       OutOfBounds,
                                       InsufficientResourcesFault,
                                       InvalidDatastore,
                                       RuntimeFault
Specified by:
createVM in interface VimService
Throws:
RemoteException
InvalidName
VmConfigFault
DuplicateName
FileFault
OutOfBounds
InsufficientResourcesFault
InvalidDatastore
RuntimeFault

createVM_Task

public ManagedObjectReference createVM_Task(ManagedObjectReference _this,
                                            VirtualMachineConfigSpec config,
                                            ManagedObjectReference pool,
                                            ManagedObjectReference host)
                                     throws RemoteException,
                                            InvalidName,
                                            VmConfigFault,
                                            DuplicateName,
                                            FileFault,
                                            OutOfBounds,
                                            InsufficientResourcesFault,
                                            InvalidDatastore,
                                            RuntimeFault
Specified by:
createVM_Task in interface VimService
Throws:
RemoteException
InvalidName
VmConfigFault
DuplicateName
FileFault
OutOfBounds
InsufficientResourcesFault
InvalidDatastore
RuntimeFault

registerVM

public ManagedObjectReference registerVM(ManagedObjectReference _this,
                                         String path,
                                         String name,
                                         Boolean asTemplate,
                                         ManagedObjectReference pool,
                                         ManagedObjectReference host)
                                  throws RemoteException,
                                         VmConfigFault,
                                         InvalidName,
                                         DuplicateName,
                                         FileFault,
                                         OutOfBounds,
                                         InsufficientResourcesFault,
                                         InvalidDatastore,
                                         AlreadyExists,
                                         RuntimeFault,
                                         NotFound
Specified by:
registerVM in interface VimService
Throws:
RemoteException
VmConfigFault
InvalidName
DuplicateName
FileFault
OutOfBounds
InsufficientResourcesFault
InvalidDatastore
AlreadyExists
RuntimeFault
NotFound

registerVM_Task

public ManagedObjectReference registerVM_Task(ManagedObjectReference _this,
                                              String path,
                                              String name,
                                              Boolean asTemplate,
                                              ManagedObjectReference pool,
                                              ManagedObjectReference host)
                                       throws RemoteException,
                                              VmConfigFault,
                                              InvalidName,
                                              DuplicateName,
                                              FileFault,
                                              OutOfBounds,
                                              InsufficientResourcesFault,
                                              InvalidDatastore,
                                              AlreadyExists,
                                              RuntimeFault,
                                              NotFound
Specified by:
registerVM_Task in interface VimService
Throws:
RemoteException
VmConfigFault
InvalidName
DuplicateName
FileFault
OutOfBounds
InsufficientResourcesFault
InvalidDatastore
AlreadyExists
RuntimeFault
NotFound

createCluster

public ManagedObjectReference createCluster(ManagedObjectReference _this,
                                            String name,
                                            ClusterConfigSpec spec)
                                     throws RemoteException,
                                            InvalidName,
                                            DuplicateName,
                                            RuntimeFault
Specified by:
createCluster in interface VimService
Throws:
RemoteException
InvalidName
DuplicateName
RuntimeFault

createClusterEx

public ManagedObjectReference createClusterEx(ManagedObjectReference _this,
                                              String name,
                                              ClusterConfigSpecEx spec)
                                       throws RemoteException,
                                              InvalidName,
                                              DuplicateName,
                                              RuntimeFault
Specified by:
createClusterEx in interface VimService
Throws:
RemoteException
InvalidName
DuplicateName
RuntimeFault

addStandaloneHost

public ManagedObjectReference addStandaloneHost(ManagedObjectReference _this,
                                                HostConnectSpec spec,
                                                ComputeResourceConfigSpec compResSpec,
                                                Boolean addConnected,
                                                String license)
                                         throws RemoteException,
                                                InvalidLogin,
                                                DuplicateName,
                                                HostConnectFault,
                                                RuntimeFault
Specified by:
addStandaloneHost in interface VimService
Throws:
RemoteException
InvalidLogin
DuplicateName
HostConnectFault
RuntimeFault

addStandaloneHost_Task

public ManagedObjectReference addStandaloneHost_Task(ManagedObjectReference _this,
                                                     HostConnectSpec spec,
                                                     ComputeResourceConfigSpec compResSpec,
                                                     Boolean addConnected,
                                                     String license)
                                              throws RemoteException,
                                                     InvalidLogin,
                                                     DuplicateName,
                                                     HostConnectFault,
                                                     RuntimeFault
Specified by:
addStandaloneHost_Task in interface VimService
Throws:
RemoteException
InvalidLogin
DuplicateName
HostConnectFault
RuntimeFault

addStandaloneHostWithAdminDisabled

public ManagedObjectReference addStandaloneHostWithAdminDisabled(ManagedObjectReference _this,
                                                                 HostConnectSpec spec,
                                                                 ComputeResourceConfigSpec compResSpec,
                                                                 Boolean addConnected,
                                                                 String license)
                                                          throws RemoteException,
                                                                 HostConfigFault,
                                                                 InvalidLogin,
                                                                 DuplicateName,
                                                                 HostConnectFault,
                                                                 RuntimeFault
Specified by:
addStandaloneHostWithAdminDisabled in interface VimService
Throws:
RemoteException
HostConfigFault
InvalidLogin
DuplicateName
HostConnectFault
RuntimeFault

addStandaloneHostWithAdminDisabled_Task

public ManagedObjectReference addStandaloneHostWithAdminDisabled_Task(ManagedObjectReference _this,
                                                                      HostConnectSpec spec,
                                                                      ComputeResourceConfigSpec compResSpec,
                                                                      Boolean addConnected,
                                                                      String license)
                                                               throws RemoteException,
                                                                      HostConfigFault,
                                                                      InvalidLogin,
                                                                      DuplicateName,
                                                                      HostConnectFault,
                                                                      RuntimeFault
Specified by:
addStandaloneHostWithAdminDisabled_Task in interface VimService
Throws:
RemoteException
HostConfigFault
InvalidLogin
DuplicateName
HostConnectFault
RuntimeFault

createDatacenter

public ManagedObjectReference createDatacenter(ManagedObjectReference _this,
                                               String name)
                                        throws RemoteException,
                                               InvalidName,
                                               DuplicateName,
                                               RuntimeFault
Specified by:
createDatacenter in interface VimService
Throws:
RemoteException
InvalidName
DuplicateName
RuntimeFault

unregisterAndDestroy

public void unregisterAndDestroy(ManagedObjectReference _this)
                          throws RemoteException,
                                 InvalidState,
                                 ConcurrentAccess,
                                 RuntimeFault
Specified by:
unregisterAndDestroy in interface VimService
Throws:
RemoteException
InvalidState
ConcurrentAccess
RuntimeFault

unregisterAndDestroy_Task

public ManagedObjectReference unregisterAndDestroy_Task(ManagedObjectReference _this)
                                                 throws RemoteException,
                                                        InvalidState,
                                                        ConcurrentAccess,
                                                        RuntimeFault
Specified by:
unregisterAndDestroy_Task in interface VimService
Throws:
RemoteException
InvalidState
ConcurrentAccess
RuntimeFault

createDVS

public ManagedObjectReference createDVS(ManagedObjectReference _this,
                                        DVSCreateSpec spec)
                                 throws RemoteException,
                                        InvalidName,
                                        DvsNotAuthorized,
                                        DuplicateName,
                                        DvsFault,
                                        RuntimeFault,
                                        NotFound
Specified by:
createDVS in interface VimService
Throws:
RemoteException
InvalidName
DvsNotAuthorized
DuplicateName
DvsFault
RuntimeFault
NotFound

createDVS_Task

public ManagedObjectReference createDVS_Task(ManagedObjectReference _this,
                                             DVSCreateSpec spec)
                                      throws RemoteException,
                                             InvalidName,
                                             DvsNotAuthorized,
                                             DuplicateName,
                                             DvsFault,
                                             RuntimeFault,
                                             NotFound
Specified by:
createDVS_Task in interface VimService
Throws:
RemoteException
InvalidName
DvsNotAuthorized
DuplicateName
DvsFault
RuntimeFault
NotFound

setCollectorPageSize

public void setCollectorPageSize(ManagedObjectReference _this,
                                 Integer maxCount)
                          throws RemoteException,
                                 RuntimeFault
Specified by:
setCollectorPageSize in interface VimService
Throws:
RemoteException
RuntimeFault

rewindCollector

public void rewindCollector(ManagedObjectReference _this)
                     throws RemoteException,
                            RuntimeFault
Specified by:
rewindCollector in interface VimService
Throws:
RemoteException
RuntimeFault

resetCollector

public void resetCollector(ManagedObjectReference _this)
                    throws RemoteException,
                           RuntimeFault
Specified by:
resetCollector in interface VimService
Throws:
RemoteException
RuntimeFault

destroyCollector

public void destroyCollector(ManagedObjectReference _this)
                      throws RemoteException,
                             RuntimeFault
Specified by:
destroyCollector in interface VimService
Throws:
RemoteException
RuntimeFault

queryHostConnectionInfo

public HostConnectInfo queryHostConnectionInfo(ManagedObjectReference _this)
                                        throws RemoteException,
                                               RuntimeFault
Specified by:
queryHostConnectionInfo in interface VimService
Throws:
RemoteException
RuntimeFault

retrieveInternalCapability

public HostInternalCapability retrieveInternalCapability(ManagedObjectReference _this)
                                                  throws RemoteException,
                                                         RuntimeFault
Specified by:
retrieveInternalCapability in interface VimService
Throws:
RemoteException
RuntimeFault

retrieveInternalConfigManager

public HostInternalConfigManager retrieveInternalConfigManager(ManagedObjectReference _this)
                                                        throws RemoteException,
                                                               RuntimeFault
Specified by:
retrieveInternalConfigManager in interface VimService
Throws:
RemoteException
RuntimeFault

updateSystemResources

public void updateSystemResources(ManagedObjectReference _this,
                                  HostSystemResourceInfo resourceInfo)
                           throws RemoteException,
                                  RuntimeFault
Specified by:
updateSystemResources in interface VimService
Throws:
RemoteException
RuntimeFault

reconnectHost

public void reconnectHost(ManagedObjectReference _this,
                          HostConnectSpec cnxSpec)
                   throws RemoteException,
                          InvalidName,
                          InvalidLogin,
                          InvalidState,
                          HostConnectFault,
                          RuntimeFault
Specified by:
reconnectHost in interface VimService
Throws:
RemoteException
InvalidName
InvalidLogin
InvalidState
HostConnectFault
RuntimeFault

reconnectHost_Task

public ManagedObjectReference reconnectHost_Task(ManagedObjectReference _this,
                                                 HostConnectSpec cnxSpec)
                                          throws RemoteException,
                                                 InvalidName,
                                                 InvalidLogin,
                                                 InvalidState,
                                                 HostConnectFault,
                                                 RuntimeFault
Specified by:
reconnectHost_Task in interface VimService
Throws:
RemoteException
InvalidName
InvalidLogin
InvalidState
HostConnectFault
RuntimeFault

disconnectHost

public void disconnectHost(ManagedObjectReference _this)
                    throws RemoteException,
                           RuntimeFault
Specified by:
disconnectHost in interface VimService
Throws:
RemoteException
RuntimeFault

disconnectHost_Task

public ManagedObjectReference disconnectHost_Task(ManagedObjectReference _this)
                                           throws RemoteException,
                                                  RuntimeFault
Specified by:
disconnectHost_Task in interface VimService
Throws:
RemoteException
RuntimeFault

enterMaintenanceMode

public void enterMaintenanceMode(ManagedObjectReference _this,
                                 Integer timeout,
                                 Boolean evacuatePoweredOffVms)
                          throws RemoteException,
                                 Timedout,
                                 InvalidState,
                                 RuntimeFault
Specified by:
enterMaintenanceMode in interface VimService
Throws:
RemoteException
Timedout
InvalidState
RuntimeFault

enterMaintenanceMode_Task

public ManagedObjectReference enterMaintenanceMode_Task(ManagedObjectReference _this,
                                                        Integer timeout,
                                                        Boolean evacuatePoweredOffVms)
                                                 throws RemoteException,
                                                        Timedout,
                                                        InvalidState,
                                                        RuntimeFault
Specified by:
enterMaintenanceMode_Task in interface VimService
Throws:
RemoteException
Timedout
InvalidState
RuntimeFault

exitMaintenanceMode

public void exitMaintenanceMode(ManagedObjectReference _this,
                                Integer timeout)
                         throws RemoteException,
                                Timedout,
                                InvalidState,
                                RuntimeFault
Specified by:
exitMaintenanceMode in interface VimService
Throws:
RemoteException
Timedout
InvalidState
RuntimeFault

exitMaintenanceMode_Task

public ManagedObjectReference exitMaintenanceMode_Task(ManagedObjectReference _this,
                                                       Integer timeout)
                                                throws RemoteException,
                                                       Timedout,
                                                       InvalidState,
                                                       RuntimeFault
Specified by:
exitMaintenanceMode_Task in interface VimService
Throws:
RemoteException
Timedout
InvalidState
RuntimeFault

rebootHost

public void rebootHost(ManagedObjectReference _this,
                       Boolean force)
                throws RemoteException,
                       InvalidState,
                       RuntimeFault
Specified by:
rebootHost in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

rebootHost_Task

public ManagedObjectReference rebootHost_Task(ManagedObjectReference _this,
                                              Boolean force)
                                       throws RemoteException,
                                              InvalidState,
                                              RuntimeFault
Specified by:
rebootHost_Task in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

shutdownHost

public void shutdownHost(ManagedObjectReference _this,
                         Boolean force)
                  throws RemoteException,
                         InvalidState,
                         RuntimeFault
Specified by:
shutdownHost in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

shutdownHost_Task

public ManagedObjectReference shutdownHost_Task(ManagedObjectReference _this,
                                                Boolean force)
                                         throws RemoteException,
                                                InvalidState,
                                                RuntimeFault
Specified by:
shutdownHost_Task in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

powerDownHostToStandBy

public void powerDownHostToStandBy(ManagedObjectReference _this,
                                   Integer timeoutSec,
                                   Boolean evacuatePoweredOffVms)
                            throws RemoteException,
                                   RequestCanceled,
                                   HostPowerOpFailed,
                                   NotSupported,
                                   Timedout,
                                   InvalidState,
                                   RuntimeFault
Specified by:
powerDownHostToStandBy in interface VimService
Throws:
RemoteException
RequestCanceled
HostPowerOpFailed
NotSupported
Timedout
InvalidState
RuntimeFault

powerDownHostToStandBy_Task

public ManagedObjectReference powerDownHostToStandBy_Task(ManagedObjectReference _this,
                                                          Integer timeoutSec,
                                                          Boolean evacuatePoweredOffVms)
                                                   throws RemoteException,
                                                          RequestCanceled,
                                                          HostPowerOpFailed,
                                                          NotSupported,
                                                          Timedout,
                                                          InvalidState,
                                                          RuntimeFault
Specified by:
powerDownHostToStandBy_Task in interface VimService
Throws:
RemoteException
RequestCanceled
HostPowerOpFailed
NotSupported
Timedout
InvalidState
RuntimeFault

powerUpHostFromStandBy

public void powerUpHostFromStandBy(ManagedObjectReference _this,
                                   Integer timeoutSec)
                            throws RemoteException,
                                   HostPowerOpFailed,
                                   NotSupported,
                                   Timedout,
                                   InvalidState,
                                   RuntimeFault
Specified by:
powerUpHostFromStandBy in interface VimService
Throws:
RemoteException
HostPowerOpFailed
NotSupported
Timedout
InvalidState
RuntimeFault

powerUpHostFromStandBy_Task

public ManagedObjectReference powerUpHostFromStandBy_Task(ManagedObjectReference _this,
                                                          Integer timeoutSec)
                                                   throws RemoteException,
                                                          HostPowerOpFailed,
                                                          NotSupported,
                                                          Timedout,
                                                          InvalidState,
                                                          RuntimeFault
Specified by:
powerUpHostFromStandBy_Task in interface VimService
Throws:
RemoteException
HostPowerOpFailed
NotSupported
Timedout
InvalidState
RuntimeFault

queryMemoryOverhead

public Long queryMemoryOverhead(ManagedObjectReference _this,
                                Long memorySize,
                                Integer videoRamSize,
                                Integer numVcpus)
                         throws RemoteException,
                                RuntimeFault
Specified by:
queryMemoryOverhead in interface VimService
Throws:
RemoteException
RuntimeFault

queryMemoryOverheadEx

public Long queryMemoryOverheadEx(ManagedObjectReference _this,
                                  VirtualMachineConfigInfo vmConfigInfo)
                           throws RemoteException,
                                  RuntimeFault
Specified by:
queryMemoryOverheadEx in interface VimService
Throws:
RemoteException
RuntimeFault

reconfigureHostForDAS

public void reconfigureHostForDAS(ManagedObjectReference _this)
                           throws RemoteException,
                                  DasConfigFault,
                                  RuntimeFault
Specified by:
reconfigureHostForDAS in interface VimService
Throws:
RemoteException
DasConfigFault
RuntimeFault

reconfigureHostForDAS_Task

public ManagedObjectReference reconfigureHostForDAS_Task(ManagedObjectReference _this)
                                                  throws RemoteException,
                                                         DasConfigFault,
                                                         RuntimeFault
Specified by:
reconfigureHostForDAS_Task in interface VimService
Throws:
RemoteException
DasConfigFault
RuntimeFault

retrievePatchManager

public ManagedObjectReference retrievePatchManager(ManagedObjectReference _this)
                                            throws RemoteException,
                                                   RuntimeFault
Specified by:
retrievePatchManager in interface VimService
Throws:
RemoteException
RuntimeFault

updateFlags

public void updateFlags(ManagedObjectReference _this,
                        HostFlagInfo flagInfo)
                 throws RemoteException,
                        RuntimeFault
Specified by:
updateFlags in interface VimService
Throws:
RemoteException
RuntimeFault

sendWakeOnLanPacket

public void sendWakeOnLanPacket(ManagedObjectReference _this,
                                List<HostWakeOnLanConfig> wakeOnLanConfig)
                         throws RemoteException,
                                RuntimeFault
Specified by:
sendWakeOnLanPacket in interface VimService
Throws:
RemoteException
RuntimeFault

disableAdmin

public void disableAdmin(ManagedObjectReference _this)
                  throws RemoteException,
                         HostConfigFault,
                         RuntimeFault
Specified by:
disableAdmin in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

enableAdmin

public void enableAdmin(ManagedObjectReference _this)
                 throws RemoteException,
                        HostConfigFault,
                        RuntimeFault
Specified by:
enableAdmin in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

updateManagementServerIp

public void updateManagementServerIp(ManagedObjectReference _this,
                                     String serverIp)
                              throws RemoteException,
                                     RuntimeFault
Specified by:
updateManagementServerIp in interface VimService
Throws:
RemoteException
RuntimeFault

acquireCimServicesTicket

public HostServiceTicket acquireCimServicesTicket(ManagedObjectReference _this)
                                           throws RemoteException,
                                                  RuntimeFault
Specified by:
acquireCimServicesTicket in interface VimService
Throws:
RemoteException
RuntimeFault

updateIpmi

public void updateIpmi(ManagedObjectReference _this,
                       HostIpmiInfo ipmiInfo)
                throws RemoteException,
                       InvalidIpmiMacAddress,
                       InvalidIpmiLoginInfo,
                       RuntimeFault
Specified by:
updateIpmi in interface VimService
Throws:
RemoteException
InvalidIpmiMacAddress
InvalidIpmiLoginInfo
RuntimeFault

updateSslThumbprintInfo

public void updateSslThumbprintInfo(ManagedObjectReference _this,
                                    HostSslThumbprintInfo sslThumbprintInfo)
                             throws RemoteException,
                                    RuntimeFault
Specified by:
updateSslThumbprintInfo in interface VimService
Throws:
RemoteException
RuntimeFault

httpNfcLeaseComplete

public void httpNfcLeaseComplete(ManagedObjectReference _this)
                          throws RemoteException,
                                 Timedout,
                                 InvalidState,
                                 RuntimeFault
Specified by:
httpNfcLeaseComplete in interface VimService
Throws:
RemoteException
Timedout
InvalidState
RuntimeFault

httpNfcLeaseAbort

public void httpNfcLeaseAbort(ManagedObjectReference _this,
                              LocalizedMethodFault fault)
                       throws RemoteException,
                              Timedout,
                              InvalidState,
                              RuntimeFault
Specified by:
httpNfcLeaseAbort in interface VimService
Throws:
RemoteException
Timedout
InvalidState
RuntimeFault

httpNfcLeaseProgress

public void httpNfcLeaseProgress(ManagedObjectReference _this,
                                 Integer percent)
                          throws RemoteException,
                                 Timedout,
                                 RuntimeFault
Specified by:
httpNfcLeaseProgress in interface VimService
Throws:
RemoteException
Timedout
RuntimeFault

addLibrary

public String addLibrary(ManagedObjectReference _this,
                         String serviceUrl,
                         String libName,
                         String sslThumbprint)
                  throws RemoteException,
                         AlreadyExists,
                         RuntimeFault,
                         NotFound,
                         SSLVerifyFault
Specified by:
addLibrary in interface VimService
Throws:
RemoteException
AlreadyExists
RuntimeFault
NotFound
SSLVerifyFault

updateLibrary

public void updateLibrary(ManagedObjectReference _this,
                          String libKey,
                          String libName,
                          String sslThumbprint)
                   throws RemoteException,
                          AlreadyExists,
                          RuntimeFault,
                          InvalidArgument
Specified by:
updateLibrary in interface VimService
Throws:
RemoteException
AlreadyExists
RuntimeFault
InvalidArgument

removeLibrary

public void removeLibrary(ManagedObjectReference _this,
                          String libKey)
                   throws RemoteException,
                          RuntimeFault,
                          InvalidArgument
Specified by:
removeLibrary in interface VimService
Throws:
RemoteException
RuntimeFault
InvalidArgument

importLibraryMedia

public void importLibraryMedia(ManagedObjectReference _this,
                               String url,
                               String sslThumbprint,
                               List<KeyValue> headers,
                               ManagedObjectReference dstDc,
                               String dstName,
                               Boolean force)
                        throws RemoteException,
                               NoDiskSpace,
                               LibraryFault,
                               FileAlreadyExists,
                               FileFault,
                               InvalidDatastore,
                               RuntimeFault,
                               HttpFault,
                               SSLVerifyFault
Specified by:
importLibraryMedia in interface VimService
Throws:
RemoteException
NoDiskSpace
LibraryFault
FileAlreadyExists
FileFault
InvalidDatastore
RuntimeFault
HttpFault
SSLVerifyFault

importLibraryMedia_Task

public ManagedObjectReference importLibraryMedia_Task(ManagedObjectReference _this,
                                                      String url,
                                                      String sslThumbprint,
                                                      List<KeyValue> headers,
                                                      ManagedObjectReference dstDc,
                                                      String dstName,
                                                      Boolean force)
                                               throws RemoteException,
                                                      NoDiskSpace,
                                                      LibraryFault,
                                                      FileAlreadyExists,
                                                      FileFault,
                                                      InvalidDatastore,
                                                      RuntimeFault,
                                                      HttpFault,
                                                      SSLVerifyFault
Specified by:
importLibraryMedia_Task in interface VimService
Throws:
RemoteException
NoDiskSpace
LibraryFault
FileAlreadyExists
FileFault
InvalidDatastore
RuntimeFault
HttpFault
SSLVerifyFault

exportMediaToLibrary

public String exportMediaToLibrary(ManagedObjectReference _this,
                                   ManagedObjectReference srcDc,
                                   String srcName,
                                   String libKey,
                                   ImageLibraryManagerMediaInfo metadata,
                                   List<KeyValue> headers)
                            throws RemoteException,
                                   FileLocked,
                                   FileNotFound,
                                   LibraryFault,
                                   FileFault,
                                   InvalidDatastore,
                                   RuntimeFault,
                                   HttpFault,
                                   SSLVerifyFault,
                                   InvalidArgument
Specified by:
exportMediaToLibrary in interface VimService
Throws:
RemoteException
FileLocked
FileNotFound
LibraryFault
FileFault
InvalidDatastore
RuntimeFault
HttpFault
SSLVerifyFault
InvalidArgument

exportMediaToLibrary_Task

public ManagedObjectReference exportMediaToLibrary_Task(ManagedObjectReference _this,
                                                        ManagedObjectReference srcDc,
                                                        String srcName,
                                                        String libKey,
                                                        ImageLibraryManagerMediaInfo metadata,
                                                        List<KeyValue> headers)
                                                 throws RemoteException,
                                                        FileLocked,
                                                        FileNotFound,
                                                        LibraryFault,
                                                        FileFault,
                                                        InvalidDatastore,
                                                        RuntimeFault,
                                                        HttpFault,
                                                        SSLVerifyFault,
                                                        InvalidArgument
Specified by:
exportMediaToLibrary_Task in interface VimService
Throws:
RemoteException
FileLocked
FileNotFound
LibraryFault
FileFault
InvalidDatastore
RuntimeFault
HttpFault
SSLVerifyFault
InvalidArgument

publishMediaToLibrary

public String publishMediaToLibrary(ManagedObjectReference _this,
                                    ManagedObjectReference srcDc,
                                    String srcName,
                                    String libKey,
                                    ImageLibraryManagerMediaInfo metadata,
                                    List<KeyValue> headers)
                             throws RemoteException,
                                    FileLocked,
                                    FileNotFound,
                                    LibraryFault,
                                    FileFault,
                                    InvalidDatastore,
                                    RuntimeFault,
                                    HttpFault,
                                    SSLVerifyFault,
                                    InvalidArgument
Specified by:
publishMediaToLibrary in interface VimService
Throws:
RemoteException
FileLocked
FileNotFound
LibraryFault
FileFault
InvalidDatastore
RuntimeFault
HttpFault
SSLVerifyFault
InvalidArgument

publishMediaToLibrary_Task

public ManagedObjectReference publishMediaToLibrary_Task(ManagedObjectReference _this,
                                                         ManagedObjectReference srcDc,
                                                         String srcName,
                                                         String libKey,
                                                         ImageLibraryManagerMediaInfo metadata,
                                                         List<KeyValue> headers)
                                                  throws RemoteException,
                                                         FileLocked,
                                                         FileNotFound,
                                                         LibraryFault,
                                                         FileFault,
                                                         InvalidDatastore,
                                                         RuntimeFault,
                                                         HttpFault,
                                                         SSLVerifyFault,
                                                         InvalidArgument
Specified by:
publishMediaToLibrary_Task in interface VimService
Throws:
RemoteException
FileLocked
FileNotFound
LibraryFault
FileFault
InvalidDatastore
RuntimeFault
HttpFault
SSLVerifyFault
InvalidArgument

internalQueryLatestVmStats

public List<InternalStatsValue> internalQueryLatestVmStats(ManagedObjectReference _this,
                                                           ManagedObjectReference vm,
                                                           List<String> statsSet)
                                                    throws RemoteException,
                                                           RuntimeFault
Specified by:
internalQueryLatestVmStats in interface VimService
Throws:
RemoteException
RuntimeFault

queryIpPools

public List<IpPool> queryIpPools(ManagedObjectReference _this,
                                 ManagedObjectReference dc)
                          throws RemoteException,
                                 RuntimeFault
Specified by:
queryIpPools in interface VimService
Throws:
RemoteException
RuntimeFault

createIpPool

public Integer createIpPool(ManagedObjectReference _this,
                            ManagedObjectReference dc,
                            IpPool pool)
                     throws RemoteException,
                            RuntimeFault
Specified by:
createIpPool in interface VimService
Throws:
RemoteException
RuntimeFault

updateIpPool

public void updateIpPool(ManagedObjectReference _this,
                         ManagedObjectReference dc,
                         IpPool pool)
                  throws RemoteException,
                         RuntimeFault
Specified by:
updateIpPool in interface VimService
Throws:
RemoteException
RuntimeFault

destroyIpPool

public void destroyIpPool(ManagedObjectReference _this,
                          ManagedObjectReference dc,
                          Integer id,
                          Boolean force)
                   throws RemoteException,
                          InvalidState,
                          RuntimeFault
Specified by:
destroyIpPool in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

updateAssignedLicense

public LicenseManagerLicenseInfo updateAssignedLicense(ManagedObjectReference _this,
                                                       String entity,
                                                       String licenseKey,
                                                       String entityDisplayName)
                                                throws RemoteException,
                                                       LicenseEntityNotFound,
                                                       RuntimeFault
Specified by:
updateAssignedLicense in interface VimService
Throws:
RemoteException
LicenseEntityNotFound
RuntimeFault

removeAssignedLicense

public void removeAssignedLicense(ManagedObjectReference _this,
                                  String entityId)
                           throws RemoteException,
                                  LicenseEntityNotFound,
                                  RuntimeFault
Specified by:
removeAssignedLicense in interface VimService
Throws:
RemoteException
LicenseEntityNotFound
RuntimeFault

queryAssignedLicenses

public List<LicenseAssignmentManagerLicenseAssignment> queryAssignedLicenses(ManagedObjectReference _this,
                                                                             String entityId)
                                                                      throws RemoteException,
                                                                             RuntimeFault
Specified by:
queryAssignedLicenses in interface VimService
Throws:
RemoteException
RuntimeFault

isFeatureAvailable

public List<LicenseAssignmentManagerFeatureLicenseAvailability> isFeatureAvailable(ManagedObjectReference _this,
                                                                                   List<LicenseAssignmentManagerEntityFeaturePair> entityFeaturePair)
                                                                            throws RemoteException,
                                                                                   RuntimeFault
Specified by:
isFeatureAvailable in interface VimService
Throws:
RemoteException
RuntimeFault

updateFeatureInUse

public void updateFeatureInUse(ManagedObjectReference _this,
                               String entityId,
                               String feature,
                               Boolean inUse)
                        throws RemoteException,
                               LicenseEntityNotFound,
                               RuntimeFault
Specified by:
updateFeatureInUse in interface VimService
Throws:
RemoteException
LicenseEntityNotFound
RuntimeFault

registerEntity

public void registerEntity(ManagedObjectReference _this,
                           String entityId,
                           String productName,
                           String productVersion,
                           String displayName,
                           Integer cost,
                           Calendar evaluationExpiry,
                           String evaluationKey)
                    throws RemoteException,
                           LicenseEntityAlreadyExists,
                           RuntimeFault
Specified by:
registerEntity in interface VimService
Throws:
RemoteException
LicenseEntityAlreadyExists
RuntimeFault

unregisterEntity

public void unregisterEntity(ManagedObjectReference _this,
                             String entityId)
                      throws RemoteException,
                             LicenseEntityNotFound,
                             RuntimeFault
Specified by:
unregisterEntity in interface VimService
Throws:
RemoteException
LicenseEntityNotFound
RuntimeFault

updateUsage

public void updateUsage(ManagedObjectReference _this,
                        String entityId,
                        Integer value)
                 throws RemoteException,
                        LicenseEntityNotFound,
                        RuntimeFault
Specified by:
updateUsage in interface VimService
Throws:
RemoteException
LicenseEntityNotFound
RuntimeFault

uploadLicenseFile

public void uploadLicenseFile(ManagedObjectReference _this,
                              LicenseAssignmentManagerLicenseFileDescriptor licenseFile)
                       throws RemoteException,
                              RuntimeFault
Specified by:
uploadLicenseFile in interface VimService
Throws:
RemoteException
RuntimeFault

querySupportedFeatures

public List<LicenseFeatureInfo> querySupportedFeatures(ManagedObjectReference _this,
                                                       ManagedObjectReference host)
                                                throws RemoteException,
                                                       RuntimeFault
Specified by:
querySupportedFeatures in interface VimService
Throws:
RemoteException
RuntimeFault

queryLicenseSourceAvailability

public List<LicenseAvailabilityInfo> queryLicenseSourceAvailability(ManagedObjectReference _this,
                                                                    ManagedObjectReference host)
                                                             throws RemoteException,
                                                                    RuntimeFault
Specified by:
queryLicenseSourceAvailability in interface VimService
Throws:
RemoteException
RuntimeFault

queryLicenseUsage

public LicenseUsageInfo queryLicenseUsage(ManagedObjectReference _this,
                                          ManagedObjectReference host)
                                   throws RemoteException,
                                          RuntimeFault
Specified by:
queryLicenseUsage in interface VimService
Throws:
RemoteException
RuntimeFault

setLicenseEdition

public void setLicenseEdition(ManagedObjectReference _this,
                              ManagedObjectReference host,
                              String featureKey)
                       throws RemoteException,
                              LicenseServerUnavailable,
                              InvalidState,
                              RuntimeFault
Specified by:
setLicenseEdition in interface VimService
Throws:
RemoteException
LicenseServerUnavailable
InvalidState
RuntimeFault

checkLicenseFeature

public Boolean checkLicenseFeature(ManagedObjectReference _this,
                                   ManagedObjectReference host,
                                   String featureKey)
                            throws RemoteException,
                                   InvalidState,
                                   RuntimeFault
Specified by:
checkLicenseFeature in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

enableFeature

public Boolean enableFeature(ManagedObjectReference _this,
                             ManagedObjectReference host,
                             String featureKey)
                      throws RemoteException,
                             LicenseServerUnavailable,
                             InvalidState,
                             RuntimeFault
Specified by:
enableFeature in interface VimService
Throws:
RemoteException
LicenseServerUnavailable
InvalidState
RuntimeFault

disableFeature

public Boolean disableFeature(ManagedObjectReference _this,
                              ManagedObjectReference host,
                              String featureKey)
                       throws RemoteException,
                              LicenseServerUnavailable,
                              InvalidState,
                              RuntimeFault
Specified by:
disableFeature in interface VimService
Throws:
RemoteException
LicenseServerUnavailable
InvalidState
RuntimeFault

configureLicenseSource

public void configureLicenseSource(ManagedObjectReference _this,
                                   ManagedObjectReference host,
                                   LicenseSource licenseSource)
                            throws RemoteException,
                                   CannotAccessLocalSource,
                                   LicenseServerUnavailable,
                                   InvalidLicense,
                                   RuntimeFault
Specified by:
configureLicenseSource in interface VimService
Throws:
RemoteException
CannotAccessLocalSource
LicenseServerUnavailable
InvalidLicense
RuntimeFault

updateLicense

public LicenseManagerLicenseInfo updateLicense(ManagedObjectReference _this,
                                               String licenseKey,
                                               List<KeyValue> labels)
                                        throws RemoteException,
                                               RuntimeFault
Specified by:
updateLicense in interface VimService
Throws:
RemoteException
RuntimeFault

addLicense

public LicenseManagerLicenseInfo addLicense(ManagedObjectReference _this,
                                            String licenseKey,
                                            List<KeyValue> labels)
                                     throws RemoteException,
                                            RuntimeFault
Specified by:
addLicense in interface VimService
Throws:
RemoteException
RuntimeFault

removeLicense

public void removeLicense(ManagedObjectReference _this,
                          String licenseKey)
                   throws RemoteException,
                          RuntimeFault
Specified by:
removeLicense in interface VimService
Throws:
RemoteException
RuntimeFault

decodeLicense

public LicenseManagerLicenseInfo decodeLicense(ManagedObjectReference _this,
                                               String licenseKey)
                                        throws RemoteException,
                                               RuntimeFault
Specified by:
decodeLicense in interface VimService
Throws:
RemoteException
RuntimeFault

updateLicenseLabel

public void updateLicenseLabel(ManagedObjectReference _this,
                               String licenseKey,
                               String labelKey,
                               String labelValue)
                        throws RemoteException,
                               RuntimeFault
Specified by:
updateLicenseLabel in interface VimService
Throws:
RemoteException
RuntimeFault

removeLicenseLabel

public void removeLicenseLabel(ManagedObjectReference _this,
                               String licenseKey,
                               String labelKey)
                        throws RemoteException,
                               RuntimeFault
Specified by:
removeLicenseLabel in interface VimService
Throws:
RemoteException
RuntimeFault

reload

public void reload(ManagedObjectReference _this)
            throws RemoteException,
                   RuntimeFault
Specified by:
reload in interface VimService
Throws:
RemoteException
RuntimeFault

rename

public void rename(ManagedObjectReference _this,
                   String newName)
            throws RemoteException,
                   InvalidName,
                   DuplicateName,
                   RuntimeFault
Specified by:
rename in interface VimService
Throws:
RemoteException
InvalidName
DuplicateName
RuntimeFault

rename_Task

public ManagedObjectReference rename_Task(ManagedObjectReference _this,
                                          String newName)
                                   throws RemoteException,
                                          InvalidName,
                                          DuplicateName,
                                          RuntimeFault
Specified by:
rename_Task in interface VimService
Throws:
RemoteException
InvalidName
DuplicateName
RuntimeFault

destroy

public void destroy(ManagedObjectReference _this)
             throws RemoteException,
                    VimFault,
                    RuntimeFault
Specified by:
destroy in interface VimService
Throws:
RemoteException
VimFault
RuntimeFault

destroy_Task

public ManagedObjectReference destroy_Task(ManagedObjectReference _this)
                                    throws RemoteException,
                                           VimFault,
                                           RuntimeFault
Specified by:
destroy_Task in interface VimService
Throws:
RemoteException
VimFault
RuntimeFault

addTag

public void addTag(ManagedObjectReference _this,
                   List<Tag> tag)
            throws RemoteException,
                   RuntimeFault
Specified by:
addTag in interface VimService
Throws:
RemoteException
RuntimeFault

removeTag

public void removeTag(ManagedObjectReference _this,
                      List<Tag> tag)
               throws RemoteException,
                      RuntimeFault
Specified by:
removeTag in interface VimService
Throws:
RemoteException
RuntimeFault

destroyNetwork

public void destroyNetwork(ManagedObjectReference _this)
                    throws RemoteException,
                           ResourceInUse,
                           RuntimeFault
Specified by:
destroyNetwork in interface VimService
Throws:
RemoteException
ResourceInUse
RuntimeFault

nfcRandomAccessOpenDisk

public HostServiceTicket nfcRandomAccessOpenDisk(ManagedObjectReference _this,
                                                 ManagedObjectReference vm,
                                                 Integer diskDeviceKey,
                                                 ManagedObjectReference hostForAccess)
                                          throws RemoteException,
                                                 RuntimeFault
Specified by:
nfcRandomAccessOpenDisk in interface VimService
Throws:
RemoteException
RuntimeFault

nfcRandomAccessOpenReadonly

public HostServiceTicket nfcRandomAccessOpenReadonly(ManagedObjectReference _this,
                                                     ManagedObjectReference vm,
                                                     Integer diskDeviceKey,
                                                     ManagedObjectReference hostForAccess)
                                              throws RemoteException,
                                                     RuntimeFault
Specified by:
nfcRandomAccessOpenReadonly in interface VimService
Throws:
RemoteException
RuntimeFault

nfcGetVmFiles

public HostServiceTicket nfcGetVmFiles(ManagedObjectReference _this,
                                       ManagedObjectReference vm,
                                       ManagedObjectReference hostForAccess)
                                throws RemoteException,
                                       RuntimeFault
Specified by:
nfcGetVmFiles in interface VimService
Throws:
RemoteException
RuntimeFault

nfcPutVmFiles

public HostServiceTicket nfcPutVmFiles(ManagedObjectReference _this,
                                       ManagedObjectReference vm,
                                       ManagedObjectReference hostForAccess)
                                throws RemoteException,
                                       RuntimeFault
Specified by:
nfcPutVmFiles in interface VimService
Throws:
RemoteException
RuntimeFault

nfcFileManagement

public HostServiceTicket nfcFileManagement(ManagedObjectReference _this,
                                           ManagedObjectReference ds,
                                           ManagedObjectReference hostForAccess)
                                    throws RemoteException,
                                           RuntimeFault
Specified by:
nfcFileManagement in interface VimService
Throws:
RemoteException
RuntimeFault

nfcSystemManagement

public HostServiceTicket nfcSystemManagement(ManagedObjectReference _this,
                                             ManagedObjectReference hostForAccess)
                                      throws RemoteException,
                                             RuntimeFault
Specified by:
nfcSystemManagement in interface VimService
Throws:
RemoteException
RuntimeFault

validateHost

public OvfValidateHostResult validateHost(ManagedObjectReference _this,
                                          String ovfDescriptor,
                                          ManagedObjectReference host,
                                          OvfValidateHostParams vhp)
                                   throws RemoteException,
                                          TaskInProgress,
                                          FileFault,
                                          InvalidState,
                                          ConcurrentAccess,
                                          RuntimeFault
Specified by:
validateHost in interface VimService
Throws:
RemoteException
TaskInProgress
FileFault
InvalidState
ConcurrentAccess
RuntimeFault

parseDescriptor

public OvfParseDescriptorResult parseDescriptor(ManagedObjectReference _this,
                                                String ovfDescriptor,
                                                OvfParseDescriptorParams pdp)
                                         throws RemoteException,
                                                VmConfigFault,
                                                TaskInProgress,
                                                FileFault,
                                                InvalidState,
                                                ConcurrentAccess,
                                                RuntimeFault
Specified by:
parseDescriptor in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
ConcurrentAccess
RuntimeFault

createImportSpec

public OvfCreateImportSpecResult createImportSpec(ManagedObjectReference _this,
                                                  String ovfDescriptor,
                                                  ManagedObjectReference resourcePool,
                                                  ManagedObjectReference datastore,
                                                  OvfCreateImportSpecParams cisp)
                                           throws RemoteException,
                                                  VmConfigFault,
                                                  TaskInProgress,
                                                  FileFault,
                                                  InvalidState,
                                                  ConcurrentAccess,
                                                  InvalidDatastore,
                                                  RuntimeFault
Specified by:
createImportSpec in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
ConcurrentAccess
InvalidDatastore
RuntimeFault

createDescriptor

public OvfCreateDescriptorResult createDescriptor(ManagedObjectReference _this,
                                                  ManagedObjectReference obj,
                                                  OvfCreateDescriptorParams cdp)
                                           throws RemoteException,
                                                  VmConfigFault,
                                                  TaskInProgress,
                                                  FileFault,
                                                  InvalidState,
                                                  ConcurrentAccess,
                                                  RuntimeFault
Specified by:
createDescriptor in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
ConcurrentAccess
RuntimeFault

parseDescriptorAtUrl

public OvfParseDescriptorResult parseDescriptorAtUrl(ManagedObjectReference _this,
                                                     String ovfDescriptorUrl,
                                                     OvfParseDescriptorParams pdp,
                                                     List<KeyValue> httpHeaders,
                                                     String sslThumbprint)
                                              throws RemoteException,
                                                     VmConfigFault,
                                                     TaskInProgress,
                                                     FileFault,
                                                     InvalidState,
                                                     ConcurrentAccess,
                                                     RuntimeFault,
                                                     HttpFault,
                                                     SSLVerifyFault
Specified by:
parseDescriptorAtUrl in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
ConcurrentAccess
RuntimeFault
HttpFault
SSLVerifyFault

parseDescriptorAtUrl_Task

public ManagedObjectReference parseDescriptorAtUrl_Task(ManagedObjectReference _this,
                                                        String ovfDescriptorUrl,
                                                        OvfParseDescriptorParams pdp,
                                                        List<KeyValue> httpHeaders,
                                                        String sslThumbprint)
                                                 throws RemoteException,
                                                        VmConfigFault,
                                                        TaskInProgress,
                                                        FileFault,
                                                        InvalidState,
                                                        ConcurrentAccess,
                                                        RuntimeFault,
                                                        HttpFault,
                                                        SSLVerifyFault
Specified by:
parseDescriptorAtUrl_Task in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
ConcurrentAccess
RuntimeFault
HttpFault
SSLVerifyFault

importOvfAtUrl

public ManagedObjectReference importOvfAtUrl(ManagedObjectReference _this,
                                             String ovfDescriptorUrl,
                                             OvfCreateImportSpecParams importSpecParams,
                                             ManagedObjectReference fldr,
                                             ManagedObjectReference pool,
                                             ManagedObjectReference datastore,
                                             List<KeyValue> httpHeaders,
                                             String sslThumbprint)
                                      throws RemoteException,
                                             InvalidName,
                                             VmConfigFault,
                                             DuplicateName,
                                             FileFault,
                                             OutOfBounds,
                                             InsufficientResourcesFault,
                                             VmWwnConflict,
                                             InvalidDatastore,
                                             RuntimeFault,
                                             HttpFault,
                                             SSLVerifyFault
Specified by:
importOvfAtUrl in interface VimService
Throws:
RemoteException
InvalidName
VmConfigFault
DuplicateName
FileFault
OutOfBounds
InsufficientResourcesFault
VmWwnConflict
InvalidDatastore
RuntimeFault
HttpFault
SSLVerifyFault

importOvfAtUrl_Task

public ManagedObjectReference importOvfAtUrl_Task(ManagedObjectReference _this,
                                                  String ovfDescriptorUrl,
                                                  OvfCreateImportSpecParams importSpecParams,
                                                  ManagedObjectReference fldr,
                                                  ManagedObjectReference pool,
                                                  ManagedObjectReference datastore,
                                                  List<KeyValue> httpHeaders,
                                                  String sslThumbprint)
                                           throws RemoteException,
                                                  InvalidName,
                                                  VmConfigFault,
                                                  DuplicateName,
                                                  FileFault,
                                                  OutOfBounds,
                                                  InsufficientResourcesFault,
                                                  VmWwnConflict,
                                                  InvalidDatastore,
                                                  RuntimeFault,
                                                  HttpFault,
                                                  SSLVerifyFault
Specified by:
importOvfAtUrl_Task in interface VimService
Throws:
RemoteException
InvalidName
VmConfigFault
DuplicateName
FileFault
OutOfBounds
InsufficientResourcesFault
VmWwnConflict
InvalidDatastore
RuntimeFault
HttpFault
SSLVerifyFault

exportOvfToUrl

public List<String> exportOvfToUrl(ManagedObjectReference _this,
                                   ManagedObjectReference entity,
                                   String dstBaseUrl,
                                   List<KeyValue> httpHeaders,
                                   String sslThumbprint)
                            throws RemoteException,
                                   VmConfigFault,
                                   TaskInProgress,
                                   FileFault,
                                   InvalidState,
                                   InvalidType,
                                   ConcurrentAccess,
                                   RuntimeFault,
                                   HttpFault,
                                   SSLVerifyFault
Specified by:
exportOvfToUrl in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
InvalidType
ConcurrentAccess
RuntimeFault
HttpFault
SSLVerifyFault

exportOvfToUrl_Task

public ManagedObjectReference exportOvfToUrl_Task(ManagedObjectReference _this,
                                                  ManagedObjectReference entity,
                                                  String dstBaseUrl,
                                                  List<KeyValue> httpHeaders,
                                                  String sslThumbprint)
                                           throws RemoteException,
                                                  VmConfigFault,
                                                  TaskInProgress,
                                                  FileFault,
                                                  InvalidState,
                                                  InvalidType,
                                                  ConcurrentAccess,
                                                  RuntimeFault,
                                                  HttpFault,
                                                  SSLVerifyFault
Specified by:
exportOvfToUrl_Task in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
InvalidType
ConcurrentAccess
RuntimeFault
HttpFault
SSLVerifyFault

queryPerfProviderSummary

public PerfProviderSummary queryPerfProviderSummary(ManagedObjectReference _this,
                                                    ManagedObjectReference entity)
                                             throws RemoteException,
                                                    RuntimeFault
Specified by:
queryPerfProviderSummary in interface VimService
Throws:
RemoteException
RuntimeFault

queryAvailablePerfMetric

public List<PerfMetricId> queryAvailablePerfMetric(ManagedObjectReference _this,
                                                   ManagedObjectReference entity,
                                                   Calendar beginTime,
                                                   Calendar endTime,
                                                   Integer intervalId)
                                            throws RemoteException,
                                                   RuntimeFault
Specified by:
queryAvailablePerfMetric in interface VimService
Throws:
RemoteException
RuntimeFault

queryPerfCounter

public List<PerfCounterInfo> queryPerfCounter(ManagedObjectReference _this,
                                              List<Integer> counterId)
                                       throws RemoteException,
                                              RuntimeFault
Specified by:
queryPerfCounter in interface VimService
Throws:
RemoteException
RuntimeFault

queryPerfCounterByLevel

public List<PerfCounterInfo> queryPerfCounterByLevel(ManagedObjectReference _this,
                                                     Integer level)
                                              throws RemoteException,
                                                     RuntimeFault
Specified by:
queryPerfCounterByLevel in interface VimService
Throws:
RemoteException
RuntimeFault

queryPerf

public List<PerfEntityMetricBase> queryPerf(ManagedObjectReference _this,
                                            List<PerfQuerySpec> querySpec)
                                     throws RemoteException,
                                            RuntimeFault
Specified by:
queryPerf in interface VimService
Throws:
RemoteException
RuntimeFault

queryPerfComposite

public PerfCompositeMetric queryPerfComposite(ManagedObjectReference _this,
                                              PerfQuerySpec querySpec)
                                       throws RemoteException,
                                              RuntimeFault
Specified by:
queryPerfComposite in interface VimService
Throws:
RemoteException
RuntimeFault

summarizeStats

public List<PerfEntityMetricCSV> summarizeStats(ManagedObjectReference _this,
                                                List<PerfQuerySpec> querySpec)
                                         throws RemoteException,
                                                RuntimeFault
Specified by:
summarizeStats in interface VimService
Throws:
RemoteException
RuntimeFault

createPerfInterval

public void createPerfInterval(ManagedObjectReference _this,
                               PerfInterval intervalId)
                        throws RemoteException,
                               RuntimeFault
Specified by:
createPerfInterval in interface VimService
Throws:
RemoteException
RuntimeFault

removePerfInterval

public void removePerfInterval(ManagedObjectReference _this,
                               Integer samplePeriod)
                        throws RemoteException,
                               RuntimeFault
Specified by:
removePerfInterval in interface VimService
Throws:
RemoteException
RuntimeFault

updatePerfInterval

public void updatePerfInterval(ManagedObjectReference _this,
                               PerfInterval interval)
                        throws RemoteException,
                               RuntimeFault
Specified by:
updatePerfInterval in interface VimService
Throws:
RemoteException
RuntimeFault

addEndpoint

public void addEndpoint(ManagedObjectReference _this,
                        ProxyServiceEndpointSpec endpoint)
                 throws RemoteException,
                        AlreadyExists,
                        RuntimeFault
Specified by:
addEndpoint in interface VimService
Throws:
RemoteException
AlreadyExists
RuntimeFault

removeEndpoint

public void removeEndpoint(ManagedObjectReference _this,
                           ProxyServiceEndpointSpec endpoint)
                    throws RemoteException,
                           RuntimeFault,
                           NotFound
Specified by:
removeEndpoint in interface VimService
Throws:
RemoteException
RuntimeFault
NotFound

estimateDatabaseSize

public DatabaseSizeEstimate estimateDatabaseSize(ManagedObjectReference _this,
                                                 DatabaseSizeParam dbSizeParam)
                                          throws RemoteException,
                                                 RuntimeFault
Specified by:
estimateDatabaseSize in interface VimService
Throws:
RemoteException
RuntimeFault

updateConfig

public void updateConfig(ManagedObjectReference _this,
                         String name,
                         ResourceConfigSpec config)
                  throws RemoteException,
                         InvalidName,
                         DuplicateName,
                         ConcurrentAccess,
                         InsufficientResourcesFault,
                         RuntimeFault
Specified by:
updateConfig in interface VimService
Throws:
RemoteException
InvalidName
DuplicateName
ConcurrentAccess
InsufficientResourcesFault
RuntimeFault

moveIntoResourcePool

public void moveIntoResourcePool(ManagedObjectReference _this,
                                 List<ManagedObjectReference> list)
                          throws RemoteException,
                                 DuplicateName,
                                 InsufficientResourcesFault,
                                 RuntimeFault
Specified by:
moveIntoResourcePool in interface VimService
Throws:
RemoteException
DuplicateName
InsufficientResourcesFault
RuntimeFault

updateChildResourceConfiguration

public void updateChildResourceConfiguration(ManagedObjectReference _this,
                                             List<ResourceConfigSpec> spec)
                                      throws RemoteException,
                                             InvalidState,
                                             InsufficientResourcesFault,
                                             RuntimeFault
Specified by:
updateChildResourceConfiguration in interface VimService
Throws:
RemoteException
InvalidState
InsufficientResourcesFault
RuntimeFault

createResourcePool

public ManagedObjectReference createResourcePool(ManagedObjectReference _this,
                                                 String name,
                                                 ResourceConfigSpec spec)
                                          throws RemoteException,
                                                 InvalidName,
                                                 DuplicateName,
                                                 InsufficientResourcesFault,
                                                 RuntimeFault
Specified by:
createResourcePool in interface VimService
Throws:
RemoteException
InvalidName
DuplicateName
InsufficientResourcesFault
RuntimeFault

destroyChildren

public void destroyChildren(ManagedObjectReference _this)
                     throws RemoteException,
                            RuntimeFault
Specified by:
destroyChildren in interface VimService
Throws:
RemoteException
RuntimeFault

createVApp

public ManagedObjectReference createVApp(ManagedObjectReference _this,
                                         String name,
                                         ResourceConfigSpec resSpec,
                                         VAppConfigSpec configSpec,
                                         ManagedObjectReference vmFolder)
                                  throws RemoteException,
                                         VmConfigFault,
                                         InvalidName,
                                         DuplicateName,
                                         InvalidState,
                                         InsufficientResourcesFault,
                                         RuntimeFault
Specified by:
createVApp in interface VimService
Throws:
RemoteException
VmConfigFault
InvalidName
DuplicateName
InvalidState
InsufficientResourcesFault
RuntimeFault

createChildVM

public ManagedObjectReference createChildVM(ManagedObjectReference _this,
                                            VirtualMachineConfigSpec config,
                                            ManagedObjectReference host)
                                     throws RemoteException,
                                            InvalidName,
                                            VmConfigFault,
                                            FileFault,
                                            OutOfBounds,
                                            InsufficientResourcesFault,
                                            InvalidDatastore,
                                            RuntimeFault
Specified by:
createChildVM in interface VimService
Throws:
RemoteException
InvalidName
VmConfigFault
FileFault
OutOfBounds
InsufficientResourcesFault
InvalidDatastore
RuntimeFault

createChildVM_Task

public ManagedObjectReference createChildVM_Task(ManagedObjectReference _this,
                                                 VirtualMachineConfigSpec config,
                                                 ManagedObjectReference host)
                                          throws RemoteException,
                                                 InvalidName,
                                                 VmConfigFault,
                                                 FileFault,
                                                 OutOfBounds,
                                                 InsufficientResourcesFault,
                                                 InvalidDatastore,
                                                 RuntimeFault
Specified by:
createChildVM_Task in interface VimService
Throws:
RemoteException
InvalidName
VmConfigFault
FileFault
OutOfBounds
InsufficientResourcesFault
InvalidDatastore
RuntimeFault

registerChildVM

public ManagedObjectReference registerChildVM(ManagedObjectReference _this,
                                              String path,
                                              String name,
                                              ManagedObjectReference host)
                                       throws RemoteException,
                                              VmConfigFault,
                                              InvalidName,
                                              FileFault,
                                              OutOfBounds,
                                              InsufficientResourcesFault,
                                              InvalidDatastore,
                                              AlreadyExists,
                                              RuntimeFault,
                                              NotFound
Specified by:
registerChildVM in interface VimService
Throws:
RemoteException
VmConfigFault
InvalidName
FileFault
OutOfBounds
InsufficientResourcesFault
InvalidDatastore
AlreadyExists
RuntimeFault
NotFound

registerChildVM_Task

public ManagedObjectReference registerChildVM_Task(ManagedObjectReference _this,
                                                   String path,
                                                   String name,
                                                   ManagedObjectReference host)
                                            throws RemoteException,
                                                   VmConfigFault,
                                                   InvalidName,
                                                   FileFault,
                                                   OutOfBounds,
                                                   InsufficientResourcesFault,
                                                   InvalidDatastore,
                                                   AlreadyExists,
                                                   RuntimeFault,
                                                   NotFound
Specified by:
registerChildVM_Task in interface VimService
Throws:
RemoteException
VmConfigFault
InvalidName
FileFault
OutOfBounds
InsufficientResourcesFault
InvalidDatastore
AlreadyExists
RuntimeFault
NotFound

importVApp

public ManagedObjectReference importVApp(ManagedObjectReference _this,
                                         ImportSpec spec,
                                         ManagedObjectReference folder,
                                         ManagedObjectReference host)
                                  throws RemoteException,
                                         InvalidName,
                                         VmConfigFault,
                                         DuplicateName,
                                         FileFault,
                                         OutOfBounds,
                                         InsufficientResourcesFault,
                                         InvalidDatastore,
                                         RuntimeFault
Specified by:
importVApp in interface VimService
Throws:
RemoteException
InvalidName
VmConfigFault
DuplicateName
FileFault
OutOfBounds
InsufficientResourcesFault
InvalidDatastore
RuntimeFault

findByUuid

public ManagedObjectReference findByUuid(ManagedObjectReference _this,
                                         ManagedObjectReference datacenter,
                                         String uuid,
                                         Boolean vmSearch,
                                         Boolean instanceUuid)
                                  throws RemoteException,
                                         RuntimeFault
Specified by:
findByUuid in interface VimService
Throws:
RemoteException
RuntimeFault

findByDatastorePath

public ManagedObjectReference findByDatastorePath(ManagedObjectReference _this,
                                                  ManagedObjectReference datacenter,
                                                  String path)
                                           throws RemoteException,
                                                  InvalidDatastore,
                                                  RuntimeFault
Specified by:
findByDatastorePath in interface VimService
Throws:
RemoteException
InvalidDatastore
RuntimeFault

findByDnsName

public ManagedObjectReference findByDnsName(ManagedObjectReference _this,
                                            ManagedObjectReference datacenter,
                                            String dnsName,
                                            Boolean vmSearch)
                                     throws RemoteException,
                                            RuntimeFault
Specified by:
findByDnsName in interface VimService
Throws:
RemoteException
RuntimeFault

findByIp

public ManagedObjectReference findByIp(ManagedObjectReference _this,
                                       ManagedObjectReference datacenter,
                                       String ip,
                                       Boolean vmSearch)
                                throws RemoteException,
                                       RuntimeFault
Specified by:
findByIp in interface VimService
Throws:
RemoteException
RuntimeFault

findByInventoryPath

public ManagedObjectReference findByInventoryPath(ManagedObjectReference _this,
                                                  String inventoryPath)
                                           throws RemoteException,
                                                  RuntimeFault
Specified by:
findByInventoryPath in interface VimService
Throws:
RemoteException
RuntimeFault

findChild

public ManagedObjectReference findChild(ManagedObjectReference _this,
                                        ManagedObjectReference entity,
                                        String name)
                                 throws RemoteException,
                                        RuntimeFault
Specified by:
findChild in interface VimService
Throws:
RemoteException
RuntimeFault

findAllByUuid

public List<ManagedObjectReference> findAllByUuid(ManagedObjectReference _this,
                                                  ManagedObjectReference datacenter,
                                                  String uuid,
                                                  Boolean vmSearch,
                                                  Boolean instanceUuid)
                                           throws RemoteException,
                                                  RuntimeFault
Specified by:
findAllByUuid in interface VimService
Throws:
RemoteException
RuntimeFault

findAllByDnsName

public List<ManagedObjectReference> findAllByDnsName(ManagedObjectReference _this,
                                                     ManagedObjectReference datacenter,
                                                     String dnsName,
                                                     Boolean vmSearch)
                                              throws RemoteException,
                                                     RuntimeFault
Specified by:
findAllByDnsName in interface VimService
Throws:
RemoteException
RuntimeFault

findAllByIp

public List<ManagedObjectReference> findAllByIp(ManagedObjectReference _this,
                                                ManagedObjectReference datacenter,
                                                String ip,
                                                Boolean vmSearch)
                                         throws RemoteException,
                                                RuntimeFault
Specified by:
findAllByIp in interface VimService
Throws:
RemoteException
RuntimeFault

queryServiceEndpointList

public List<ServiceEndpoint> queryServiceEndpointList(ManagedObjectReference _this)
                                               throws RemoteException,
                                                      RuntimeFault
Specified by:
queryServiceEndpointList in interface VimService
Throws:
RemoteException
RuntimeFault

currentTime

public Calendar currentTime(ManagedObjectReference _this)
                     throws RemoteException,
                            RuntimeFault
Specified by:
currentTime in interface VimService
Throws:
RemoteException
RuntimeFault

retrieveServiceContent

public ServiceContent retrieveServiceContent(ManagedObjectReference _this)
                                      throws RemoteException,
                                             RuntimeFault
Specified by:
retrieveServiceContent in interface VimService
Throws:
RemoteException
RuntimeFault

retrieveInternalContent

public InternalServiceInstanceContent retrieveInternalContent(ManagedObjectReference _this)
                                                       throws RemoteException,
                                                              RuntimeFault
Specified by:
retrieveInternalContent in interface VimService
Throws:
RemoteException
RuntimeFault

validateMigration

public List<Event> validateMigration(ManagedObjectReference _this,
                                     List<ManagedObjectReference> vm,
                                     VirtualMachinePowerState state,
                                     List<String> testType,
                                     ManagedObjectReference pool,
                                     ManagedObjectReference host)
                              throws RemoteException,
                                     InvalidState,
                                     RuntimeFault
Specified by:
validateMigration in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

queryVMotionCompatibility

public List<HostVMotionCompatibility> queryVMotionCompatibility(ManagedObjectReference _this,
                                                                ManagedObjectReference vm,
                                                                List<ManagedObjectReference> host,
                                                                List<String> compatibility)
                                                         throws RemoteException,
                                                                RuntimeFault
Specified by:
queryVMotionCompatibility in interface VimService
Throws:
RemoteException
RuntimeFault

retrieveProductComponents

public List<ProductComponentInfo> retrieveProductComponents(ManagedObjectReference _this)
                                                     throws RemoteException,
                                                            RuntimeFault
Specified by:
retrieveProductComponents in interface VimService
Throws:
RemoteException
RuntimeFault

queryServiceList

public List<ServiceManagerServiceInfo> queryServiceList(ManagedObjectReference _this,
                                                        String serviceName,
                                                        List<String> location)
                                                 throws RemoteException,
                                                        RuntimeFault
Specified by:
queryServiceList in interface VimService
Throws:
RemoteException
RuntimeFault

updateServiceMessage

public void updateServiceMessage(ManagedObjectReference _this,
                                 String message)
                          throws RemoteException,
                                 RuntimeFault
Specified by:
updateServiceMessage in interface VimService
Throws:
RemoteException
RuntimeFault

login

public UserSession login(ManagedObjectReference _this,
                         String userName,
                         String password,
                         String locale)
                  throws RemoteException,
                         InvalidLogin,
                         InvalidLocale,
                         RuntimeFault
Specified by:
login in interface VimService
Throws:
RemoteException
InvalidLogin
InvalidLocale
RuntimeFault

loginBySSPI

public UserSession loginBySSPI(ManagedObjectReference _this,
                               String base64Token,
                               String locale)
                        throws RemoteException,
                               InvalidLogin,
                               InvalidLocale,
                               SSPIChallenge,
                               RuntimeFault
Specified by:
loginBySSPI in interface VimService
Throws:
RemoteException
InvalidLogin
InvalidLocale
SSPIChallenge
RuntimeFault

loginBySSLThumbprint

public UserSession loginBySSLThumbprint(ManagedObjectReference _this,
                                        String locale)
                                 throws RemoteException,
                                        InvalidLogin,
                                        NoClientCertificate,
                                        NotSupported,
                                        InvalidLocale,
                                        RuntimeFault,
                                        UserNotFound
Specified by:
loginBySSLThumbprint in interface VimService
Throws:
RemoteException
InvalidLogin
NoClientCertificate
NotSupported
InvalidLocale
RuntimeFault
UserNotFound

loginBySessionTicket

public UserSession loginBySessionTicket(ManagedObjectReference _this,
                                        String ticketData)
                                 throws RemoteException,
                                        NotSupported,
                                        InvalidTicket,
                                        RuntimeFault,
                                        UserNotFound
Specified by:
loginBySessionTicket in interface VimService
Throws:
RemoteException
NotSupported
InvalidTicket
RuntimeFault
UserNotFound

acquireSessionTicket

public String acquireSessionTicket(ManagedObjectReference _this,
                                   String serviceKey)
                            throws RemoteException,
                                   InvalidLogin,
                                   NotSupportedHost,
                                   TooManyTickets,
                                   RuntimeFault,
                                   NoHost,
                                   NotFound
Specified by:
acquireSessionTicket in interface VimService
Throws:
RemoteException
InvalidLogin
NotSupportedHost
TooManyTickets
RuntimeFault
NoHost
NotFound

logout

public void logout(ManagedObjectReference _this)
            throws RemoteException,
                   RuntimeFault
Specified by:
logout in interface VimService
Throws:
RemoteException
RuntimeFault

acquireLocalTicket

public SessionManagerLocalTicket acquireLocalTicket(ManagedObjectReference _this,
                                                    String userName)
                                             throws RemoteException,
                                                    InvalidLogin,
                                                    RuntimeFault
Specified by:
acquireLocalTicket in interface VimService
Throws:
RemoteException
InvalidLogin
RuntimeFault

terminateSession

public void terminateSession(ManagedObjectReference _this,
                             List<String> sessionId)
                      throws RemoteException,
                             RuntimeFault,
                             NotFound
Specified by:
terminateSession in interface VimService
Throws:
RemoteException
RuntimeFault
NotFound

setLocale

public void setLocale(ManagedObjectReference _this,
                      String locale)
               throws RemoteException,
                      InvalidLocale,
                      RuntimeFault
Specified by:
setLocale in interface VimService
Throws:
RemoteException
InvalidLocale
RuntimeFault

loginExtensionBySubjectName

public UserSession loginExtensionBySubjectName(ManagedObjectReference _this,
                                               String extensionKey,
                                               String locale)
                                        throws RemoteException,
                                               InvalidLogin,
                                               NoSubjectName,
                                               NoClientCertificate,
                                               InvalidLocale,
                                               RuntimeFault,
                                               NotFound
Specified by:
loginExtensionBySubjectName in interface VimService
Throws:
RemoteException
InvalidLogin
NoSubjectName
NoClientCertificate
InvalidLocale
RuntimeFault
NotFound

loginExtensionByCertificate

public UserSession loginExtensionByCertificate(ManagedObjectReference _this,
                                               String extensionKey,
                                               String locale)
                                        throws RemoteException,
                                               InvalidLogin,
                                               NoClientCertificate,
                                               InvalidLocale,
                                               RuntimeFault
Specified by:
loginExtensionByCertificate in interface VimService
Throws:
RemoteException
InvalidLogin
NoClientCertificate
InvalidLocale
RuntimeFault

impersonateUser

public UserSession impersonateUser(ManagedObjectReference _this,
                                   String userName,
                                   String locale)
                            throws RemoteException,
                                   InvalidLogin,
                                   InvalidLocale,
                                   RuntimeFault
Specified by:
impersonateUser in interface VimService
Throws:
RemoteException
InvalidLogin
InvalidLocale
RuntimeFault

sessionIsActive

public Boolean sessionIsActive(ManagedObjectReference _this,
                               String sessionID,
                               String userName)
                        throws RemoteException,
                               RuntimeFault
Specified by:
sessionIsActive in interface VimService
Throws:
RemoteException
RuntimeFault

acquireCloneTicket

public String acquireCloneTicket(ManagedObjectReference _this)
                          throws RemoteException,
                                 RuntimeFault
Specified by:
acquireCloneTicket in interface VimService
Throws:
RemoteException
RuntimeFault

cloneSession

public UserSession cloneSession(ManagedObjectReference _this,
                                String cloneTicket)
                         throws RemoteException,
                                InvalidLogin,
                                RuntimeFault
Specified by:
cloneSession in interface VimService
Throws:
RemoteException
InvalidLogin
RuntimeFault

executeSimpleCommand

public String executeSimpleCommand(ManagedObjectReference _this,
                                   List<String> arguments)
                            throws RemoteException,
                                   RuntimeFault
Specified by:
executeSimpleCommand in interface VimService
Throws:
RemoteException
RuntimeFault

cancelTask

public void cancelTask(ManagedObjectReference _this)
                throws RemoteException,
                       InvalidState,
                       RuntimeFault
Specified by:
cancelTask in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

updateProgress

public void updateProgress(ManagedObjectReference _this,
                           Integer percentDone)
                    throws RemoteException,
                           InvalidState,
                           OutOfBounds,
                           RuntimeFault
Specified by:
updateProgress in interface VimService
Throws:
RemoteException
InvalidState
OutOfBounds
RuntimeFault

setTaskState

public void setTaskState(ManagedObjectReference _this,
                         TaskInfoState state,
                         Object result,
                         LocalizedMethodFault fault)
                  throws RemoteException,
                         InvalidState,
                         RuntimeFault
Specified by:
setTaskState in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

setTaskDescription

public void setTaskDescription(ManagedObjectReference _this,
                               LocalizableMessage description)
                        throws RemoteException,
                               RuntimeFault
Specified by:
setTaskDescription in interface VimService
Throws:
RemoteException
RuntimeFault

readNextTasks

public List<TaskInfo> readNextTasks(ManagedObjectReference _this,
                                    Integer maxCount)
                             throws RemoteException,
                                    RuntimeFault
Specified by:
readNextTasks in interface VimService
Throws:
RemoteException
RuntimeFault

readPreviousTasks

public List<TaskInfo> readPreviousTasks(ManagedObjectReference _this,
                                        Integer maxCount)
                                 throws RemoteException,
                                        RuntimeFault
Specified by:
readPreviousTasks in interface VimService
Throws:
RemoteException
RuntimeFault

createCollectorForTasks

public ManagedObjectReference createCollectorForTasks(ManagedObjectReference _this,
                                                      TaskFilterSpec filter)
                                               throws RemoteException,
                                                      InvalidState,
                                                      RuntimeFault
Specified by:
createCollectorForTasks in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

createTask

public TaskInfo createTask(ManagedObjectReference _this,
                           ManagedObjectReference obj,
                           String taskTypeId,
                           String initiatedBy,
                           Boolean cancelable,
                           String parentTaskKey)
                    throws RemoteException,
                           RuntimeFault
Specified by:
createTask in interface VimService
Throws:
RemoteException
RuntimeFault

checkGroupMembership

public List<Boolean> checkGroupMembership(ManagedObjectReference _this,
                                          String userName,
                                          List<String> group)
                                   throws RemoteException,
                                          RuntimeFault
Specified by:
checkGroupMembership in interface VimService
Throws:
RemoteException
RuntimeFault

retrieveUserGroups

public List<UserSearchResult> retrieveUserGroups(ManagedObjectReference _this,
                                                 String domain,
                                                 String searchStr,
                                                 String belongsToGroup,
                                                 String belongsToUser,
                                                 Boolean exactMatch,
                                                 Boolean findUsers,
                                                 Boolean findGroups)
                                          throws RemoteException,
                                                 RuntimeFault,
                                                 NotFound
Specified by:
retrieveUserGroups in interface VimService
Throws:
RemoteException
RuntimeFault
NotFound

updateVAppConfig

public void updateVAppConfig(ManagedObjectReference _this,
                             VAppConfigSpec spec)
                      throws RemoteException,
                             InvalidName,
                             VmConfigFault,
                             DuplicateName,
                             TaskInProgress,
                             FileFault,
                             InvalidState,
                             ConcurrentAccess,
                             InvalidDatastore,
                             InsufficientResourcesFault,
                             RuntimeFault
Specified by:
updateVAppConfig in interface VimService
Throws:
RemoteException
InvalidName
VmConfigFault
DuplicateName
TaskInProgress
FileFault
InvalidState
ConcurrentAccess
InvalidDatastore
InsufficientResourcesFault
RuntimeFault

cloneVApp

public ManagedObjectReference cloneVApp(ManagedObjectReference _this,
                                        String name,
                                        ManagedObjectReference target,
                                        VAppCloneSpec spec)
                                 throws RemoteException,
                                        VmConfigFault,
                                        TaskInProgress,
                                        FileFault,
                                        InvalidState,
                                        InsufficientResourcesFault,
                                        MigrationFault,
                                        InvalidDatastore,
                                        RuntimeFault
Specified by:
cloneVApp in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
InsufficientResourcesFault
MigrationFault
InvalidDatastore
RuntimeFault

cloneVApp_Task

public ManagedObjectReference cloneVApp_Task(ManagedObjectReference _this,
                                             String name,
                                             ManagedObjectReference target,
                                             VAppCloneSpec spec)
                                      throws RemoteException,
                                             VmConfigFault,
                                             TaskInProgress,
                                             FileFault,
                                             InvalidState,
                                             InsufficientResourcesFault,
                                             MigrationFault,
                                             InvalidDatastore,
                                             RuntimeFault
Specified by:
cloneVApp_Task in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
InsufficientResourcesFault
MigrationFault
InvalidDatastore
RuntimeFault

exportVApp

public ManagedObjectReference exportVApp(ManagedObjectReference _this)
                                  throws RemoteException,
                                         TaskInProgress,
                                         FileFault,
                                         InvalidState,
                                         InvalidPowerState,
                                         RuntimeFault
Specified by:
exportVApp in interface VimService
Throws:
RemoteException
TaskInProgress
FileFault
InvalidState
InvalidPowerState
RuntimeFault

powerOnVApp

public void powerOnVApp(ManagedObjectReference _this)
                 throws RemoteException,
                        VAppConfigFault,
                        VmConfigFault,
                        TaskInProgress,
                        FileFault,
                        InvalidState,
                        InsufficientResourcesFault,
                        RuntimeFault
Specified by:
powerOnVApp in interface VimService
Throws:
RemoteException
VAppConfigFault
VmConfigFault
TaskInProgress
FileFault
InvalidState
InsufficientResourcesFault
RuntimeFault

powerOnVApp_Task

public ManagedObjectReference powerOnVApp_Task(ManagedObjectReference _this)
                                        throws RemoteException,
                                               VAppConfigFault,
                                               VmConfigFault,
                                               TaskInProgress,
                                               FileFault,
                                               InvalidState,
                                               InsufficientResourcesFault,
                                               RuntimeFault
Specified by:
powerOnVApp_Task in interface VimService
Throws:
RemoteException
VAppConfigFault
VmConfigFault
TaskInProgress
FileFault
InvalidState
InsufficientResourcesFault
RuntimeFault

powerOffVApp

public void powerOffVApp(ManagedObjectReference _this,
                         Boolean force)
                  throws RemoteException,
                         VAppConfigFault,
                         TaskInProgress,
                         InvalidState,
                         RuntimeFault
Specified by:
powerOffVApp in interface VimService
Throws:
RemoteException
VAppConfigFault
TaskInProgress
InvalidState
RuntimeFault

powerOffVApp_Task

public ManagedObjectReference powerOffVApp_Task(ManagedObjectReference _this,
                                                Boolean force)
                                         throws RemoteException,
                                                VAppConfigFault,
                                                TaskInProgress,
                                                InvalidState,
                                                RuntimeFault
Specified by:
powerOffVApp_Task in interface VimService
Throws:
RemoteException
VAppConfigFault
TaskInProgress
InvalidState
RuntimeFault

unregisterVApp

public void unregisterVApp(ManagedObjectReference _this)
                    throws RemoteException,
                           InvalidState,
                           ConcurrentAccess,
                           RuntimeFault
Specified by:
unregisterVApp in interface VimService
Throws:
RemoteException
InvalidState
ConcurrentAccess
RuntimeFault

unregisterVApp_Task

public ManagedObjectReference unregisterVApp_Task(ManagedObjectReference _this)
                                           throws RemoteException,
                                                  InvalidState,
                                                  ConcurrentAccess,
                                                  RuntimeFault
Specified by:
unregisterVApp_Task in interface VimService
Throws:
RemoteException
InvalidState
ConcurrentAccess
RuntimeFault

createVirtualDisk

public String createVirtualDisk(ManagedObjectReference _this,
                                String name,
                                ManagedObjectReference datacenter,
                                VirtualDiskSpec spec)
                         throws RemoteException,
                                FileFault,
                                RuntimeFault
Specified by:
createVirtualDisk in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

createVirtualDisk_Task

public ManagedObjectReference createVirtualDisk_Task(ManagedObjectReference _this,
                                                     String name,
                                                     ManagedObjectReference datacenter,
                                                     VirtualDiskSpec spec)
                                              throws RemoteException,
                                                     FileFault,
                                                     RuntimeFault
Specified by:
createVirtualDisk_Task in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

deleteVirtualDisk

public void deleteVirtualDisk(ManagedObjectReference _this,
                              String name,
                              ManagedObjectReference datacenter)
                       throws RemoteException,
                              FileFault,
                              RuntimeFault
Specified by:
deleteVirtualDisk in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

deleteVirtualDisk_Task

public ManagedObjectReference deleteVirtualDisk_Task(ManagedObjectReference _this,
                                                     String name,
                                                     ManagedObjectReference datacenter)
                                              throws RemoteException,
                                                     FileFault,
                                                     RuntimeFault
Specified by:
deleteVirtualDisk_Task in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

moveVirtualDisk

public String moveVirtualDisk(ManagedObjectReference _this,
                              String sourceName,
                              ManagedObjectReference sourceDatacenter,
                              String destName,
                              ManagedObjectReference destDatacenter,
                              Boolean force)
                       throws RemoteException,
                              FileFault,
                              RuntimeFault
Specified by:
moveVirtualDisk in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

moveVirtualDisk_Task

public ManagedObjectReference moveVirtualDisk_Task(ManagedObjectReference _this,
                                                   String sourceName,
                                                   ManagedObjectReference sourceDatacenter,
                                                   String destName,
                                                   ManagedObjectReference destDatacenter,
                                                   Boolean force)
                                            throws RemoteException,
                                                   FileFault,
                                                   RuntimeFault
Specified by:
moveVirtualDisk_Task in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

copyVirtualDisk

public String copyVirtualDisk(ManagedObjectReference _this,
                              String sourceName,
                              ManagedObjectReference sourceDatacenter,
                              String destName,
                              ManagedObjectReference destDatacenter,
                              VirtualDiskSpec destSpec,
                              Boolean force)
                       throws RemoteException,
                              FileFault,
                              RuntimeFault
Specified by:
copyVirtualDisk in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

copyVirtualDisk_Task

public ManagedObjectReference copyVirtualDisk_Task(ManagedObjectReference _this,
                                                   String sourceName,
                                                   ManagedObjectReference sourceDatacenter,
                                                   String destName,
                                                   ManagedObjectReference destDatacenter,
                                                   VirtualDiskSpec destSpec,
                                                   Boolean force)
                                            throws RemoteException,
                                                   FileFault,
                                                   RuntimeFault
Specified by:
copyVirtualDisk_Task in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

extendVirtualDisk

public void extendVirtualDisk(ManagedObjectReference _this,
                              String name,
                              ManagedObjectReference datacenter,
                              Long newCapacityKb,
                              Boolean eagerZero)
                       throws RemoteException,
                              FileFault,
                              RuntimeFault
Specified by:
extendVirtualDisk in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

extendVirtualDisk_Task

public ManagedObjectReference extendVirtualDisk_Task(ManagedObjectReference _this,
                                                     String name,
                                                     ManagedObjectReference datacenter,
                                                     Long newCapacityKb,
                                                     Boolean eagerZero)
                                              throws RemoteException,
                                                     FileFault,
                                                     RuntimeFault
Specified by:
extendVirtualDisk_Task in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

queryVirtualDiskFragmentation

public Integer queryVirtualDiskFragmentation(ManagedObjectReference _this,
                                             String name,
                                             ManagedObjectReference datacenter)
                                      throws RemoteException,
                                             FileFault,
                                             RuntimeFault
Specified by:
queryVirtualDiskFragmentation in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

defragmentVirtualDisk

public void defragmentVirtualDisk(ManagedObjectReference _this,
                                  String name,
                                  ManagedObjectReference datacenter)
                           throws RemoteException,
                                  FileFault,
                                  RuntimeFault
Specified by:
defragmentVirtualDisk in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

defragmentVirtualDisk_Task

public ManagedObjectReference defragmentVirtualDisk_Task(ManagedObjectReference _this,
                                                         String name,
                                                         ManagedObjectReference datacenter)
                                                  throws RemoteException,
                                                         FileFault,
                                                         RuntimeFault
Specified by:
defragmentVirtualDisk_Task in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

shrinkVirtualDisk

public void shrinkVirtualDisk(ManagedObjectReference _this,
                              String name,
                              ManagedObjectReference datacenter,
                              Boolean copy)
                       throws RemoteException,
                              FileFault,
                              RuntimeFault
Specified by:
shrinkVirtualDisk in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

shrinkVirtualDisk_Task

public ManagedObjectReference shrinkVirtualDisk_Task(ManagedObjectReference _this,
                                                     String name,
                                                     ManagedObjectReference datacenter,
                                                     Boolean copy)
                                              throws RemoteException,
                                                     FileFault,
                                                     RuntimeFault
Specified by:
shrinkVirtualDisk_Task in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

inflateVirtualDisk

public void inflateVirtualDisk(ManagedObjectReference _this,
                               String name,
                               ManagedObjectReference datacenter)
                        throws RemoteException,
                               FileFault,
                               RuntimeFault
Specified by:
inflateVirtualDisk in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

inflateVirtualDisk_Task

public ManagedObjectReference inflateVirtualDisk_Task(ManagedObjectReference _this,
                                                      String name,
                                                      ManagedObjectReference datacenter)
                                               throws RemoteException,
                                                      FileFault,
                                                      RuntimeFault
Specified by:
inflateVirtualDisk_Task in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

eagerZeroVirtualDisk

public void eagerZeroVirtualDisk(ManagedObjectReference _this,
                                 String name,
                                 ManagedObjectReference datacenter)
                          throws RemoteException,
                                 FileFault,
                                 RuntimeFault
Specified by:
eagerZeroVirtualDisk in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

eagerZeroVirtualDisk_Task

public ManagedObjectReference eagerZeroVirtualDisk_Task(ManagedObjectReference _this,
                                                        String name,
                                                        ManagedObjectReference datacenter)
                                                 throws RemoteException,
                                                        FileFault,
                                                        RuntimeFault
Specified by:
eagerZeroVirtualDisk_Task in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

zeroFillVirtualDisk

public void zeroFillVirtualDisk(ManagedObjectReference _this,
                                String name,
                                ManagedObjectReference datacenter)
                         throws RemoteException,
                                FileFault,
                                RuntimeFault
Specified by:
zeroFillVirtualDisk in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

zeroFillVirtualDisk_Task

public ManagedObjectReference zeroFillVirtualDisk_Task(ManagedObjectReference _this,
                                                       String name,
                                                       ManagedObjectReference datacenter)
                                                throws RemoteException,
                                                       FileFault,
                                                       RuntimeFault
Specified by:
zeroFillVirtualDisk_Task in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

setVirtualDiskUuid

public void setVirtualDiskUuid(ManagedObjectReference _this,
                               String name,
                               ManagedObjectReference datacenter,
                               String uuid)
                        throws RemoteException,
                               FileFault,
                               RuntimeFault
Specified by:
setVirtualDiskUuid in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

queryVirtualDiskUuid

public String queryVirtualDiskUuid(ManagedObjectReference _this,
                                   String name,
                                   ManagedObjectReference datacenter)
                            throws RemoteException,
                                   FileFault,
                                   RuntimeFault
Specified by:
queryVirtualDiskUuid in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

queryVirtualDiskGeometry

public HostDiskDimensionsChs queryVirtualDiskGeometry(ManagedObjectReference _this,
                                                      String name,
                                                      ManagedObjectReference datacenter)
                                               throws RemoteException,
                                                      FileFault,
                                                      RuntimeFault
Specified by:
queryVirtualDiskGeometry in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

reparentDisks

public void reparentDisks(ManagedObjectReference _this,
                          List<VirtualDiskManagerReparentSpec> reparentSpec)
                   throws RemoteException,
                          FileFault,
                          RuntimeFault
Specified by:
reparentDisks in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

reparentDisks_Task

public ManagedObjectReference reparentDisks_Task(ManagedObjectReference _this,
                                                 List<VirtualDiskManagerReparentSpec> reparentSpec)
                                          throws RemoteException,
                                                 FileFault,
                                                 RuntimeFault
Specified by:
reparentDisks_Task in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault

refreshStorageInfo

public void refreshStorageInfo(ManagedObjectReference _this)
                        throws RemoteException,
                               RuntimeFault
Specified by:
refreshStorageInfo in interface VimService
Throws:
RemoteException
RuntimeFault

retrieveBackupAgent

public ManagedObjectReference retrieveBackupAgent(ManagedObjectReference _this)
                                           throws RemoteException,
                                                  RuntimeFault
Specified by:
retrieveBackupAgent in interface VimService
Throws:
RemoteException
RuntimeFault

createSnapshot

public ManagedObjectReference createSnapshot(ManagedObjectReference _this,
                                             String name,
                                             String description,
                                             Boolean memory,
                                             Boolean quiesce)
                                      throws RemoteException,
                                             InvalidName,
                                             VmConfigFault,
                                             SnapshotFault,
                                             TaskInProgress,
                                             FileFault,
                                             InvalidState,
                                             RuntimeFault
Specified by:
createSnapshot in interface VimService
Throws:
RemoteException
InvalidName
VmConfigFault
SnapshotFault
TaskInProgress
FileFault
InvalidState
RuntimeFault

createSnapshot_Task

public ManagedObjectReference createSnapshot_Task(ManagedObjectReference _this,
                                                  String name,
                                                  String description,
                                                  Boolean memory,
                                                  Boolean quiesce)
                                           throws RemoteException,
                                                  InvalidName,
                                                  VmConfigFault,
                                                  SnapshotFault,
                                                  TaskInProgress,
                                                  FileFault,
                                                  InvalidState,
                                                  RuntimeFault
Specified by:
createSnapshot_Task in interface VimService
Throws:
RemoteException
InvalidName
VmConfigFault
SnapshotFault
TaskInProgress
FileFault
InvalidState
RuntimeFault

revertToCurrentSnapshot

public void revertToCurrentSnapshot(ManagedObjectReference _this,
                                    ManagedObjectReference host,
                                    Boolean suppressPowerOn)
                             throws RemoteException,
                                    VmConfigFault,
                                    SnapshotFault,
                                    TaskInProgress,
                                    InvalidState,
                                    InsufficientResourcesFault,
                                    RuntimeFault,
                                    NotFound
Specified by:
revertToCurrentSnapshot in interface VimService
Throws:
RemoteException
VmConfigFault
SnapshotFault
TaskInProgress
InvalidState
InsufficientResourcesFault
RuntimeFault
NotFound

revertToCurrentSnapshot_Task

public ManagedObjectReference revertToCurrentSnapshot_Task(ManagedObjectReference _this,
                                                           ManagedObjectReference host,
                                                           Boolean suppressPowerOn)
                                                    throws RemoteException,
                                                           VmConfigFault,
                                                           SnapshotFault,
                                                           TaskInProgress,
                                                           InvalidState,
                                                           InsufficientResourcesFault,
                                                           RuntimeFault,
                                                           NotFound
Specified by:
revertToCurrentSnapshot_Task in interface VimService
Throws:
RemoteException
VmConfigFault
SnapshotFault
TaskInProgress
InvalidState
InsufficientResourcesFault
RuntimeFault
NotFound

removeAllSnapshots

public void removeAllSnapshots(ManagedObjectReference _this)
                        throws RemoteException,
                               SnapshotFault,
                               TaskInProgress,
                               InvalidState,
                               RuntimeFault
Specified by:
removeAllSnapshots in interface VimService
Throws:
RemoteException
SnapshotFault
TaskInProgress
InvalidState
RuntimeFault

removeAllSnapshots_Task

public ManagedObjectReference removeAllSnapshots_Task(ManagedObjectReference _this)
                                               throws RemoteException,
                                                      SnapshotFault,
                                                      TaskInProgress,
                                                      InvalidState,
                                                      RuntimeFault
Specified by:
removeAllSnapshots_Task in interface VimService
Throws:
RemoteException
SnapshotFault
TaskInProgress
InvalidState
RuntimeFault

reconfigVM

public void reconfigVM(ManagedObjectReference _this,
                       VirtualMachineConfigSpec spec)
                throws RemoteException,
                       InvalidName,
                       VmConfigFault,
                       DuplicateName,
                       TaskInProgress,
                       FileFault,
                       InvalidState,
                       ConcurrentAccess,
                       InvalidDatastore,
                       InsufficientResourcesFault,
                       RuntimeFault
Specified by:
reconfigVM in interface VimService
Throws:
RemoteException
InvalidName
VmConfigFault
DuplicateName
TaskInProgress
FileFault
InvalidState
ConcurrentAccess
InvalidDatastore
InsufficientResourcesFault
RuntimeFault

reconfigVM_Task

public ManagedObjectReference reconfigVM_Task(ManagedObjectReference _this,
                                              VirtualMachineConfigSpec spec)
                                       throws RemoteException,
                                              InvalidName,
                                              VmConfigFault,
                                              DuplicateName,
                                              TaskInProgress,
                                              FileFault,
                                              InvalidState,
                                              ConcurrentAccess,
                                              InvalidDatastore,
                                              InsufficientResourcesFault,
                                              RuntimeFault
Specified by:
reconfigVM_Task in interface VimService
Throws:
RemoteException
InvalidName
VmConfigFault
DuplicateName
TaskInProgress
FileFault
InvalidState
ConcurrentAccess
InvalidDatastore
InsufficientResourcesFault
RuntimeFault

upgradeVM

public void upgradeVM(ManagedObjectReference _this,
                      String version)
               throws RemoteException,
                      TaskInProgress,
                      InvalidState,
                      AlreadyUpgraded,
                      RuntimeFault,
                      NoDiskFound
Specified by:
upgradeVM in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
AlreadyUpgraded
RuntimeFault
NoDiskFound

upgradeVM_Task

public ManagedObjectReference upgradeVM_Task(ManagedObjectReference _this,
                                             String version)
                                      throws RemoteException,
                                             TaskInProgress,
                                             InvalidState,
                                             AlreadyUpgraded,
                                             RuntimeFault,
                                             NoDiskFound
Specified by:
upgradeVM_Task in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
AlreadyUpgraded
RuntimeFault
NoDiskFound

extractOvfEnvironment

public String extractOvfEnvironment(ManagedObjectReference _this)
                             throws RemoteException,
                                    InvalidState,
                                    RuntimeFault
Specified by:
extractOvfEnvironment in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

powerOnVM

public void powerOnVM(ManagedObjectReference _this,
                      ManagedObjectReference host)
               throws RemoteException,
                      VmConfigFault,
                      TaskInProgress,
                      FileFault,
                      InvalidState,
                      InsufficientResourcesFault,
                      RuntimeFault
Specified by:
powerOnVM in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
InsufficientResourcesFault
RuntimeFault

powerOnVM_Task

public ManagedObjectReference powerOnVM_Task(ManagedObjectReference _this,
                                             ManagedObjectReference host)
                                      throws RemoteException,
                                             VmConfigFault,
                                             TaskInProgress,
                                             FileFault,
                                             InvalidState,
                                             InsufficientResourcesFault,
                                             RuntimeFault
Specified by:
powerOnVM_Task in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
InsufficientResourcesFault
RuntimeFault

powerOffVM

public void powerOffVM(ManagedObjectReference _this)
                throws RemoteException,
                       TaskInProgress,
                       InvalidState,
                       RuntimeFault
Specified by:
powerOffVM in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
RuntimeFault

powerOffVM_Task

public ManagedObjectReference powerOffVM_Task(ManagedObjectReference _this)
                                       throws RemoteException,
                                              TaskInProgress,
                                              InvalidState,
                                              RuntimeFault
Specified by:
powerOffVM_Task in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
RuntimeFault

suspendVM

public void suspendVM(ManagedObjectReference _this)
               throws RemoteException,
                      TaskInProgress,
                      InvalidState,
                      RuntimeFault
Specified by:
suspendVM in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
RuntimeFault

suspendVM_Task

public ManagedObjectReference suspendVM_Task(ManagedObjectReference _this)
                                      throws RemoteException,
                                             TaskInProgress,
                                             InvalidState,
                                             RuntimeFault
Specified by:
suspendVM_Task in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
RuntimeFault

resetVM

public void resetVM(ManagedObjectReference _this)
             throws RemoteException,
                    TaskInProgress,
                    InvalidState,
                    RuntimeFault
Specified by:
resetVM in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
RuntimeFault

resetVM_Task

public ManagedObjectReference resetVM_Task(ManagedObjectReference _this)
                                    throws RemoteException,
                                           TaskInProgress,
                                           InvalidState,
                                           RuntimeFault
Specified by:
resetVM_Task in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
RuntimeFault

shutdownGuest

public void shutdownGuest(ManagedObjectReference _this)
                   throws RemoteException,
                          TaskInProgress,
                          InvalidState,
                          ToolsUnavailable,
                          RuntimeFault
Specified by:
shutdownGuest in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
ToolsUnavailable
RuntimeFault

rebootGuest

public void rebootGuest(ManagedObjectReference _this)
                 throws RemoteException,
                        TaskInProgress,
                        InvalidState,
                        ToolsUnavailable,
                        RuntimeFault
Specified by:
rebootGuest in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
ToolsUnavailable
RuntimeFault

standbyGuest

public void standbyGuest(ManagedObjectReference _this)
                  throws RemoteException,
                         TaskInProgress,
                         InvalidState,
                         ToolsUnavailable,
                         RuntimeFault
Specified by:
standbyGuest in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
ToolsUnavailable
RuntimeFault

answerVM

public void answerVM(ManagedObjectReference _this,
                     String questionId,
                     String answerChoice)
              throws RemoteException,
                     ConcurrentAccess,
                     RuntimeFault
Specified by:
answerVM in interface VimService
Throws:
RemoteException
ConcurrentAccess
RuntimeFault

customizeVM

public void customizeVM(ManagedObjectReference _this,
                        CustomizationSpec spec)
                 throws RemoteException,
                        CustomizationFault,
                        RuntimeFault
Specified by:
customizeVM in interface VimService
Throws:
RemoteException
CustomizationFault
RuntimeFault

customizeVM_Task

public ManagedObjectReference customizeVM_Task(ManagedObjectReference _this,
                                               CustomizationSpec spec)
                                        throws RemoteException,
                                               CustomizationFault,
                                               RuntimeFault
Specified by:
customizeVM_Task in interface VimService
Throws:
RemoteException
CustomizationFault
RuntimeFault

checkCustomizationSpec

public void checkCustomizationSpec(ManagedObjectReference _this,
                                   CustomizationSpec spec)
                            throws RemoteException,
                                   CustomizationFault,
                                   RuntimeFault
Specified by:
checkCustomizationSpec in interface VimService
Throws:
RemoteException
CustomizationFault
RuntimeFault

migrateVM

public void migrateVM(ManagedObjectReference _this,
                      ManagedObjectReference pool,
                      ManagedObjectReference host,
                      VirtualMachineMovePriority priority,
                      VirtualMachinePowerState state)
               throws RemoteException,
                      VmConfigFault,
                      Timedout,
                      FileFault,
                      InvalidState,
                      InsufficientResourcesFault,
                      MigrationFault,
                      RuntimeFault
Specified by:
migrateVM in interface VimService
Throws:
RemoteException
VmConfigFault
Timedout
FileFault
InvalidState
InsufficientResourcesFault
MigrationFault
RuntimeFault

migrateVM_Task

public ManagedObjectReference migrateVM_Task(ManagedObjectReference _this,
                                             ManagedObjectReference pool,
                                             ManagedObjectReference host,
                                             VirtualMachineMovePriority priority,
                                             VirtualMachinePowerState state)
                                      throws RemoteException,
                                             VmConfigFault,
                                             Timedout,
                                             FileFault,
                                             InvalidState,
                                             InsufficientResourcesFault,
                                             MigrationFault,
                                             RuntimeFault
Specified by:
migrateVM_Task in interface VimService
Throws:
RemoteException
VmConfigFault
Timedout
FileFault
InvalidState
InsufficientResourcesFault
MigrationFault
RuntimeFault

relocateVM

public void relocateVM(ManagedObjectReference _this,
                       VirtualMachineRelocateSpec spec,
                       VirtualMachineMovePriority priority)
                throws RemoteException,
                       VmConfigFault,
                       Timedout,
                       FileFault,
                       InvalidState,
                       InsufficientResourcesFault,
                       MigrationFault,
                       InvalidDatastore,
                       RuntimeFault
Specified by:
relocateVM in interface VimService
Throws:
RemoteException
VmConfigFault
Timedout
FileFault
InvalidState
InsufficientResourcesFault
MigrationFault
InvalidDatastore
RuntimeFault

relocateVM_Task

public ManagedObjectReference relocateVM_Task(ManagedObjectReference _this,
                                              VirtualMachineRelocateSpec spec,
                                              VirtualMachineMovePriority priority)
                                       throws RemoteException,
                                              VmConfigFault,
                                              Timedout,
                                              FileFault,
                                              InvalidState,
                                              InsufficientResourcesFault,
                                              MigrationFault,
                                              InvalidDatastore,
                                              RuntimeFault
Specified by:
relocateVM_Task in interface VimService
Throws:
RemoteException
VmConfigFault
Timedout
FileFault
InvalidState
InsufficientResourcesFault
MigrationFault
InvalidDatastore
RuntimeFault

cloneVM

public ManagedObjectReference cloneVM(ManagedObjectReference _this,
                                      ManagedObjectReference folder,
                                      String name,
                                      VirtualMachineCloneSpec spec)
                               throws RemoteException,
                                      VmConfigFault,
                                      TaskInProgress,
                                      CustomizationFault,
                                      FileFault,
                                      InvalidState,
                                      InsufficientResourcesFault,
                                      MigrationFault,
                                      InvalidDatastore,
                                      RuntimeFault
Specified by:
cloneVM in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
CustomizationFault
FileFault
InvalidState
InsufficientResourcesFault
MigrationFault
InvalidDatastore
RuntimeFault

cloneVM_Task

public ManagedObjectReference cloneVM_Task(ManagedObjectReference _this,
                                           ManagedObjectReference folder,
                                           String name,
                                           VirtualMachineCloneSpec spec)
                                    throws RemoteException,
                                           VmConfigFault,
                                           TaskInProgress,
                                           CustomizationFault,
                                           FileFault,
                                           InvalidState,
                                           InsufficientResourcesFault,
                                           MigrationFault,
                                           InvalidDatastore,
                                           RuntimeFault
Specified by:
cloneVM_Task in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
CustomizationFault
FileFault
InvalidState
InsufficientResourcesFault
MigrationFault
InvalidDatastore
RuntimeFault

exportVm

public ManagedObjectReference exportVm(ManagedObjectReference _this)
                                throws RemoteException,
                                       TaskInProgress,
                                       FileFault,
                                       InvalidState,
                                       InvalidPowerState,
                                       RuntimeFault
Specified by:
exportVm in interface VimService
Throws:
RemoteException
TaskInProgress
FileFault
InvalidState
InvalidPowerState
RuntimeFault

markAsTemplate

public void markAsTemplate(ManagedObjectReference _this)
                    throws RemoteException,
                           VmConfigFault,
                           FileFault,
                           InvalidState,
                           RuntimeFault
Specified by:
markAsTemplate in interface VimService
Throws:
RemoteException
VmConfigFault
FileFault
InvalidState
RuntimeFault

markAsVirtualMachine

public void markAsVirtualMachine(ManagedObjectReference _this,
                                 ManagedObjectReference pool,
                                 ManagedObjectReference host)
                          throws RemoteException,
                                 VmConfigFault,
                                 FileFault,
                                 InvalidState,
                                 InvalidDatastore,
                                 RuntimeFault
Specified by:
markAsVirtualMachine in interface VimService
Throws:
RemoteException
VmConfigFault
FileFault
InvalidState
InvalidDatastore
RuntimeFault

unregisterVM

public void unregisterVM(ManagedObjectReference _this)
                  throws RemoteException,
                         InvalidPowerState,
                         RuntimeFault
Specified by:
unregisterVM in interface VimService
Throws:
RemoteException
InvalidPowerState
RuntimeFault

resetGuestInformation

public void resetGuestInformation(ManagedObjectReference _this)
                           throws RemoteException,
                                  InvalidState,
                                  RuntimeFault
Specified by:
resetGuestInformation in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

mountToolsInstaller

public void mountToolsInstaller(ManagedObjectReference _this)
                         throws RemoteException,
                                VmConfigFault,
                                InvalidState,
                                RuntimeFault
Specified by:
mountToolsInstaller in interface VimService
Throws:
RemoteException
VmConfigFault
InvalidState
RuntimeFault

unmountToolsInstaller

public void unmountToolsInstaller(ManagedObjectReference _this)
                           throws RemoteException,
                                  VmConfigFault,
                                  InvalidState,
                                  RuntimeFault
Specified by:
unmountToolsInstaller in interface VimService
Throws:
RemoteException
VmConfigFault
InvalidState
RuntimeFault

upgradeTools

public void upgradeTools(ManagedObjectReference _this,
                         String installerOptions)
                  throws RemoteException,
                         VmConfigFault,
                         TaskInProgress,
                         VmToolsUpgradeFault,
                         InvalidState,
                         ToolsUnavailable,
                         RuntimeFault
Specified by:
upgradeTools in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
VmToolsUpgradeFault
InvalidState
ToolsUnavailable
RuntimeFault

upgradeTools_Task

public ManagedObjectReference upgradeTools_Task(ManagedObjectReference _this,
                                                String installerOptions)
                                         throws RemoteException,
                                                VmConfigFault,
                                                TaskInProgress,
                                                VmToolsUpgradeFault,
                                                InvalidState,
                                                ToolsUnavailable,
                                                RuntimeFault
Specified by:
upgradeTools_Task in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
VmToolsUpgradeFault
InvalidState
ToolsUnavailable
RuntimeFault

acquireMksTicket

public VirtualMachineMksTicket acquireMksTicket(ManagedObjectReference _this)
                                         throws RemoteException,
                                                RuntimeFault
Specified by:
acquireMksTicket in interface VimService
Throws:
RemoteException
RuntimeFault

setScreenResolution

public void setScreenResolution(ManagedObjectReference _this,
                                Integer width,
                                Integer height)
                         throws RemoteException,
                                InvalidState,
                                ToolsUnavailable,
                                RuntimeFault
Specified by:
setScreenResolution in interface VimService
Throws:
RemoteException
InvalidState
ToolsUnavailable
RuntimeFault

defragmentAllDisks

public void defragmentAllDisks(ManagedObjectReference _this)
                        throws RemoteException,
                               TaskInProgress,
                               FileFault,
                               InvalidState,
                               InvalidPowerState,
                               RuntimeFault
Specified by:
defragmentAllDisks in interface VimService
Throws:
RemoteException
TaskInProgress
FileFault
InvalidState
InvalidPowerState
RuntimeFault

createSecondaryVM

public FaultToleranceSecondaryOpResult createSecondaryVM(ManagedObjectReference _this,
                                                         ManagedObjectReference host)
                                                  throws RemoteException,
                                                         VmConfigFault,
                                                         TaskInProgress,
                                                         FileFault,
                                                         InvalidState,
                                                         VmFaultToleranceIssue,
                                                         InsufficientResourcesFault,
                                                         RuntimeFault
Specified by:
createSecondaryVM in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
VmFaultToleranceIssue
InsufficientResourcesFault
RuntimeFault

createSecondaryVM_Task

public ManagedObjectReference createSecondaryVM_Task(ManagedObjectReference _this,
                                                     ManagedObjectReference host)
                                              throws RemoteException,
                                                     VmConfigFault,
                                                     TaskInProgress,
                                                     FileFault,
                                                     InvalidState,
                                                     VmFaultToleranceIssue,
                                                     InsufficientResourcesFault,
                                                     RuntimeFault
Specified by:
createSecondaryVM_Task in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
VmFaultToleranceIssue
InsufficientResourcesFault
RuntimeFault

turnOffFaultToleranceForVM

public void turnOffFaultToleranceForVM(ManagedObjectReference _this)
                                throws RemoteException,
                                       TaskInProgress,
                                       InvalidState,
                                       VmFaultToleranceIssue,
                                       RuntimeFault
Specified by:
turnOffFaultToleranceForVM in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
VmFaultToleranceIssue
RuntimeFault

turnOffFaultToleranceForVM_Task

public ManagedObjectReference turnOffFaultToleranceForVM_Task(ManagedObjectReference _this)
                                                       throws RemoteException,
                                                              TaskInProgress,
                                                              InvalidState,
                                                              VmFaultToleranceIssue,
                                                              RuntimeFault
Specified by:
turnOffFaultToleranceForVM_Task in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
VmFaultToleranceIssue
RuntimeFault

makePrimaryVM

public void makePrimaryVM(ManagedObjectReference _this,
                          ManagedObjectReference vm)
                   throws RemoteException,
                          TaskInProgress,
                          InvalidState,
                          VmFaultToleranceIssue,
                          RuntimeFault
Specified by:
makePrimaryVM in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
VmFaultToleranceIssue
RuntimeFault

makePrimaryVM_Task

public ManagedObjectReference makePrimaryVM_Task(ManagedObjectReference _this,
                                                 ManagedObjectReference vm)
                                          throws RemoteException,
                                                 TaskInProgress,
                                                 InvalidState,
                                                 VmFaultToleranceIssue,
                                                 RuntimeFault
Specified by:
makePrimaryVM_Task in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
VmFaultToleranceIssue
RuntimeFault

terminateFaultTolerantVM

public void terminateFaultTolerantVM(ManagedObjectReference _this,
                                     ManagedObjectReference vm)
                              throws RemoteException,
                                     TaskInProgress,
                                     InvalidState,
                                     VmFaultToleranceIssue,
                                     RuntimeFault
Specified by:
terminateFaultTolerantVM in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
VmFaultToleranceIssue
RuntimeFault

terminateFaultTolerantVM_Task

public ManagedObjectReference terminateFaultTolerantVM_Task(ManagedObjectReference _this,
                                                            ManagedObjectReference vm)
                                                     throws RemoteException,
                                                            TaskInProgress,
                                                            InvalidState,
                                                            VmFaultToleranceIssue,
                                                            RuntimeFault
Specified by:
terminateFaultTolerantVM_Task in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
VmFaultToleranceIssue
RuntimeFault

disableSecondaryVM

public void disableSecondaryVM(ManagedObjectReference _this,
                               ManagedObjectReference vm)
                        throws RemoteException,
                               TaskInProgress,
                               InvalidState,
                               VmFaultToleranceIssue,
                               RuntimeFault
Specified by:
disableSecondaryVM in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
VmFaultToleranceIssue
RuntimeFault

disableSecondaryVM_Task

public ManagedObjectReference disableSecondaryVM_Task(ManagedObjectReference _this,
                                                      ManagedObjectReference vm)
                                               throws RemoteException,
                                                      TaskInProgress,
                                                      InvalidState,
                                                      VmFaultToleranceIssue,
                                                      RuntimeFault
Specified by:
disableSecondaryVM_Task in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
VmFaultToleranceIssue
RuntimeFault

enableSecondaryVM

public FaultToleranceSecondaryOpResult enableSecondaryVM(ManagedObjectReference _this,
                                                         ManagedObjectReference vm,
                                                         ManagedObjectReference host)
                                                  throws RemoteException,
                                                         VmConfigFault,
                                                         TaskInProgress,
                                                         InvalidState,
                                                         VmFaultToleranceIssue,
                                                         RuntimeFault
Specified by:
enableSecondaryVM in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
InvalidState
VmFaultToleranceIssue
RuntimeFault

enableSecondaryVM_Task

public ManagedObjectReference enableSecondaryVM_Task(ManagedObjectReference _this,
                                                     ManagedObjectReference vm,
                                                     ManagedObjectReference host)
                                              throws RemoteException,
                                                     VmConfigFault,
                                                     TaskInProgress,
                                                     InvalidState,
                                                     VmFaultToleranceIssue,
                                                     RuntimeFault
Specified by:
enableSecondaryVM_Task in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
InvalidState
VmFaultToleranceIssue
RuntimeFault

setDisplayTopology

public void setDisplayTopology(ManagedObjectReference _this,
                               List<VirtualMachineDisplayTopology> displays)
                        throws RemoteException,
                               InvalidState,
                               ToolsUnavailable,
                               RuntimeFault
Specified by:
setDisplayTopology in interface VimService
Throws:
RemoteException
InvalidState
ToolsUnavailable
RuntimeFault

startRecording

public ManagedObjectReference startRecording(ManagedObjectReference _this,
                                             String name,
                                             String description)
                                      throws RemoteException,
                                             InvalidName,
                                             VmConfigFault,
                                             SnapshotFault,
                                             TaskInProgress,
                                             HostIncompatibleForRecordReplay,
                                             RecordReplayDisabled,
                                             FileFault,
                                             InvalidState,
                                             InvalidPowerState,
                                             RuntimeFault
Specified by:
startRecording in interface VimService
Throws:
RemoteException
InvalidName
VmConfigFault
SnapshotFault
TaskInProgress
HostIncompatibleForRecordReplay
RecordReplayDisabled
FileFault
InvalidState
InvalidPowerState
RuntimeFault

startRecording_Task

public ManagedObjectReference startRecording_Task(ManagedObjectReference _this,
                                                  String name,
                                                  String description)
                                           throws RemoteException,
                                                  InvalidName,
                                                  VmConfigFault,
                                                  SnapshotFault,
                                                  TaskInProgress,
                                                  HostIncompatibleForRecordReplay,
                                                  RecordReplayDisabled,
                                                  FileFault,
                                                  InvalidState,
                                                  InvalidPowerState,
                                                  RuntimeFault
Specified by:
startRecording_Task in interface VimService
Throws:
RemoteException
InvalidName
VmConfigFault
SnapshotFault
TaskInProgress
HostIncompatibleForRecordReplay
RecordReplayDisabled
FileFault
InvalidState
InvalidPowerState
RuntimeFault

stopRecording

public void stopRecording(ManagedObjectReference _this)
                   throws RemoteException,
                          SnapshotFault,
                          TaskInProgress,
                          FileFault,
                          InvalidState,
                          InvalidPowerState,
                          RuntimeFault
Specified by:
stopRecording in interface VimService
Throws:
RemoteException
SnapshotFault
TaskInProgress
FileFault
InvalidState
InvalidPowerState
RuntimeFault

stopRecording_Task

public ManagedObjectReference stopRecording_Task(ManagedObjectReference _this)
                                          throws RemoteException,
                                                 SnapshotFault,
                                                 TaskInProgress,
                                                 FileFault,
                                                 InvalidState,
                                                 InvalidPowerState,
                                                 RuntimeFault
Specified by:
stopRecording_Task in interface VimService
Throws:
RemoteException
SnapshotFault
TaskInProgress
FileFault
InvalidState
InvalidPowerState
RuntimeFault

startReplaying

public void startReplaying(ManagedObjectReference _this,
                           ManagedObjectReference replaySnapshot)
                    throws RemoteException,
                           VmConfigFault,
                           SnapshotFault,
                           TaskInProgress,
                           HostIncompatibleForRecordReplay,
                           RecordReplayDisabled,
                           FileFault,
                           InvalidState,
                           InvalidPowerState,
                           RuntimeFault,
                           NotFound
Specified by:
startReplaying in interface VimService
Throws:
RemoteException
VmConfigFault
SnapshotFault
TaskInProgress
HostIncompatibleForRecordReplay
RecordReplayDisabled
FileFault
InvalidState
InvalidPowerState
RuntimeFault
NotFound

startReplaying_Task

public ManagedObjectReference startReplaying_Task(ManagedObjectReference _this,
                                                  ManagedObjectReference replaySnapshot)
                                           throws RemoteException,
                                                  VmConfigFault,
                                                  SnapshotFault,
                                                  TaskInProgress,
                                                  HostIncompatibleForRecordReplay,
                                                  RecordReplayDisabled,
                                                  FileFault,
                                                  InvalidState,
                                                  InvalidPowerState,
                                                  RuntimeFault,
                                                  NotFound
Specified by:
startReplaying_Task in interface VimService
Throws:
RemoteException
VmConfigFault
SnapshotFault
TaskInProgress
HostIncompatibleForRecordReplay
RecordReplayDisabled
FileFault
InvalidState
InvalidPowerState
RuntimeFault
NotFound

stopReplaying

public void stopReplaying(ManagedObjectReference _this)
                   throws RemoteException,
                          SnapshotFault,
                          TaskInProgress,
                          FileFault,
                          InvalidState,
                          InvalidPowerState,
                          RuntimeFault
Specified by:
stopReplaying in interface VimService
Throws:
RemoteException
SnapshotFault
TaskInProgress
FileFault
InvalidState
InvalidPowerState
RuntimeFault

stopReplaying_Task

public ManagedObjectReference stopReplaying_Task(ManagedObjectReference _this)
                                          throws RemoteException,
                                                 SnapshotFault,
                                                 TaskInProgress,
                                                 FileFault,
                                                 InvalidState,
                                                 InvalidPowerState,
                                                 RuntimeFault
Specified by:
stopReplaying_Task in interface VimService
Throws:
RemoteException
SnapshotFault
TaskInProgress
FileFault
InvalidState
InvalidPowerState
RuntimeFault

promoteDisks

public void promoteDisks(ManagedObjectReference _this,
                         Boolean unlink,
                         List<VirtualDisk> disks)
                  throws RemoteException,
                         TaskInProgress,
                         InvalidState,
                         InvalidPowerState,
                         RuntimeFault
Specified by:
promoteDisks in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
InvalidPowerState
RuntimeFault

promoteDisks_Task

public ManagedObjectReference promoteDisks_Task(ManagedObjectReference _this,
                                                Boolean unlink,
                                                List<VirtualDisk> disks)
                                         throws RemoteException,
                                                TaskInProgress,
                                                InvalidState,
                                                InvalidPowerState,
                                                RuntimeFault
Specified by:
promoteDisks_Task in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
InvalidPowerState
RuntimeFault

createScreenshot

public String createScreenshot(ManagedObjectReference _this)
                        throws RemoteException,
                               TaskInProgress,
                               FileFault,
                               InvalidState,
                               RuntimeFault
Specified by:
createScreenshot in interface VimService
Throws:
RemoteException
TaskInProgress
FileFault
InvalidState
RuntimeFault

createScreenshot_Task

public ManagedObjectReference createScreenshot_Task(ManagedObjectReference _this)
                                             throws RemoteException,
                                                    TaskInProgress,
                                                    FileFault,
                                                    InvalidState,
                                                    RuntimeFault
Specified by:
createScreenshot_Task in interface VimService
Throws:
RemoteException
TaskInProgress
FileFault
InvalidState
RuntimeFault

queryChangedDiskAreas

public DiskChangeInfo queryChangedDiskAreas(ManagedObjectReference _this,
                                            ManagedObjectReference snapshot,
                                            Integer deviceKey,
                                            Long startOffset,
                                            String changeId)
                                     throws RemoteException,
                                            FileFault,
                                            RuntimeFault,
                                            NotFound
Specified by:
queryChangedDiskAreas in interface VimService
Throws:
RemoteException
FileFault
RuntimeFault
NotFound

queryUnownedFiles

public List<String> queryUnownedFiles(ManagedObjectReference _this)
                               throws RemoteException,
                                      RuntimeFault
Specified by:
queryUnownedFiles in interface VimService
Throws:
RemoteException
RuntimeFault

removeAlarm

public void removeAlarm(ManagedObjectReference _this)
                 throws RemoteException,
                        RuntimeFault
Specified by:
removeAlarm in interface VimService
Throws:
RemoteException
RuntimeFault

reconfigureAlarm

public void reconfigureAlarm(ManagedObjectReference _this,
                             AlarmSpec spec)
                      throws RemoteException,
                             InvalidName,
                             DuplicateName,
                             RuntimeFault
Specified by:
reconfigureAlarm in interface VimService
Throws:
RemoteException
InvalidName
DuplicateName
RuntimeFault

createAlarm

public ManagedObjectReference createAlarm(ManagedObjectReference _this,
                                          ManagedObjectReference entity,
                                          AlarmSpec spec)
                                   throws RemoteException,
                                          InvalidName,
                                          DuplicateName,
                                          RuntimeFault
Specified by:
createAlarm in interface VimService
Throws:
RemoteException
InvalidName
DuplicateName
RuntimeFault

getAlarm

public List<ManagedObjectReference> getAlarm(ManagedObjectReference _this,
                                             ManagedObjectReference entity)
                                      throws RemoteException,
                                             RuntimeFault
Specified by:
getAlarm in interface VimService
Throws:
RemoteException
RuntimeFault

areAlarmActionsEnabled

public Boolean areAlarmActionsEnabled(ManagedObjectReference _this,
                                      ManagedObjectReference entity)
                               throws RemoteException,
                                      RuntimeFault
Specified by:
areAlarmActionsEnabled in interface VimService
Throws:
RemoteException
RuntimeFault

enableAlarmActions

public void enableAlarmActions(ManagedObjectReference _this,
                               ManagedObjectReference entity,
                               Boolean enabled)
                        throws RemoteException,
                               RuntimeFault
Specified by:
enableAlarmActions in interface VimService
Throws:
RemoteException
RuntimeFault

getAlarmState

public List<AlarmState> getAlarmState(ManagedObjectReference _this,
                                      ManagedObjectReference entity)
                               throws RemoteException,
                                      RuntimeFault
Specified by:
getAlarmState in interface VimService
Throws:
RemoteException
RuntimeFault

acknowledgeAlarm

public void acknowledgeAlarm(ManagedObjectReference _this,
                             ManagedObjectReference alarm,
                             ManagedObjectReference entity)
                      throws RemoteException,
                             RuntimeFault
Specified by:
acknowledgeAlarm in interface VimService
Throws:
RemoteException
RuntimeFault

setAlarmStatus

public void setAlarmStatus(ManagedObjectReference _this,
                           ManagedObjectReference alarm,
                           ManagedObjectReference entity,
                           ManagedEntityStatus status)
                    throws RemoteException,
                           RuntimeFault
Specified by:
setAlarmStatus in interface VimService
Throws:
RemoteException
RuntimeFault

configureEVC

public void configureEVC(ManagedObjectReference _this,
                         String evcModeKey)
                  throws RemoteException,
                         EVCConfigFault,
                         RuntimeFault
Specified by:
configureEVC in interface VimService
Throws:
RemoteException
EVCConfigFault
RuntimeFault

configureEVC_Task

public ManagedObjectReference configureEVC_Task(ManagedObjectReference _this,
                                                String evcModeKey)
                                         throws RemoteException,
                                                EVCConfigFault,
                                                RuntimeFault
Specified by:
configureEVC_Task in interface VimService
Throws:
RemoteException
EVCConfigFault
RuntimeFault

disableEVC

public void disableEVC(ManagedObjectReference _this)
                throws RemoteException,
                       RuntimeFault
Specified by:
disableEVC in interface VimService
Throws:
RemoteException
RuntimeFault

disableEVC_Task

public ManagedObjectReference disableEVC_Task(ManagedObjectReference _this)
                                       throws RemoteException,
                                              RuntimeFault
Specified by:
disableEVC_Task in interface VimService
Throws:
RemoteException
RuntimeFault

reconfigureDVPortgroup

public void reconfigureDVPortgroup(ManagedObjectReference _this,
                                   DVPortgroupConfigSpec spec)
                            throws RemoteException,
                                   InvalidName,
                                   DuplicateName,
                                   DvsFault,
                                   ConcurrentAccess,
                                   RuntimeFault
Specified by:
reconfigureDVPortgroup in interface VimService
Throws:
RemoteException
InvalidName
DuplicateName
DvsFault
ConcurrentAccess
RuntimeFault

reconfigureDVPortgroup_Task

public ManagedObjectReference reconfigureDVPortgroup_Task(ManagedObjectReference _this,
                                                          DVPortgroupConfigSpec spec)
                                                   throws RemoteException,
                                                          InvalidName,
                                                          DuplicateName,
                                                          DvsFault,
                                                          ConcurrentAccess,
                                                          RuntimeFault
Specified by:
reconfigureDVPortgroup_Task in interface VimService
Throws:
RemoteException
InvalidName
DuplicateName
DvsFault
ConcurrentAccess
RuntimeFault

queryAvailableDvsSpec

public List<DistributedVirtualSwitchProductSpec> queryAvailableDvsSpec(ManagedObjectReference _this)
                                                                throws RemoteException,
                                                                       RuntimeFault
Specified by:
queryAvailableDvsSpec in interface VimService
Throws:
RemoteException
RuntimeFault

queryCompatibleHostForNewDvs

public List<ManagedObjectReference> queryCompatibleHostForNewDvs(ManagedObjectReference _this,
                                                                 ManagedObjectReference container,
                                                                 Boolean recursive,
                                                                 DistributedVirtualSwitchProductSpec switchProductSpec)
                                                          throws RemoteException,
                                                                 RuntimeFault
Specified by:
queryCompatibleHostForNewDvs in interface VimService
Throws:
RemoteException
RuntimeFault

queryCompatibleHostForExistingDvs

public List<ManagedObjectReference> queryCompatibleHostForExistingDvs(ManagedObjectReference _this,
                                                                      ManagedObjectReference container,
                                                                      Boolean recursive,
                                                                      ManagedObjectReference dvs)
                                                               throws RemoteException,
                                                                      RuntimeFault
Specified by:
queryCompatibleHostForExistingDvs in interface VimService
Throws:
RemoteException
RuntimeFault

queryDvsCompatibleHostSpec

public List<DistributedVirtualSwitchHostProductSpec> queryDvsCompatibleHostSpec(ManagedObjectReference _this,
                                                                                DistributedVirtualSwitchProductSpec switchProductSpec)
                                                                         throws RemoteException,
                                                                                RuntimeFault
Specified by:
queryDvsCompatibleHostSpec in interface VimService
Throws:
RemoteException
RuntimeFault

queryDvsByUuid

public ManagedObjectReference queryDvsByUuid(ManagedObjectReference _this,
                                             String uuid)
                                      throws RemoteException,
                                             RuntimeFault,
                                             NotFound
Specified by:
queryDvsByUuid in interface VimService
Throws:
RemoteException
RuntimeFault
NotFound

queryDvsConfigTarget

public DVSManagerDvsConfigTarget queryDvsConfigTarget(ManagedObjectReference _this,
                                                      ManagedObjectReference host,
                                                      ManagedObjectReference dvs)
                                               throws RemoteException,
                                                      RuntimeFault
Specified by:
queryDvsConfigTarget in interface VimService
Throws:
RemoteException
RuntimeFault

hostDVSCreateDVS

public void hostDVSCreateDVS(ManagedObjectReference _this,
                             HostDVSCreateSpec spec)
                      throws RemoteException,
                             PlatformConfigFault,
                             DvsFault,
                             AlreadyExists,
                             RuntimeFault
Specified by:
hostDVSCreateDVS in interface VimService
Throws:
RemoteException
PlatformConfigFault
DvsFault
AlreadyExists
RuntimeFault

hostDVSRemoveDVS

public void hostDVSRemoveDVS(ManagedObjectReference _this,
                             String switchUuid)
                      throws RemoteException,
                             PlatformConfigFault,
                             DvsFault,
                             ResourceInUse,
                             RuntimeFault,
                             NotFound
Specified by:
hostDVSRemoveDVS in interface VimService
Throws:
RemoteException
PlatformConfigFault
DvsFault
ResourceInUse
RuntimeFault
NotFound

hostDVSReconfigure

public void hostDVSReconfigure(ManagedObjectReference _this,
                               HostDVSConfigSpec spec)
                        throws RemoteException,
                               PlatformConfigFault,
                               DvsFault,
                               RuntimeFault,
                               NotFound
Specified by:
hostDVSReconfigure in interface VimService
Throws:
RemoteException
PlatformConfigFault
DvsFault
RuntimeFault
NotFound

hostDVSUpdatePorts

public void hostDVSUpdatePorts(ManagedObjectReference _this,
                               String switchUuid,
                               List<HostDVSPortData> portData)
                        throws RemoteException,
                               PlatformConfigFault,
                               RuntimeFault,
                               NotFound,
                               LimitExceeded
Specified by:
hostDVSUpdatePorts in interface VimService
Throws:
RemoteException
PlatformConfigFault
RuntimeFault
NotFound
LimitExceeded

hostDVSDeletePorts

public void hostDVSDeletePorts(ManagedObjectReference _this,
                               String switchUuid,
                               List<HostDVSPortDeleteSpec> portSpec)
                        throws RemoteException,
                               PlatformConfigFault,
                               RuntimeFault,
                               NotFound
Specified by:
hostDVSDeletePorts in interface VimService
Throws:
RemoteException
PlatformConfigFault
RuntimeFault
NotFound

hostDVSGetPortState

public List<HostDVSPortData> hostDVSGetPortState(ManagedObjectReference _this,
                                                 String switchUuid,
                                                 List<String> portKeys)
                                          throws RemoteException,
                                                 PlatformConfigFault,
                                                 RuntimeFault,
                                                 NotFound
Specified by:
hostDVSGetPortState in interface VimService
Throws:
RemoteException
PlatformConfigFault
RuntimeFault
NotFound

hostDVSClonePort

public void hostDVSClonePort(ManagedObjectReference _this,
                             String switchUuid,
                             List<HostDVSPortCloneSpec> ports)
                      throws RemoteException,
                             PlatformConfigFault,
                             RuntimeFault,
                             NotFound
Specified by:
hostDVSClonePort in interface VimService
Throws:
RemoteException
PlatformConfigFault
RuntimeFault
NotFound

retrieveDvsConfigSpec

public HostDVSConfigSpec retrieveDvsConfigSpec(ManagedObjectReference _this,
                                               String switchUuid)
                                        throws RemoteException,
                                               PlatformConfigFault,
                                               DvsFault,
                                               RuntimeFault,
                                               NotFound
Specified by:
retrieveDvsConfigSpec in interface VimService
Throws:
RemoteException
PlatformConfigFault
DvsFault
RuntimeFault
NotFound

hostDVSUpdateDVPortgroups

public void hostDVSUpdateDVPortgroups(ManagedObjectReference _this,
                                      String switchUuid,
                                      List<HostDVPortgroupConfigSpec> configSpec)
                               throws RemoteException,
                                      PlatformConfigFault,
                                      DvsFault,
                                      RuntimeFault,
                                      NotFound
Specified by:
hostDVSUpdateDVPortgroups in interface VimService
Throws:
RemoteException
PlatformConfigFault
DvsFault
RuntimeFault
NotFound

retrieveDVPortgroup

public List<String> retrieveDVPortgroup(ManagedObjectReference _this,
                                        String switchUuid)
                                 throws RemoteException,
                                        PlatformConfigFault,
                                        RuntimeFault,
                                        NotFound
Specified by:
retrieveDVPortgroup in interface VimService
Throws:
RemoteException
PlatformConfigFault
RuntimeFault
NotFound

retrieveDVPortgroupConfigSpec

public List<HostDVPortgroupConfigSpec> retrieveDVPortgroupConfigSpec(ManagedObjectReference _this,
                                                                     String switchUuid,
                                                                     List<String> portgroupKey)
                                                              throws RemoteException,
                                                                     PlatformConfigFault,
                                                                     DvsFault,
                                                                     RuntimeFault,
                                                                     NotFound
Specified by:
retrieveDVPortgroupConfigSpec in interface VimService
Throws:
RemoteException
PlatformConfigFault
DvsFault
RuntimeFault
NotFound

loadDVPort

public void loadDVPort(ManagedObjectReference _this,
                       String switchUuid,
                       String portKey,
                       String filePath)
                throws RemoteException,
                       PlatformConfigFault,
                       DvsFault,
                       AlreadyExists,
                       RuntimeFault,
                       NotFound
Specified by:
loadDVPort in interface VimService
Throws:
RemoteException
PlatformConfigFault
DvsFault
AlreadyExists
RuntimeFault
NotFound

readNextEvents

public List<Event> readNextEvents(ManagedObjectReference _this,
                                  Integer maxCount)
                           throws RemoteException,
                                  RuntimeFault
Specified by:
readNextEvents in interface VimService
Throws:
RemoteException
RuntimeFault

readPreviousEvents

public List<Event> readPreviousEvents(ManagedObjectReference _this,
                                      Integer maxCount)
                               throws RemoteException,
                                      RuntimeFault
Specified by:
readPreviousEvents in interface VimService
Throws:
RemoteException
RuntimeFault

retrieveArgumentDescription

public List<EventArgDesc> retrieveArgumentDescription(ManagedObjectReference _this,
                                                      String eventTypeId)
                                               throws RemoteException,
                                                      RuntimeFault
Specified by:
retrieveArgumentDescription in interface VimService
Throws:
RemoteException
RuntimeFault

createCollectorForEvents

public ManagedObjectReference createCollectorForEvents(ManagedObjectReference _this,
                                                       EventFilterSpec filter)
                                                throws RemoteException,
                                                       InvalidState,
                                                       RuntimeFault
Specified by:
createCollectorForEvents in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

logUserEvent

public void logUserEvent(ManagedObjectReference _this,
                         ManagedObjectReference entity,
                         String msg)
                  throws RemoteException,
                         RuntimeFault
Specified by:
logUserEvent in interface VimService
Throws:
RemoteException
RuntimeFault

queryEvents

public List<Event> queryEvents(ManagedObjectReference _this,
                               EventFilterSpec filter)
                        throws RemoteException,
                               RuntimeFault
Specified by:
queryEvents in interface VimService
Throws:
RemoteException
RuntimeFault

postEvent

public void postEvent(ManagedObjectReference _this,
                      Event eventToPost,
                      TaskInfo taskInfo)
               throws RemoteException,
                      RuntimeFault,
                      InvalidEvent
Specified by:
postEvent in interface VimService
Throws:
RemoteException
RuntimeFault
InvalidEvent

queryLastEvent

public List<Event> queryLastEvent(ManagedObjectReference _this,
                                  LastEventFilterSpec filter)
                           throws RemoteException,
                                  RuntimeFault
Specified by:
queryLastEvent in interface VimService
Throws:
RemoteException
RuntimeFault

reconfigureAutostart

public void reconfigureAutostart(ManagedObjectReference _this,
                                 HostAutoStartManagerConfig spec)
                          throws RemoteException,
                                 RuntimeFault
Specified by:
reconfigureAutostart in interface VimService
Throws:
RemoteException
RuntimeFault

autoStartPowerOn

public void autoStartPowerOn(ManagedObjectReference _this)
                      throws RemoteException,
                             RuntimeFault
Specified by:
autoStartPowerOn in interface VimService
Throws:
RemoteException
RuntimeFault

autoStartPowerOff

public void autoStartPowerOff(ManagedObjectReference _this)
                       throws RemoteException,
                              RuntimeFault
Specified by:
autoStartPowerOff in interface VimService
Throws:
RemoteException
RuntimeFault

queryBootDevices

public HostBootDeviceInfo queryBootDevices(ManagedObjectReference _this)
                                    throws RemoteException,
                                           RuntimeFault
Specified by:
queryBootDevices in interface VimService
Throws:
RemoteException
RuntimeFault

updateBootDevice

public void updateBootDevice(ManagedObjectReference _this,
                             String key)
                      throws RemoteException,
                             RuntimeFault
Specified by:
updateBootDevice in interface VimService
Throws:
RemoteException
RuntimeFault

enableHyperThreading

public void enableHyperThreading(ManagedObjectReference _this)
                          throws RemoteException,
                                 RuntimeFault
Specified by:
enableHyperThreading in interface VimService
Throws:
RemoteException
RuntimeFault

disableHyperThreading

public void disableHyperThreading(ManagedObjectReference _this)
                           throws RemoteException,
                                  RuntimeFault
Specified by:
disableHyperThreading in interface VimService
Throws:
RemoteException
RuntimeFault

searchDatastore

public HostDatastoreBrowserSearchResults searchDatastore(ManagedObjectReference _this,
                                                         String datastorePath,
                                                         HostDatastoreBrowserSearchSpec searchSpec)
                                                  throws RemoteException,
                                                         FileFault,
                                                         InvalidDatastore,
                                                         RuntimeFault
Specified by:
searchDatastore in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault

searchDatastore_Task

public ManagedObjectReference searchDatastore_Task(ManagedObjectReference _this,
                                                   String datastorePath,
                                                   HostDatastoreBrowserSearchSpec searchSpec)
                                            throws RemoteException,
                                                   FileFault,
                                                   InvalidDatastore,
                                                   RuntimeFault
Specified by:
searchDatastore_Task in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault

searchDatastoreSubFolders

public List<HostDatastoreBrowserSearchResults> searchDatastoreSubFolders(ManagedObjectReference _this,
                                                                         String datastorePath,
                                                                         HostDatastoreBrowserSearchSpec searchSpec)
                                                                  throws RemoteException,
                                                                         FileFault,
                                                                         InvalidDatastore,
                                                                         RuntimeFault
Specified by:
searchDatastoreSubFolders in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault

searchDatastoreSubFolders_Task

public ManagedObjectReference searchDatastoreSubFolders_Task(ManagedObjectReference _this,
                                                             String datastorePath,
                                                             HostDatastoreBrowserSearchSpec searchSpec)
                                                      throws RemoteException,
                                                             FileFault,
                                                             InvalidDatastore,
                                                             RuntimeFault
Specified by:
searchDatastoreSubFolders_Task in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault

deleteFile

public void deleteFile(ManagedObjectReference _this,
                       String datastorePath)
                throws RemoteException,
                       FileFault,
                       InvalidDatastore,
                       RuntimeFault
Specified by:
deleteFile in interface VimService
Throws:
RemoteException
FileFault
InvalidDatastore
RuntimeFault

updateLocalSwapDatastore

public void updateLocalSwapDatastore(ManagedObjectReference _this,
                                     ManagedObjectReference datastore)
                              throws RemoteException,
                                     InaccessibleDatastore,
                                     RuntimeFault,
                                     DatastoreNotWritableOnHost
Specified by:
updateLocalSwapDatastore in interface VimService
Throws:
RemoteException
InaccessibleDatastore
RuntimeFault
DatastoreNotWritableOnHost

queryAvailableDisksForVmfs

public List<HostScsiDisk> queryAvailableDisksForVmfs(ManagedObjectReference _this,
                                                     ManagedObjectReference datastore)
                                              throws RemoteException,
                                                     HostConfigFault,
                                                     RuntimeFault,
                                                     NotFound
Specified by:
queryAvailableDisksForVmfs in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

queryVmfsDatastoreCreateOptions

public List<VmfsDatastoreOption> queryVmfsDatastoreCreateOptions(ManagedObjectReference _this,
                                                                 String devicePath)
                                                          throws RemoteException,
                                                                 HostConfigFault,
                                                                 RuntimeFault,
                                                                 NotFound
Specified by:
queryVmfsDatastoreCreateOptions in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

createVmfsDatastore

public ManagedObjectReference createVmfsDatastore(ManagedObjectReference _this,
                                                  VmfsDatastoreCreateSpec spec)
                                           throws RemoteException,
                                                  HostConfigFault,
                                                  DuplicateName,
                                                  RuntimeFault
Specified by:
createVmfsDatastore in interface VimService
Throws:
RemoteException
HostConfigFault
DuplicateName
RuntimeFault

queryVmfsDatastoreExtendOptions

public List<VmfsDatastoreOption> queryVmfsDatastoreExtendOptions(ManagedObjectReference _this,
                                                                 ManagedObjectReference datastore,
                                                                 String devicePath,
                                                                 Boolean suppressExpandCandidates)
                                                          throws RemoteException,
                                                                 HostConfigFault,
                                                                 RuntimeFault,
                                                                 NotFound
Specified by:
queryVmfsDatastoreExtendOptions in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

queryVmfsDatastoreExpandOptions

public List<VmfsDatastoreOption> queryVmfsDatastoreExpandOptions(ManagedObjectReference _this,
                                                                 ManagedObjectReference datastore)
                                                          throws RemoteException,
                                                                 HostConfigFault,
                                                                 RuntimeFault,
                                                                 NotFound
Specified by:
queryVmfsDatastoreExpandOptions in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

extendVmfsDatastore

public ManagedObjectReference extendVmfsDatastore(ManagedObjectReference _this,
                                                  ManagedObjectReference datastore,
                                                  VmfsDatastoreExtendSpec spec)
                                           throws RemoteException,
                                                  HostConfigFault,
                                                  RuntimeFault,
                                                  NotFound
Specified by:
extendVmfsDatastore in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

expandVmfsDatastore

public ManagedObjectReference expandVmfsDatastore(ManagedObjectReference _this,
                                                  ManagedObjectReference datastore,
                                                  VmfsDatastoreExpandSpec spec)
                                           throws RemoteException,
                                                  HostConfigFault,
                                                  RuntimeFault,
                                                  NotFound
Specified by:
expandVmfsDatastore in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

createNasDatastore

public ManagedObjectReference createNasDatastore(ManagedObjectReference _this,
                                                 HostNasVolumeSpec spec)
                                          throws RemoteException,
                                                 HostConfigFault,
                                                 DuplicateName,
                                                 AlreadyExists,
                                                 RuntimeFault
Specified by:
createNasDatastore in interface VimService
Throws:
RemoteException
HostConfigFault
DuplicateName
AlreadyExists
RuntimeFault

createLocalDatastore

public ManagedObjectReference createLocalDatastore(ManagedObjectReference _this,
                                                   String name,
                                                   String path)
                                            throws RemoteException,
                                                   HostConfigFault,
                                                   InvalidName,
                                                   DuplicateName,
                                                   FileNotFound,
                                                   RuntimeFault
Specified by:
createLocalDatastore in interface VimService
Throws:
RemoteException
HostConfigFault
InvalidName
DuplicateName
FileNotFound
RuntimeFault

removeDatastore

public void removeDatastore(ManagedObjectReference _this,
                            ManagedObjectReference datastore)
                     throws RemoteException,
                            HostConfigFault,
                            ResourceInUse,
                            RuntimeFault,
                            NotFound
Specified by:
removeDatastore in interface VimService
Throws:
RemoteException
HostConfigFault
ResourceInUse
RuntimeFault
NotFound

configureDatastorePrincipal

public void configureDatastorePrincipal(ManagedObjectReference _this,
                                        String userName,
                                        String password)
                                 throws RemoteException,
                                        HostConfigFault,
                                        InvalidState,
                                        RuntimeFault
Specified by:
configureDatastorePrincipal in interface VimService
Throws:
RemoteException
HostConfigFault
InvalidState
RuntimeFault

queryUnresolvedVmfsVolumes

public List<HostUnresolvedVmfsVolume> queryUnresolvedVmfsVolumes(ManagedObjectReference _this)
                                                          throws RemoteException,
                                                                 RuntimeFault
Specified by:
queryUnresolvedVmfsVolumes in interface VimService
Throws:
RemoteException
RuntimeFault

resignatureUnresolvedVmfsVolume

public HostResignatureRescanResult resignatureUnresolvedVmfsVolume(ManagedObjectReference _this,
                                                                   HostUnresolvedVmfsResignatureSpec resolutionSpec)
                                                            throws RemoteException,
                                                                   HostConfigFault,
                                                                   VmfsAmbiguousMount,
                                                                   RuntimeFault
Specified by:
resignatureUnresolvedVmfsVolume in interface VimService
Throws:
RemoteException
HostConfigFault
VmfsAmbiguousMount
RuntimeFault

resignatureUnresolvedVmfsVolume_Task

public ManagedObjectReference resignatureUnresolvedVmfsVolume_Task(ManagedObjectReference _this,
                                                                   HostUnresolvedVmfsResignatureSpec resolutionSpec)
                                                            throws RemoteException,
                                                                   HostConfigFault,
                                                                   VmfsAmbiguousMount,
                                                                   RuntimeFault
Specified by:
resignatureUnresolvedVmfsVolume_Task in interface VimService
Throws:
RemoteException
HostConfigFault
VmfsAmbiguousMount
RuntimeFault

updateDateTimeConfig

public void updateDateTimeConfig(ManagedObjectReference _this,
                                 HostDateTimeConfig config)
                          throws RemoteException,
                                 HostConfigFault,
                                 RuntimeFault
Specified by:
updateDateTimeConfig in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

queryAvailableTimeZones

public List<HostDateTimeSystemTimeZone> queryAvailableTimeZones(ManagedObjectReference _this)
                                                         throws RemoteException,
                                                                RuntimeFault
Specified by:
queryAvailableTimeZones in interface VimService
Throws:
RemoteException
RuntimeFault

queryDateTime

public Calendar queryDateTime(ManagedObjectReference _this)
                       throws RemoteException,
                              RuntimeFault
Specified by:
queryDateTime in interface VimService
Throws:
RemoteException
RuntimeFault

updateDateTime

public void updateDateTime(ManagedObjectReference _this,
                           Calendar dateTime)
                    throws RemoteException,
                           HostConfigFault,
                           RuntimeFault
Specified by:
updateDateTime in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

refreshDateTimeSystem

public void refreshDateTimeSystem(ManagedObjectReference _this)
                           throws RemoteException,
                                  RuntimeFault
Specified by:
refreshDateTimeSystem in interface VimService
Throws:
RemoteException
RuntimeFault

queryAvailablePartition

public List<HostDiagnosticPartition> queryAvailablePartition(ManagedObjectReference _this)
                                                      throws RemoteException,
                                                             HostConfigFault,
                                                             RuntimeFault
Specified by:
queryAvailablePartition in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

selectActivePartition

public void selectActivePartition(ManagedObjectReference _this,
                                  HostScsiDiskPartition partition)
                           throws RemoteException,
                                  HostConfigFault,
                                  RuntimeFault,
                                  NotFound
Specified by:
selectActivePartition in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

queryPartitionCreateOptions

public List<HostDiagnosticPartitionCreateOption> queryPartitionCreateOptions(ManagedObjectReference _this,
                                                                             String storageType,
                                                                             String diagnosticType)
                                                                      throws RemoteException,
                                                                             HostConfigFault,
                                                                             RuntimeFault
Specified by:
queryPartitionCreateOptions in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

queryPartitionCreateDesc

public HostDiagnosticPartitionCreateDescription queryPartitionCreateDesc(ManagedObjectReference _this,
                                                                         String diskUuid,
                                                                         String diagnosticType)
                                                                  throws RemoteException,
                                                                         HostConfigFault,
                                                                         RuntimeFault,
                                                                         NotFound
Specified by:
queryPartitionCreateDesc in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

createDiagnosticPartition

public void createDiagnosticPartition(ManagedObjectReference _this,
                                      HostDiagnosticPartitionCreateSpec spec)
                               throws RemoteException,
                                      HostConfigFault,
                                      RuntimeFault,
                                      NotFound
Specified by:
createDiagnosticPartition in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

renewLease

public void renewLease(ManagedObjectReference _this)
                throws RemoteException,
                       RuntimeFault
Specified by:
renewLease in interface VimService
Throws:
RemoteException
RuntimeFault

releaseLease

public void releaseLease(ManagedObjectReference _this)
                  throws RemoteException,
                         RuntimeFault
Specified by:
releaseLease in interface VimService
Throws:
RemoteException
RuntimeFault

leaseAllocateBlocks

public HostDiskBlockInfo leaseAllocateBlocks(ManagedObjectReference _this,
                                             Long startBlock,
                                             Long numBlocks,
                                             Boolean assureValid)
                                      throws RemoteException,
                                             NoDiskSpace,
                                             ConcurrentAccess,
                                             RuntimeFault
Specified by:
leaseAllocateBlocks in interface VimService
Throws:
RemoteException
NoDiskSpace
ConcurrentAccess
RuntimeFault

leaseClearLazyZero

public void leaseClearLazyZero(ManagedObjectReference _this,
                               Long startBlock,
                               Long numBlocks,
                               Boolean fillZero)
                        throws RemoteException,
                               NoPermission,
                               RuntimeFault
Specified by:
leaseClearLazyZero in interface VimService
Throws:
RemoteException
NoPermission
RuntimeFault

leaseMapDiskRegion

public HostDiskBlockInfo leaseMapDiskRegion(ManagedObjectReference _this,
                                            Long mapStart,
                                            Long mapLength)
                                     throws RemoteException,
                                            OutOfBounds,
                                            RuntimeFault
Specified by:
leaseMapDiskRegion in interface VimService
Throws:
RemoteException
OutOfBounds
RuntimeFault

acquireLease

public HostDiskManagerLeaseInfo acquireLease(ManagedObjectReference _this,
                                             ManagedObjectReference snapshot,
                                             String diskPath)
                                      throws RemoteException,
                                             LeaseFault,
                                             RuntimeFault
Specified by:
acquireLease in interface VimService
Throws:
RemoteException
LeaseFault
RuntimeFault

acquireLeaseExt

public HostDiskManagerLeaseInfo acquireLeaseExt(ManagedObjectReference _this,
                                                ManagedObjectReference snapshot,
                                                String diskPath,
                                                Boolean readOnly)
                                         throws RemoteException,
                                                LeaseFault,
                                                InvalidDiskFormat,
                                                RuntimeFault
Specified by:
acquireLeaseExt in interface VimService
Throws:
RemoteException
LeaseFault
InvalidDiskFormat
RuntimeFault

renewAllLeases

public void renewAllLeases(ManagedObjectReference _this)
                    throws RemoteException,
                           Timedout,
                           InvalidState,
                           RuntimeFault
Specified by:
renewAllLeases in interface VimService
Throws:
RemoteException
Timedout
InvalidState
RuntimeFault

FTManagerRegisterSecondaryVM

public void FTManagerRegisterSecondaryVM(ManagedObjectReference _this,
                                         ManagedObjectReference primary,
                                         String instanceUuid,
                                         String cfgPath,
                                         String host)
                                  throws RemoteException,
                                         VmConfigFault,
                                         TaskInProgress,
                                         FileFault,
                                         InvalidState,
                                         VmFaultToleranceIssue,
                                         RuntimeFault,
                                         NotFound
Specified by:
FTManagerRegisterSecondaryVM in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
VmFaultToleranceIssue
RuntimeFault
NotFound

FTManagerRegisterSecondaryVM_Task

public ManagedObjectReference FTManagerRegisterSecondaryVM_Task(ManagedObjectReference _this,
                                                                ManagedObjectReference primary,
                                                                String instanceUuid,
                                                                String cfgPath,
                                                                String host)
                                                         throws RemoteException,
                                                                VmConfigFault,
                                                                TaskInProgress,
                                                                FileFault,
                                                                InvalidState,
                                                                VmFaultToleranceIssue,
                                                                RuntimeFault,
                                                                NotFound
Specified by:
FTManagerRegisterSecondaryVM_Task in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
VmFaultToleranceIssue
RuntimeFault
NotFound

FTManagerUnregisterSecondaryVM

public void FTManagerUnregisterSecondaryVM(ManagedObjectReference _this,
                                           ManagedObjectReference primary,
                                           String instanceUuid)
                                    throws RemoteException,
                                           TaskInProgress,
                                           FileFault,
                                           InvalidState,
                                           VmFaultToleranceIssue,
                                           RuntimeFault,
                                           NotFound
Specified by:
FTManagerUnregisterSecondaryVM in interface VimService
Throws:
RemoteException
TaskInProgress
FileFault
InvalidState
VmFaultToleranceIssue
RuntimeFault
NotFound

FTManagerUnregisterSecondaryVM_Task

public ManagedObjectReference FTManagerUnregisterSecondaryVM_Task(ManagedObjectReference _this,
                                                                  ManagedObjectReference primary,
                                                                  String instanceUuid)
                                                           throws RemoteException,
                                                                  TaskInProgress,
                                                                  FileFault,
                                                                  InvalidState,
                                                                  VmFaultToleranceIssue,
                                                                  RuntimeFault,
                                                                  NotFound
Specified by:
FTManagerUnregisterSecondaryVM_Task in interface VimService
Throws:
RemoteException
TaskInProgress
FileFault
InvalidState
VmFaultToleranceIssue
RuntimeFault
NotFound

FTManagerMakePrimaryVM

public void FTManagerMakePrimaryVM(ManagedObjectReference _this,
                                   ManagedObjectReference primary,
                                   String instanceUuid)
                            throws RemoteException,
                                   TaskInProgress,
                                   FileFault,
                                   InvalidState,
                                   VmFaultToleranceIssue,
                                   RuntimeFault,
                                   NotFound
Specified by:
FTManagerMakePrimaryVM in interface VimService
Throws:
RemoteException
TaskInProgress
FileFault
InvalidState
VmFaultToleranceIssue
RuntimeFault
NotFound

FTManagerMakePrimaryVM_Task

public ManagedObjectReference FTManagerMakePrimaryVM_Task(ManagedObjectReference _this,
                                                          ManagedObjectReference primary,
                                                          String instanceUuid)
                                                   throws RemoteException,
                                                          TaskInProgress,
                                                          FileFault,
                                                          InvalidState,
                                                          VmFaultToleranceIssue,
                                                          RuntimeFault,
                                                          NotFound
Specified by:
FTManagerMakePrimaryVM_Task in interface VimService
Throws:
RemoteException
TaskInProgress
FileFault
InvalidState
VmFaultToleranceIssue
RuntimeFault
NotFound

FTManagerTerminateFaultTolerantVM

public void FTManagerTerminateFaultTolerantVM(ManagedObjectReference _this,
                                              ManagedObjectReference primary,
                                              String instanceUuid)
                                       throws RemoteException,
                                              TaskInProgress,
                                              FileFault,
                                              InvalidState,
                                              VmFaultToleranceIssue,
                                              RuntimeFault,
                                              NotFound
Specified by:
FTManagerTerminateFaultTolerantVM in interface VimService
Throws:
RemoteException
TaskInProgress
FileFault
InvalidState
VmFaultToleranceIssue
RuntimeFault
NotFound

FTManagerTerminateFaultTolerantVM_Task

public ManagedObjectReference FTManagerTerminateFaultTolerantVM_Task(ManagedObjectReference _this,
                                                                     ManagedObjectReference primary,
                                                                     String instanceUuid)
                                                              throws RemoteException,
                                                                     TaskInProgress,
                                                                     FileFault,
                                                                     InvalidState,
                                                                     VmFaultToleranceIssue,
                                                                     RuntimeFault,
                                                                     NotFound
Specified by:
FTManagerTerminateFaultTolerantVM_Task in interface VimService
Throws:
RemoteException
TaskInProgress
FileFault
InvalidState
VmFaultToleranceIssue
RuntimeFault
NotFound

FTManagerDisableSecondaryVM

public void FTManagerDisableSecondaryVM(ManagedObjectReference _this,
                                        ManagedObjectReference primary,
                                        String instanceUuid)
                                 throws RemoteException,
                                        TaskInProgress,
                                        FileFault,
                                        InvalidState,
                                        VmFaultToleranceIssue,
                                        RuntimeFault,
                                        NotFound
Specified by:
FTManagerDisableSecondaryVM in interface VimService
Throws:
RemoteException
TaskInProgress
FileFault
InvalidState
VmFaultToleranceIssue
RuntimeFault
NotFound

FTManagerDisableSecondaryVM_Task

public ManagedObjectReference FTManagerDisableSecondaryVM_Task(ManagedObjectReference _this,
                                                               ManagedObjectReference primary,
                                                               String instanceUuid)
                                                        throws RemoteException,
                                                               TaskInProgress,
                                                               FileFault,
                                                               InvalidState,
                                                               VmFaultToleranceIssue,
                                                               RuntimeFault,
                                                               NotFound
Specified by:
FTManagerDisableSecondaryVM_Task in interface VimService
Throws:
RemoteException
TaskInProgress
FileFault
InvalidState
VmFaultToleranceIssue
RuntimeFault
NotFound

FTManagerEnableSecondaryVM

public void FTManagerEnableSecondaryVM(ManagedObjectReference _this,
                                       ManagedObjectReference primary,
                                       String instanceUuid)
                                throws RemoteException,
                                       VmConfigFault,
                                       TaskInProgress,
                                       FileFault,
                                       InvalidState,
                                       VmFaultToleranceIssue,
                                       RuntimeFault,
                                       NotFound
Specified by:
FTManagerEnableSecondaryVM in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
VmFaultToleranceIssue
RuntimeFault
NotFound

FTManagerEnableSecondaryVM_Task

public ManagedObjectReference FTManagerEnableSecondaryVM_Task(ManagedObjectReference _this,
                                                              ManagedObjectReference primary,
                                                              String instanceUuid)
                                                       throws RemoteException,
                                                              VmConfigFault,
                                                              TaskInProgress,
                                                              FileFault,
                                                              InvalidState,
                                                              VmFaultToleranceIssue,
                                                              RuntimeFault,
                                                              NotFound
Specified by:
FTManagerEnableSecondaryVM_Task in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
VmFaultToleranceIssue
RuntimeFault
NotFound

FTManagerStartSecondaryOnRemoteHost

public void FTManagerStartSecondaryOnRemoteHost(ManagedObjectReference _this,
                                                ManagedObjectReference primary,
                                                String secondaryCfgPath,
                                                String host,
                                                Integer port)
                                         throws RemoteException,
                                                FileFault,
                                                Timedout,
                                                HostConnectFault,
                                                VmFaultToleranceIssue,
                                                MigrationFault,
                                                InsufficientResourcesFault,
                                                NotFound,
                                                RuntimeFault,
                                                VmConfigFault,
                                                TaskInProgress,
                                                InvalidState,
                                                InvalidPowerState,
                                                AlreadyExists
Specified by:
FTManagerStartSecondaryOnRemoteHost in interface VimService
Throws:
RemoteException
FileFault
Timedout
HostConnectFault
VmFaultToleranceIssue
MigrationFault
InsufficientResourcesFault
NotFound
RuntimeFault
VmConfigFault
TaskInProgress
InvalidState
InvalidPowerState
AlreadyExists

FTManagerStartSecondaryOnRemoteHost_Task

public ManagedObjectReference FTManagerStartSecondaryOnRemoteHost_Task(ManagedObjectReference _this,
                                                                       ManagedObjectReference primary,
                                                                       String secondaryCfgPath,
                                                                       String host,
                                                                       Integer port)
                                                                throws RemoteException,
                                                                       FileFault,
                                                                       Timedout,
                                                                       HostConnectFault,
                                                                       VmFaultToleranceIssue,
                                                                       MigrationFault,
                                                                       InsufficientResourcesFault,
                                                                       NotFound,
                                                                       RuntimeFault,
                                                                       VmConfigFault,
                                                                       TaskInProgress,
                                                                       InvalidState,
                                                                       InvalidPowerState,
                                                                       AlreadyExists
Specified by:
FTManagerStartSecondaryOnRemoteHost_Task in interface VimService
Throws:
RemoteException
FileFault
Timedout
HostConnectFault
VmFaultToleranceIssue
MigrationFault
InsufficientResourcesFault
NotFound
RuntimeFault
VmConfigFault
TaskInProgress
InvalidState
InvalidPowerState
AlreadyExists

FTManagerUnregisterVM

public void FTManagerUnregisterVM(ManagedObjectReference _this,
                                  ManagedObjectReference vm)
                           throws RemoteException,
                                  InvalidPowerState,
                                  RuntimeFault,
                                  NotFound
Specified by:
FTManagerUnregisterVM in interface VimService
Throws:
RemoteException
InvalidPowerState
RuntimeFault
NotFound

updateDefaultPolicy

public void updateDefaultPolicy(ManagedObjectReference _this,
                                HostFirewallDefaultPolicy defaultPolicy)
                         throws RemoteException,
                                RuntimeFault
Specified by:
updateDefaultPolicy in interface VimService
Throws:
RemoteException
RuntimeFault

enableRuleset

public void enableRuleset(ManagedObjectReference _this,
                          String id)
                   throws RemoteException,
                          HostConfigFault,
                          RuntimeFault,
                          NotFound
Specified by:
enableRuleset in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

disableRuleset

public void disableRuleset(ManagedObjectReference _this,
                           String id)
                    throws RemoteException,
                           HostConfigFault,
                           RuntimeFault,
                           NotFound
Specified by:
disableRuleset in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

refreshFirewall

public void refreshFirewall(ManagedObjectReference _this)
                     throws RemoteException,
                            RuntimeFault
Specified by:
refreshFirewall in interface VimService
Throws:
RemoteException
RuntimeFault

resetFirmwareToFactoryDefaults

public void resetFirmwareToFactoryDefaults(ManagedObjectReference _this)
                                    throws RemoteException,
                                           InvalidState,
                                           RuntimeFault
Specified by:
resetFirmwareToFactoryDefaults in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

backupFirmwareConfiguration

public String backupFirmwareConfiguration(ManagedObjectReference _this)
                                   throws RemoteException,
                                          RuntimeFault
Specified by:
backupFirmwareConfiguration in interface VimService
Throws:
RemoteException
RuntimeFault

queryFirmwareConfigUploadURL

public String queryFirmwareConfigUploadURL(ManagedObjectReference _this)
                                    throws RemoteException,
                                           RuntimeFault
Specified by:
queryFirmwareConfigUploadURL in interface VimService
Throws:
RemoteException
RuntimeFault

restoreFirmwareConfiguration

public void restoreFirmwareConfiguration(ManagedObjectReference _this,
                                         Boolean force)
                                  throws RemoteException,
                                         MismatchedBundle,
                                         FileFault,
                                         InvalidState,
                                         InvalidBundle,
                                         RuntimeFault
Specified by:
restoreFirmwareConfiguration in interface VimService
Throws:
RemoteException
MismatchedBundle
FileFault
InvalidState
InvalidBundle
RuntimeFault

syncFirmwareConfiguration

public void syncFirmwareConfiguration(ManagedObjectReference _this)
                               throws RemoteException,
                                      RuntimeFault,
                                      TooManyWrites
Specified by:
syncFirmwareConfiguration in interface VimService
Throws:
RemoteException
RuntimeFault
TooManyWrites

refreshHealthStatusSystem

public void refreshHealthStatusSystem(ManagedObjectReference _this)
                               throws RemoteException,
                                      RuntimeFault
Specified by:
refreshHealthStatusSystem in interface VimService
Throws:
RemoteException
RuntimeFault

resetSystemHealthInfo

public void resetSystemHealthInfo(ManagedObjectReference _this)
                           throws RemoteException,
                                  RuntimeFault
Specified by:
resetSystemHealthInfo in interface VimService
Throws:
RemoteException
RuntimeFault

queryModules

public List<KernelModuleInfo> queryModules(ManagedObjectReference _this)
                                    throws RemoteException,
                                           RuntimeFault
Specified by:
queryModules in interface VimService
Throws:
RemoteException
RuntimeFault

updateModuleOptionString

public void updateModuleOptionString(ManagedObjectReference _this,
                                     String name,
                                     String options)
                              throws RemoteException,
                                     RuntimeFault,
                                     NotFound
Specified by:
updateModuleOptionString in interface VimService
Throws:
RemoteException
RuntimeFault
NotFound

queryConfiguredModuleOptionString

public String queryConfiguredModuleOptionString(ManagedObjectReference _this,
                                                String name)
                                         throws RemoteException,
                                                RuntimeFault,
                                                NotFound
Specified by:
queryConfiguredModuleOptionString in interface VimService
Throws:
RemoteException
RuntimeFault
NotFound

createUser

public void createUser(ManagedObjectReference _this,
                       HostAccountSpec user)
                throws RemoteException,
                       AlreadyExists,
                       RuntimeFault
Specified by:
createUser in interface VimService
Throws:
RemoteException
AlreadyExists
RuntimeFault

updateUser

public void updateUser(ManagedObjectReference _this,
                       HostAccountSpec user)
                throws RemoteException,
                       AlreadyExists,
                       RuntimeFault,
                       UserNotFound
Specified by:
updateUser in interface VimService
Throws:
RemoteException
AlreadyExists
RuntimeFault
UserNotFound

createGroup

public void createGroup(ManagedObjectReference _this,
                        HostAccountSpec group)
                 throws RemoteException,
                        AlreadyExists,
                        RuntimeFault
Specified by:
createGroup in interface VimService
Throws:
RemoteException
AlreadyExists
RuntimeFault

removeUser

public void removeUser(ManagedObjectReference _this,
                       String userName)
                throws RemoteException,
                       RuntimeFault,
                       UserNotFound
Specified by:
removeUser in interface VimService
Throws:
RemoteException
RuntimeFault
UserNotFound

removeGroup

public void removeGroup(ManagedObjectReference _this,
                        String groupName)
                 throws RemoteException,
                        RuntimeFault,
                        UserNotFound
Specified by:
removeGroup in interface VimService
Throws:
RemoteException
RuntimeFault
UserNotFound

assignUserToGroup

public void assignUserToGroup(ManagedObjectReference _this,
                              String user,
                              String group)
                       throws RemoteException,
                              AlreadyExists,
                              RuntimeFault,
                              UserNotFound
Specified by:
assignUserToGroup in interface VimService
Throws:
RemoteException
AlreadyExists
RuntimeFault
UserNotFound

unassignUserFromGroup

public void unassignUserFromGroup(ManagedObjectReference _this,
                                  String user,
                                  String group)
                           throws RemoteException,
                                  RuntimeFault,
                                  UserNotFound
Specified by:
unassignUserFromGroup in interface VimService
Throws:
RemoteException
RuntimeFault
UserNotFound

lowLevelCreateVm

public ManagedObjectReference lowLevelCreateVm(ManagedObjectReference _this,
                                               VirtualMachineConfigSpec configSpec)
                                        throws RemoteException,
                                               RuntimeFault
Specified by:
lowLevelCreateVm in interface VimService
Throws:
RemoteException
RuntimeFault

lowLevelCreateVm_Task

public ManagedObjectReference lowLevelCreateVm_Task(ManagedObjectReference _this,
                                                    VirtualMachineConfigSpec configSpec)
                                             throws RemoteException,
                                                    RuntimeFault
Specified by:
lowLevelCreateVm_Task in interface VimService
Throws:
RemoteException
RuntimeFault

deleteVm

public void deleteVm(ManagedObjectReference _this,
                     VirtualMachineConfigInfo configInfo)
              throws RemoteException,
                     RuntimeFault
Specified by:
deleteVm in interface VimService
Throws:
RemoteException
RuntimeFault

deleteVm_Task

public ManagedObjectReference deleteVm_Task(ManagedObjectReference _this,
                                            VirtualMachineConfigInfo configInfo)
                                     throws RemoteException,
                                            RuntimeFault
Specified by:
deleteVm_Task in interface VimService
Throws:
RemoteException
RuntimeFault

LLPMReconfigVM

public void LLPMReconfigVM(ManagedObjectReference _this,
                           VirtualMachineConfigSpec configSpec)
                    throws RemoteException,
                           VmConfigFault,
                           TaskInProgress,
                           FileFault,
                           InvalidState,
                           ConcurrentAccess,
                           InvalidPowerState,
                           RuntimeFault
Specified by:
LLPMReconfigVM in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
ConcurrentAccess
InvalidPowerState
RuntimeFault

LLPMReconfigVM_Task

public ManagedObjectReference LLPMReconfigVM_Task(ManagedObjectReference _this,
                                                  VirtualMachineConfigSpec configSpec)
                                           throws RemoteException,
                                                  VmConfigFault,
                                                  TaskInProgress,
                                                  FileFault,
                                                  InvalidState,
                                                  ConcurrentAccess,
                                                  InvalidPowerState,
                                                  RuntimeFault
Specified by:
LLPMReconfigVM_Task in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
ConcurrentAccess
InvalidPowerState
RuntimeFault

reloadDisks

public void reloadDisks(ManagedObjectReference _this,
                        ManagedObjectReference vm,
                        List<String> target)
                 throws RemoteException,
                        RuntimeFault
Specified by:
reloadDisks in interface VimService
Throws:
RemoteException
RuntimeFault

reloadDisks_Task

public ManagedObjectReference reloadDisks_Task(ManagedObjectReference _this,
                                               ManagedObjectReference vm,
                                               List<String> target)
                                        throws RemoteException,
                                               RuntimeFault
Specified by:
reloadDisks_Task in interface VimService
Throws:
RemoteException
RuntimeFault

lowLevelConsolidateDisks

public void lowLevelConsolidateDisks(ManagedObjectReference _this,
                                     ManagedObjectReference vm,
                                     List<VirtualDisk> disks)
                              throws RemoteException,
                                     TaskInProgress,
                                     InvalidState,
                                     InvalidPowerState,
                                     RuntimeFault
Specified by:
lowLevelConsolidateDisks in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
InvalidPowerState
RuntimeFault

lowLevelConsolidateDisks_Task

public ManagedObjectReference lowLevelConsolidateDisks_Task(ManagedObjectReference _this,
                                                            ManagedObjectReference vm,
                                                            List<VirtualDisk> disks)
                                                     throws RemoteException,
                                                            TaskInProgress,
                                                            InvalidState,
                                                            InvalidPowerState,
                                                            RuntimeFault
Specified by:
lowLevelConsolidateDisks_Task in interface VimService
Throws:
RemoteException
TaskInProgress
InvalidState
InvalidPowerState
RuntimeFault

reconfigureServiceConsoleReservation

public void reconfigureServiceConsoleReservation(ManagedObjectReference _this,
                                                 Long cfgBytes)
                                          throws RemoteException,
                                                 RuntimeFault
Specified by:
reconfigureServiceConsoleReservation in interface VimService
Throws:
RemoteException
RuntimeFault

reconfigureVirtualMachineReservation

public void reconfigureVirtualMachineReservation(ManagedObjectReference _this,
                                                 VirtualMachineMemoryReservationSpec spec)
                                          throws RemoteException,
                                                 RuntimeFault
Specified by:
reconfigureVirtualMachineReservation in interface VimService
Throws:
RemoteException
RuntimeFault

updateNetworkConfig

public HostNetworkConfigResult updateNetworkConfig(ManagedObjectReference _this,
                                                   HostNetworkConfig config,
                                                   String changeMode)
                                            throws RemoteException,
                                                   HostConfigFault,
                                                   ResourceInUse,
                                                   AlreadyExists,
                                                   RuntimeFault,
                                                   NotFound
Specified by:
updateNetworkConfig in interface VimService
Throws:
RemoteException
HostConfigFault
ResourceInUse
AlreadyExists
RuntimeFault
NotFound

updateDnsConfig

public void updateDnsConfig(ManagedObjectReference _this,
                            HostDnsConfig config)
                     throws RemoteException,
                            HostConfigFault,
                            RuntimeFault,
                            NotFound
Specified by:
updateDnsConfig in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

updateIpRouteConfig

public void updateIpRouteConfig(ManagedObjectReference _this,
                                HostIpRouteConfig config)
                         throws RemoteException,
                                HostConfigFault,
                                RuntimeFault
Specified by:
updateIpRouteConfig in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

updateConsoleIpRouteConfig

public void updateConsoleIpRouteConfig(ManagedObjectReference _this,
                                       HostIpRouteConfig config)
                                throws RemoteException,
                                       HostConfigFault,
                                       RuntimeFault
Specified by:
updateConsoleIpRouteConfig in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

updateIpRouteTableConfig

public void updateIpRouteTableConfig(ManagedObjectReference _this,
                                     HostIpRouteTableConfig config)
                              throws RemoteException,
                                     HostConfigFault,
                                     RuntimeFault
Specified by:
updateIpRouteTableConfig in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

addVirtualSwitch

public void addVirtualSwitch(ManagedObjectReference _this,
                             String vswitchName,
                             HostVirtualSwitchSpec spec)
                      throws RemoteException,
                             HostConfigFault,
                             ResourceInUse,
                             AlreadyExists,
                             RuntimeFault
Specified by:
addVirtualSwitch in interface VimService
Throws:
RemoteException
HostConfigFault
ResourceInUse
AlreadyExists
RuntimeFault

removeVirtualSwitch

public void removeVirtualSwitch(ManagedObjectReference _this,
                                String vswitchName)
                         throws RemoteException,
                                HostConfigFault,
                                ResourceInUse,
                                RuntimeFault,
                                NotFound
Specified by:
removeVirtualSwitch in interface VimService
Throws:
RemoteException
HostConfigFault
ResourceInUse
RuntimeFault
NotFound

updateVirtualSwitch

public void updateVirtualSwitch(ManagedObjectReference _this,
                                String vswitchName,
                                HostVirtualSwitchSpec spec)
                         throws RemoteException,
                                HostConfigFault,
                                ResourceInUse,
                                RuntimeFault,
                                NotFound
Specified by:
updateVirtualSwitch in interface VimService
Throws:
RemoteException
HostConfigFault
ResourceInUse
RuntimeFault
NotFound

addPortGroup

public void addPortGroup(ManagedObjectReference _this,
                         HostPortGroupSpec portgrp)
                  throws RemoteException,
                         HostConfigFault,
                         AlreadyExists,
                         RuntimeFault,
                         NotFound
Specified by:
addPortGroup in interface VimService
Throws:
RemoteException
HostConfigFault
AlreadyExists
RuntimeFault
NotFound

removePortGroup

public void removePortGroup(ManagedObjectReference _this,
                            String pgName)
                     throws RemoteException,
                            HostConfigFault,
                            ResourceInUse,
                            RuntimeFault,
                            NotFound
Specified by:
removePortGroup in interface VimService
Throws:
RemoteException
HostConfigFault
ResourceInUse
RuntimeFault
NotFound

updatePortGroup

public void updatePortGroup(ManagedObjectReference _this,
                            String pgName,
                            HostPortGroupSpec portgrp)
                     throws RemoteException,
                            HostConfigFault,
                            AlreadyExists,
                            RuntimeFault,
                            NotFound
Specified by:
updatePortGroup in interface VimService
Throws:
RemoteException
HostConfigFault
AlreadyExists
RuntimeFault
NotFound

updatePhysicalNicLinkSpeed

public void updatePhysicalNicLinkSpeed(ManagedObjectReference _this,
                                       String device,
                                       PhysicalNicLinkInfo linkSpeed)
                                throws RemoteException,
                                       HostConfigFault,
                                       RuntimeFault,
                                       NotFound
Specified by:
updatePhysicalNicLinkSpeed in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

queryNetworkHint

public List<PhysicalNicHintInfo> queryNetworkHint(ManagedObjectReference _this,
                                                  List<String> device)
                                           throws RemoteException,
                                                  HostConfigFault,
                                                  RuntimeFault,
                                                  NotFound
Specified by:
queryNetworkHint in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

addVirtualNic

public String addVirtualNic(ManagedObjectReference _this,
                            String portgroup,
                            HostVirtualNicSpec nic)
                     throws RemoteException,
                            HostConfigFault,
                            AlreadyExists,
                            RuntimeFault
Specified by:
addVirtualNic in interface VimService
Throws:
RemoteException
HostConfigFault
AlreadyExists
RuntimeFault

removeVirtualNic

public void removeVirtualNic(ManagedObjectReference _this,
                             String device)
                      throws RemoteException,
                             HostConfigFault,
                             RuntimeFault,
                             NotFound
Specified by:
removeVirtualNic in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

updateVirtualNic

public void updateVirtualNic(ManagedObjectReference _this,
                             String device,
                             HostVirtualNicSpec nic)
                      throws RemoteException,
                             HostConfigFault,
                             RuntimeFault,
                             NotFound
Specified by:
updateVirtualNic in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

addServiceConsoleVirtualNic

public String addServiceConsoleVirtualNic(ManagedObjectReference _this,
                                          String portgroup,
                                          HostVirtualNicSpec nic)
                                   throws RemoteException,
                                          HostConfigFault,
                                          RuntimeFault
Specified by:
addServiceConsoleVirtualNic in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

removeServiceConsoleVirtualNic

public void removeServiceConsoleVirtualNic(ManagedObjectReference _this,
                                           String device)
                                    throws RemoteException,
                                           HostConfigFault,
                                           ResourceInUse,
                                           RuntimeFault,
                                           NotFound
Specified by:
removeServiceConsoleVirtualNic in interface VimService
Throws:
RemoteException
HostConfigFault
ResourceInUse
RuntimeFault
NotFound

updateServiceConsoleVirtualNic

public void updateServiceConsoleVirtualNic(ManagedObjectReference _this,
                                           String device,
                                           HostVirtualNicSpec nic)
                                    throws RemoteException,
                                           HostConfigFault,
                                           ResourceInUse,
                                           RuntimeFault,
                                           NotFound
Specified by:
updateServiceConsoleVirtualNic in interface VimService
Throws:
RemoteException
HostConfigFault
ResourceInUse
RuntimeFault
NotFound

restartServiceConsoleVirtualNic

public void restartServiceConsoleVirtualNic(ManagedObjectReference _this,
                                            String device)
                                     throws RemoteException,
                                            HostConfigFault,
                                            RuntimeFault,
                                            NotFound
Specified by:
restartServiceConsoleVirtualNic in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

refreshNetworkSystem

public void refreshNetworkSystem(ManagedObjectReference _this)
                          throws RemoteException,
                                 RuntimeFault
Specified by:
refreshNetworkSystem in interface VimService
Throws:
RemoteException
RuntimeFault

checkHostPatch

public HostPatchManagerResult checkHostPatch(ManagedObjectReference _this,
                                             List<String> metaUrls,
                                             List<String> bundleUrls,
                                             HostPatchManagerPatchManagerOperationSpec spec)
                                      throws RemoteException,
                                             PlatformConfigFault,
                                             RequestCanceled,
                                             TaskInProgress,
                                             InvalidState,
                                             RuntimeFault
Specified by:
checkHostPatch in interface VimService
Throws:
RemoteException
PlatformConfigFault
RequestCanceled
TaskInProgress
InvalidState
RuntimeFault

checkHostPatch_Task

public ManagedObjectReference checkHostPatch_Task(ManagedObjectReference _this,
                                                  List<String> metaUrls,
                                                  List<String> bundleUrls,
                                                  HostPatchManagerPatchManagerOperationSpec spec)
                                           throws RemoteException,
                                                  PlatformConfigFault,
                                                  RequestCanceled,
                                                  TaskInProgress,
                                                  InvalidState,
                                                  RuntimeFault
Specified by:
checkHostPatch_Task in interface VimService
Throws:
RemoteException
PlatformConfigFault
RequestCanceled
TaskInProgress
InvalidState
RuntimeFault

scanHostPatch

public List<HostPatchManagerStatus> scanHostPatch(ManagedObjectReference _this,
                                                  HostPatchManagerLocator repository,
                                                  List<String> updateID)
                                           throws RemoteException,
                                                  PlatformConfigFault,
                                                  RequestCanceled,
                                                  RuntimeFault,
                                                  PatchMetadataInvalid
Specified by:
scanHostPatch in interface VimService
Throws:
RemoteException
PlatformConfigFault
RequestCanceled
RuntimeFault
PatchMetadataInvalid

scanHostPatch_Task

public ManagedObjectReference scanHostPatch_Task(ManagedObjectReference _this,
                                                 HostPatchManagerLocator repository,
                                                 List<String> updateID)
                                          throws RemoteException,
                                                 PlatformConfigFault,
                                                 RequestCanceled,
                                                 RuntimeFault,
                                                 PatchMetadataInvalid
Specified by:
scanHostPatch_Task in interface VimService
Throws:
RemoteException
PlatformConfigFault
RequestCanceled
RuntimeFault
PatchMetadataInvalid

scanHostPatchV2

public HostPatchManagerResult scanHostPatchV2(ManagedObjectReference _this,
                                              List<String> metaUrls,
                                              List<String> bundleUrls,
                                              HostPatchManagerPatchManagerOperationSpec spec)
                                       throws RemoteException,
                                              PlatformConfigFault,
                                              RequestCanceled,
                                              TaskInProgress,
                                              InvalidState,
                                              RuntimeFault
Specified by:
scanHostPatchV2 in interface VimService
Throws:
RemoteException
PlatformConfigFault
RequestCanceled
TaskInProgress
InvalidState
RuntimeFault

scanHostPatchV2_Task

public ManagedObjectReference scanHostPatchV2_Task(ManagedObjectReference _this,
                                                   List<String> metaUrls,
                                                   List<String> bundleUrls,
                                                   HostPatchManagerPatchManagerOperationSpec spec)
                                            throws RemoteException,
                                                   PlatformConfigFault,
                                                   RequestCanceled,
                                                   TaskInProgress,
                                                   InvalidState,
                                                   RuntimeFault
Specified by:
scanHostPatchV2_Task in interface VimService
Throws:
RemoteException
PlatformConfigFault
RequestCanceled
TaskInProgress
InvalidState
RuntimeFault

stageHostPatch

public HostPatchManagerResult stageHostPatch(ManagedObjectReference _this,
                                             List<String> metaUrls,
                                             List<String> bundleUrls,
                                             List<String> vibUrls,
                                             HostPatchManagerPatchManagerOperationSpec spec)
                                      throws RemoteException,
                                             PlatformConfigFault,
                                             RequestCanceled,
                                             TaskInProgress,
                                             InvalidState,
                                             RuntimeFault
Specified by:
stageHostPatch in interface VimService
Throws:
RemoteException
PlatformConfigFault
RequestCanceled
TaskInProgress
InvalidState
RuntimeFault

stageHostPatch_Task

public ManagedObjectReference stageHostPatch_Task(ManagedObjectReference _this,
                                                  List<String> metaUrls,
                                                  List<String> bundleUrls,
                                                  List<String> vibUrls,
                                                  HostPatchManagerPatchManagerOperationSpec spec)
                                           throws RemoteException,
                                                  PlatformConfigFault,
                                                  RequestCanceled,
                                                  TaskInProgress,
                                                  InvalidState,
                                                  RuntimeFault
Specified by:
stageHostPatch_Task in interface VimService
Throws:
RemoteException
PlatformConfigFault
RequestCanceled
TaskInProgress
InvalidState
RuntimeFault

installHostPatch

public void installHostPatch(ManagedObjectReference _this,
                             HostPatchManagerLocator repository,
                             String updateID,
                             Boolean force)
                      throws RemoteException,
                             NoDiskSpace,
                             TaskInProgress,
                             RebootRequired,
                             PatchBinariesNotFound,
                             InvalidState,
                             PatchNotApplicable,
                             RuntimeFault,
                             PatchInstallFailed,
                             PatchMetadataInvalid
Specified by:
installHostPatch in interface VimService
Throws:
RemoteException
NoDiskSpace
TaskInProgress
RebootRequired
PatchBinariesNotFound
InvalidState
PatchNotApplicable
RuntimeFault
PatchInstallFailed
PatchMetadataInvalid

installHostPatch_Task

public ManagedObjectReference installHostPatch_Task(ManagedObjectReference _this,
                                                    HostPatchManagerLocator repository,
                                                    String updateID,
                                                    Boolean force)
                                             throws RemoteException,
                                                    NoDiskSpace,
                                                    TaskInProgress,
                                                    RebootRequired,
                                                    PatchBinariesNotFound,
                                                    InvalidState,
                                                    PatchNotApplicable,
                                                    RuntimeFault,
                                                    PatchInstallFailed,
                                                    PatchMetadataInvalid
Specified by:
installHostPatch_Task in interface VimService
Throws:
RemoteException
NoDiskSpace
TaskInProgress
RebootRequired
PatchBinariesNotFound
InvalidState
PatchNotApplicable
RuntimeFault
PatchInstallFailed
PatchMetadataInvalid

installHostPatchV2

public HostPatchManagerResult installHostPatchV2(ManagedObjectReference _this,
                                                 List<String> metaUrls,
                                                 List<String> bundleUrls,
                                                 List<String> vibUrls,
                                                 HostPatchManagerPatchManagerOperationSpec spec)
                                          throws RemoteException,
                                                 PlatformConfigFault,
                                                 RequestCanceled,
                                                 TaskInProgress,
                                                 InvalidState,
                                                 RuntimeFault
Specified by:
installHostPatchV2 in interface VimService
Throws:
RemoteException
PlatformConfigFault
RequestCanceled
TaskInProgress
InvalidState
RuntimeFault

installHostPatchV2_Task

public ManagedObjectReference installHostPatchV2_Task(ManagedObjectReference _this,
                                                      List<String> metaUrls,
                                                      List<String> bundleUrls,
                                                      List<String> vibUrls,
                                                      HostPatchManagerPatchManagerOperationSpec spec)
                                               throws RemoteException,
                                                      PlatformConfigFault,
                                                      RequestCanceled,
                                                      TaskInProgress,
                                                      InvalidState,
                                                      RuntimeFault
Specified by:
installHostPatchV2_Task in interface VimService
Throws:
RemoteException
PlatformConfigFault
RequestCanceled
TaskInProgress
InvalidState
RuntimeFault

uninstallHostPatch

public HostPatchManagerResult uninstallHostPatch(ManagedObjectReference _this,
                                                 List<String> bulletinIds,
                                                 HostPatchManagerPatchManagerOperationSpec spec)
                                          throws RemoteException,
                                                 PlatformConfigFault,
                                                 TaskInProgress,
                                                 InvalidState,
                                                 RuntimeFault
Specified by:
uninstallHostPatch in interface VimService
Throws:
RemoteException
PlatformConfigFault
TaskInProgress
InvalidState
RuntimeFault

uninstallHostPatch_Task

public ManagedObjectReference uninstallHostPatch_Task(ManagedObjectReference _this,
                                                      List<String> bulletinIds,
                                                      HostPatchManagerPatchManagerOperationSpec spec)
                                               throws RemoteException,
                                                      PlatformConfigFault,
                                                      TaskInProgress,
                                                      InvalidState,
                                                      RuntimeFault
Specified by:
uninstallHostPatch_Task in interface VimService
Throws:
RemoteException
PlatformConfigFault
TaskInProgress
InvalidState
RuntimeFault

queryHostPatch

public HostPatchManagerResult queryHostPatch(ManagedObjectReference _this,
                                             HostPatchManagerPatchManagerOperationSpec spec)
                                      throws RemoteException,
                                             PlatformConfigFault,
                                             RequestCanceled,
                                             TaskInProgress,
                                             InvalidState,
                                             RuntimeFault
Specified by:
queryHostPatch in interface VimService
Throws:
RemoteException
PlatformConfigFault
RequestCanceled
TaskInProgress
InvalidState
RuntimeFault

queryHostPatch_Task

public ManagedObjectReference queryHostPatch_Task(ManagedObjectReference _this,
                                                  HostPatchManagerPatchManagerOperationSpec spec)
                                           throws RemoteException,
                                                  PlatformConfigFault,
                                                  RequestCanceled,
                                                  TaskInProgress,
                                                  InvalidState,
                                                  RuntimeFault
Specified by:
queryHostPatch_Task in interface VimService
Throws:
RemoteException
PlatformConfigFault
RequestCanceled
TaskInProgress
InvalidState
RuntimeFault

refresh

public void refresh(ManagedObjectReference _this)
             throws RemoteException,
                    RuntimeFault
Specified by:
refresh in interface VimService
Throws:
RemoteException
RuntimeFault

updatePassthruConfig

public void updatePassthruConfig(ManagedObjectReference _this,
                                 List<HostPciPassthruConfig> config)
                          throws RemoteException,
                                 HostConfigFault,
                                 RuntimeFault
Specified by:
updatePassthruConfig in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

updateServicePolicy

public void updateServicePolicy(ManagedObjectReference _this,
                                String id,
                                String policy)
                         throws RemoteException,
                                HostConfigFault,
                                RuntimeFault,
                                NotFound
Specified by:
updateServicePolicy in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

startService

public void startService(ManagedObjectReference _this,
                         String id)
                  throws RemoteException,
                         HostConfigFault,
                         InvalidState,
                         RuntimeFault,
                         NotFound
Specified by:
startService in interface VimService
Throws:
RemoteException
HostConfigFault
InvalidState
RuntimeFault
NotFound

stopService

public void stopService(ManagedObjectReference _this,
                        String id)
                 throws RemoteException,
                        HostConfigFault,
                        InvalidState,
                        RuntimeFault,
                        NotFound
Specified by:
stopService in interface VimService
Throws:
RemoteException
HostConfigFault
InvalidState
RuntimeFault
NotFound

restartService

public void restartService(ManagedObjectReference _this,
                           String id)
                    throws RemoteException,
                           HostConfigFault,
                           InvalidState,
                           RuntimeFault,
                           NotFound
Specified by:
restartService in interface VimService
Throws:
RemoteException
HostConfigFault
InvalidState
RuntimeFault
NotFound

uninstallService

public void uninstallService(ManagedObjectReference _this,
                             String id)
                      throws RemoteException,
                             HostConfigFault,
                             RuntimeFault,
                             NotFound
Specified by:
uninstallService in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

refreshServices

public void refreshServices(ManagedObjectReference _this)
                     throws RemoteException,
                            RuntimeFault
Specified by:
refreshServices in interface VimService
Throws:
RemoteException
RuntimeFault

reconfigureSnmpAgent

public void reconfigureSnmpAgent(ManagedObjectReference _this,
                                 HostSnmpConfigSpec spec)
                          throws RemoteException,
                                 InsufficientResourcesFault,
                                 RuntimeFault,
                                 NotFound
Specified by:
reconfigureSnmpAgent in interface VimService
Throws:
RemoteException
InsufficientResourcesFault
RuntimeFault
NotFound

sendTestNotification

public void sendTestNotification(ManagedObjectReference _this)
                          throws RemoteException,
                                 InsufficientResourcesFault,
                                 RuntimeFault,
                                 NotFound
Specified by:
sendTestNotification in interface VimService
Throws:
RemoteException
InsufficientResourcesFault
RuntimeFault
NotFound

retrieveDiskPartitionInfo

public List<HostDiskPartitionInfo> retrieveDiskPartitionInfo(ManagedObjectReference _this,
                                                             List<String> devicePath)
                                                      throws RemoteException,
                                                             RuntimeFault
Specified by:
retrieveDiskPartitionInfo in interface VimService
Throws:
RemoteException
RuntimeFault

computeDiskPartitionInfo

public HostDiskPartitionInfo computeDiskPartitionInfo(ManagedObjectReference _this,
                                                      String devicePath,
                                                      HostDiskPartitionLayout layout)
                                               throws RemoteException,
                                                      HostConfigFault,
                                                      RuntimeFault,
                                                      NotFound
Specified by:
computeDiskPartitionInfo in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

computeDiskPartitionInfoForResize

public HostDiskPartitionInfo computeDiskPartitionInfoForResize(ManagedObjectReference _this,
                                                               HostScsiDiskPartition partition,
                                                               HostDiskPartitionBlockRange blockRange)
                                                        throws RemoteException,
                                                               HostConfigFault,
                                                               RuntimeFault,
                                                               NotFound
Specified by:
computeDiskPartitionInfoForResize in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

updateDiskPartitions

public void updateDiskPartitions(ManagedObjectReference _this,
                                 String devicePath,
                                 HostDiskPartitionSpec spec)
                          throws RemoteException,
                                 HostConfigFault,
                                 RuntimeFault,
                                 NotFound
Specified by:
updateDiskPartitions in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

formatVmfs

public HostVmfsVolume formatVmfs(ManagedObjectReference _this,
                                 HostVmfsSpec createSpec)
                          throws RemoteException,
                                 HostConfigFault,
                                 AlreadyExists,
                                 RuntimeFault
Specified by:
formatVmfs in interface VimService
Throws:
RemoteException
HostConfigFault
AlreadyExists
RuntimeFault

rescanVmfs

public void rescanVmfs(ManagedObjectReference _this)
                throws RemoteException,
                       HostConfigFault,
                       RuntimeFault
Specified by:
rescanVmfs in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

attachVmfsExtent

public void attachVmfsExtent(ManagedObjectReference _this,
                             String vmfsPath,
                             HostScsiDiskPartition extent)
                      throws RemoteException,
                             HostConfigFault,
                             RuntimeFault,
                             NotFound
Specified by:
attachVmfsExtent in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

expandVmfsExtent

public void expandVmfsExtent(ManagedObjectReference _this,
                             String vmfsPath,
                             HostScsiDiskPartition extent)
                      throws RemoteException,
                             HostConfigFault,
                             RuntimeFault,
                             NotFound
Specified by:
expandVmfsExtent in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

upgradeVmfs

public void upgradeVmfs(ManagedObjectReference _this,
                        String vmfsPath)
                 throws RemoteException,
                        HostConfigFault,
                        RuntimeFault,
                        NotFound
Specified by:
upgradeVmfs in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

upgradeVmLayout

public void upgradeVmLayout(ManagedObjectReference _this)
                     throws RemoteException,
                            RuntimeFault
Specified by:
upgradeVmLayout in interface VimService
Throws:
RemoteException
RuntimeFault

queryUnresolvedVmfsVolume

public List<HostUnresolvedVmfsVolume> queryUnresolvedVmfsVolume(ManagedObjectReference _this)
                                                         throws RemoteException,
                                                                RuntimeFault
Specified by:
queryUnresolvedVmfsVolume in interface VimService
Throws:
RemoteException
RuntimeFault

resolveMultipleUnresolvedVmfsVolumes

public List<HostUnresolvedVmfsResolutionResult> resolveMultipleUnresolvedVmfsVolumes(ManagedObjectReference _this,
                                                                                     List<HostUnresolvedVmfsResolutionSpec> resolutionSpec)
                                                                              throws RemoteException,
                                                                                     HostConfigFault,
                                                                                     RuntimeFault
Specified by:
resolveMultipleUnresolvedVmfsVolumes in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

unmountForceMountedVmfsVolume

public void unmountForceMountedVmfsVolume(ManagedObjectReference _this,
                                          String vmfsUuid)
                                   throws RemoteException,
                                          HostConfigFault,
                                          RuntimeFault,
                                          NotFound
Specified by:
unmountForceMountedVmfsVolume in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

rescanHba

public void rescanHba(ManagedObjectReference _this,
                      String hbaDevice)
               throws RemoteException,
                      HostConfigFault,
                      RuntimeFault,
                      NotFound
Specified by:
rescanHba in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

rescanAllHba

public void rescanAllHba(ManagedObjectReference _this)
                  throws RemoteException,
                         HostConfigFault,
                         RuntimeFault
Specified by:
rescanAllHba in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

updateSoftwareInternetScsiEnabled

public void updateSoftwareInternetScsiEnabled(ManagedObjectReference _this,
                                              Boolean enabled)
                                       throws RemoteException,
                                              HostConfigFault,
                                              RuntimeFault
Specified by:
updateSoftwareInternetScsiEnabled in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

updateInternetScsiDiscoveryProperties

public void updateInternetScsiDiscoveryProperties(ManagedObjectReference _this,
                                                  String iScsiHbaDevice,
                                                  HostInternetScsiHbaDiscoveryProperties discoveryProperties)
                                           throws RemoteException,
                                                  HostConfigFault,
                                                  RuntimeFault,
                                                  NotFound
Specified by:
updateInternetScsiDiscoveryProperties in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

updateInternetScsiAuthenticationProperties

public void updateInternetScsiAuthenticationProperties(ManagedObjectReference _this,
                                                       String iScsiHbaDevice,
                                                       HostInternetScsiHbaAuthenticationProperties authenticationProperties,
                                                       HostInternetScsiHbaTargetSet targetSet)
                                                throws RemoteException,
                                                       HostConfigFault,
                                                       RuntimeFault,
                                                       NotFound
Specified by:
updateInternetScsiAuthenticationProperties in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

updateInternetScsiDigestProperties

public void updateInternetScsiDigestProperties(ManagedObjectReference _this,
                                               String iScsiHbaDevice,
                                               HostInternetScsiHbaTargetSet targetSet,
                                               HostInternetScsiHbaDigestProperties digestProperties)
                                        throws RemoteException,
                                               HostConfigFault,
                                               RuntimeFault,
                                               NotFound
Specified by:
updateInternetScsiDigestProperties in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

updateInternetScsiAdvancedOptions

public void updateInternetScsiAdvancedOptions(ManagedObjectReference _this,
                                              String iScsiHbaDevice,
                                              HostInternetScsiHbaTargetSet targetSet,
                                              List<HostInternetScsiHbaParamValue> options)
                                       throws RemoteException,
                                              HostConfigFault,
                                              RuntimeFault,
                                              NotFound
Specified by:
updateInternetScsiAdvancedOptions in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

updateInternetScsiIPProperties

public void updateInternetScsiIPProperties(ManagedObjectReference _this,
                                           String iScsiHbaDevice,
                                           HostInternetScsiHbaIPProperties ipProperties)
                                    throws RemoteException,
                                           HostConfigFault,
                                           RuntimeFault,
                                           NotFound
Specified by:
updateInternetScsiIPProperties in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

updateInternetScsiName

public void updateInternetScsiName(ManagedObjectReference _this,
                                   String iScsiHbaDevice,
                                   String iScsiName)
                            throws RemoteException,
                                   HostConfigFault,
                                   RuntimeFault,
                                   NotFound
Specified by:
updateInternetScsiName in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

updateInternetScsiAlias

public void updateInternetScsiAlias(ManagedObjectReference _this,
                                    String iScsiHbaDevice,
                                    String iScsiAlias)
                             throws RemoteException,
                                    HostConfigFault,
                                    RuntimeFault,
                                    NotFound
Specified by:
updateInternetScsiAlias in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

addInternetScsiSendTargets

public void addInternetScsiSendTargets(ManagedObjectReference _this,
                                       String iScsiHbaDevice,
                                       List<HostInternetScsiHbaSendTarget> targets)
                                throws RemoteException,
                                       HostConfigFault,
                                       RuntimeFault,
                                       NotFound
Specified by:
addInternetScsiSendTargets in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

removeInternetScsiSendTargets

public void removeInternetScsiSendTargets(ManagedObjectReference _this,
                                          String iScsiHbaDevice,
                                          List<HostInternetScsiHbaSendTarget> targets)
                                   throws RemoteException,
                                          HostConfigFault,
                                          RuntimeFault,
                                          NotFound
Specified by:
removeInternetScsiSendTargets in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

addInternetScsiStaticTargets

public void addInternetScsiStaticTargets(ManagedObjectReference _this,
                                         String iScsiHbaDevice,
                                         List<HostInternetScsiHbaStaticTarget> targets)
                                  throws RemoteException,
                                         HostConfigFault,
                                         RuntimeFault,
                                         NotFound
Specified by:
addInternetScsiStaticTargets in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

removeInternetScsiStaticTargets

public void removeInternetScsiStaticTargets(ManagedObjectReference _this,
                                            String iScsiHbaDevice,
                                            List<HostInternetScsiHbaStaticTarget> targets)
                                     throws RemoteException,
                                            HostConfigFault,
                                            RuntimeFault,
                                            NotFound
Specified by:
removeInternetScsiStaticTargets in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

enableMultipathPath

public void enableMultipathPath(ManagedObjectReference _this,
                                String pathName)
                         throws RemoteException,
                                HostConfigFault,
                                RuntimeFault,
                                NotFound
Specified by:
enableMultipathPath in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

disableMultipathPath

public void disableMultipathPath(ManagedObjectReference _this,
                                 String pathName)
                          throws RemoteException,
                                 HostConfigFault,
                                 RuntimeFault,
                                 NotFound
Specified by:
disableMultipathPath in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

setMultipathLunPolicy

public void setMultipathLunPolicy(ManagedObjectReference _this,
                                  String lunId,
                                  HostMultipathInfoLogicalUnitPolicy policy)
                           throws RemoteException,
                                  HostConfigFault,
                                  RuntimeFault,
                                  NotFound
Specified by:
setMultipathLunPolicy in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

queryPathSelectionPolicyOptions

public List<HostPathSelectionPolicyOption> queryPathSelectionPolicyOptions(ManagedObjectReference _this)
                                                                    throws RemoteException,
                                                                           HostConfigFault,
                                                                           RuntimeFault
Specified by:
queryPathSelectionPolicyOptions in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

queryStorageArrayTypePolicyOptions

public List<HostStorageArrayTypePolicyOption> queryStorageArrayTypePolicyOptions(ManagedObjectReference _this)
                                                                          throws RemoteException,
                                                                                 HostConfigFault,
                                                                                 RuntimeFault
Specified by:
queryStorageArrayTypePolicyOptions in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

updateScsiLunDisplayName

public void updateScsiLunDisplayName(ManagedObjectReference _this,
                                     String lunUuid,
                                     String displayName)
                              throws RemoteException,
                                     HostConfigFault,
                                     InvalidName,
                                     DuplicateName,
                                     RuntimeFault,
                                     NotFound
Specified by:
updateScsiLunDisplayName in interface VimService
Throws:
RemoteException
HostConfigFault
InvalidName
DuplicateName
RuntimeFault
NotFound

refreshStorageSystem

public void refreshStorageSystem(ManagedObjectReference _this)
                          throws RemoteException,
                                 RuntimeFault
Specified by:
refreshStorageSystem in interface VimService
Throws:
RemoteException
RuntimeFault

queryProcessInfo

public List<HostSystemDebugManagerProcessInfo> queryProcessInfo(ManagedObjectReference _this)
                                                         throws RemoteException,
                                                                RuntimeFault
Specified by:
queryProcessInfo in interface VimService
Throws:
RemoteException
RuntimeFault

requestIdentity

public HostTpmManagerEncryptedBlob requestIdentity(ManagedObjectReference _this,
                                                   String publicKey,
                                                   String label)
                                            throws RemoteException,
                                                   RuntimeFault
Specified by:
requestIdentity in interface VimService
Throws:
RemoteException
RuntimeFault

verifyCredential

public String verifyCredential(ManagedObjectReference _this,
                               HostTpmManagerEncryptedBlob encryptedCredential)
                        throws RemoteException,
                               RuntimeFault
Specified by:
verifyCredential in interface VimService
Throws:
RemoteException
RuntimeFault

generateReport

public HostIntegrityReport generateReport(ManagedObjectReference _this,
                                          List<Integer> pcrSelection,
                                          List<Byte> nonce)
                                   throws RemoteException,
                                          RuntimeFault
Specified by:
generateReport in interface VimService
Throws:
RemoteException
RuntimeFault

prepareSource

public void prepareSource(ManagedObjectReference _this,
                          HostVMotionManagerSpec spec,
                          ManagedObjectReference vm)
                   throws RemoteException,
                          TaskInProgress,
                          Timedout,
                          InvalidState,
                          RuntimeFault
Specified by:
prepareSource in interface VimService
Throws:
RemoteException
TaskInProgress
Timedout
InvalidState
RuntimeFault

prepareSourceEx

public void prepareSourceEx(ManagedObjectReference _this,
                            HostVMotionManagerSpec spec,
                            ManagedObjectReference vm)
                     throws RemoteException,
                            TaskInProgress,
                            Timedout,
                            InvalidState,
                            RuntimeFault
Specified by:
prepareSourceEx in interface VimService
Throws:
RemoteException
TaskInProgress
Timedout
InvalidState
RuntimeFault

prepareSourceEx_Task

public ManagedObjectReference prepareSourceEx_Task(ManagedObjectReference _this,
                                                   HostVMotionManagerSpec spec,
                                                   ManagedObjectReference vm)
                                            throws RemoteException,
                                                   TaskInProgress,
                                                   Timedout,
                                                   InvalidState,
                                                   RuntimeFault
Specified by:
prepareSourceEx_Task in interface VimService
Throws:
RemoteException
TaskInProgress
Timedout
InvalidState
RuntimeFault

prepareDestination

public void prepareDestination(ManagedObjectReference _this,
                               HostVMotionManagerSpec spec,
                               ManagedObjectReference pool)
                        throws RemoteException,
                               RuntimeFault
Specified by:
prepareDestination in interface VimService
Throws:
RemoteException
RuntimeFault

prepareDestinationEx

public void prepareDestinationEx(ManagedObjectReference _this,
                                 HostVMotionManagerSpec spec,
                                 ManagedObjectReference pool)
                          throws RemoteException,
                                 RuntimeFault
Specified by:
prepareDestinationEx in interface VimService
Throws:
RemoteException
RuntimeFault

prepareDestinationEx_Task

public ManagedObjectReference prepareDestinationEx_Task(ManagedObjectReference _this,
                                                        HostVMotionManagerSpec spec,
                                                        ManagedObjectReference pool)
                                                 throws RemoteException,
                                                        RuntimeFault
Specified by:
prepareDestinationEx_Task in interface VimService
Throws:
RemoteException
RuntimeFault

initiateDestination

public HostVMotionManagerDestinationState initiateDestination(ManagedObjectReference _this,
                                                              Long migrationId,
                                                              String dstConfigPath)
                                                       throws RemoteException,
                                                              TaskInProgress,
                                                              Timedout,
                                                              InvalidState,
                                                              AlreadyExists,
                                                              InvalidPowerState,
                                                              RuntimeFault
Specified by:
initiateDestination in interface VimService
Throws:
RemoteException
TaskInProgress
Timedout
InvalidState
AlreadyExists
InvalidPowerState
RuntimeFault

initiateSource

public void initiateSource(ManagedObjectReference _this,
                           Long migrationId,
                           Integer dstId)
                    throws RemoteException,
                           Timedout,
                           InvalidPowerState,
                           RuntimeFault
Specified by:
initiateSource in interface VimService
Throws:
RemoteException
Timedout
InvalidPowerState
RuntimeFault

initiateSource_Task

public ManagedObjectReference initiateSource_Task(ManagedObjectReference _this,
                                                  Long migrationId,
                                                  Integer dstId)
                                           throws RemoteException,
                                                  Timedout,
                                                  InvalidPowerState,
                                                  RuntimeFault
Specified by:
initiateSource_Task in interface VimService
Throws:
RemoteException
Timedout
InvalidPowerState
RuntimeFault

completeSource

public void completeSource(ManagedObjectReference _this,
                           Long migrationId)
                    throws RemoteException,
                           RuntimeFault
Specified by:
completeSource in interface VimService
Throws:
RemoteException
RuntimeFault

completeDestination

public void completeDestination(ManagedObjectReference _this,
                                Long migrationId)
                         throws RemoteException,
                                RuntimeFault
Specified by:
completeDestination in interface VimService
Throws:
RemoteException
RuntimeFault

upgradeDestination

public void upgradeDestination(ManagedObjectReference _this,
                               ManagedObjectReference vm,
                               List<HostVMotionManagerReparentSpec> reparentSpec)
                        throws RemoteException,
                               RuntimeFault
Specified by:
upgradeDestination in interface VimService
Throws:
RemoteException
RuntimeFault

upgradeDestination_Task

public ManagedObjectReference upgradeDestination_Task(ManagedObjectReference _this,
                                                      ManagedObjectReference vm,
                                                      List<HostVMotionManagerReparentSpec> reparentSpec)
                                               throws RemoteException,
                                                      RuntimeFault
Specified by:
upgradeDestination_Task in interface VimService
Throws:
RemoteException
RuntimeFault

updateMemMirrorFlag

public void updateMemMirrorFlag(ManagedObjectReference _this,
                                Boolean enable)
                         throws RemoteException,
                                RuntimeFault
Specified by:
updateMemMirrorFlag in interface VimService
Throws:
RemoteException
RuntimeFault

updateIpConfig

public void updateIpConfig(ManagedObjectReference _this,
                           HostIpConfig ipConfig)
                    throws RemoteException,
                           HostConfigFault,
                           RuntimeFault,
                           NotFound
Specified by:
updateIpConfig in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
NotFound

selectVnic

public void selectVnic(ManagedObjectReference _this,
                       String device)
                throws RemoteException,
                       HostConfigFault,
                       RuntimeFault
Specified by:
selectVnic in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

deselectVnic

public void deselectVnic(ManagedObjectReference _this)
                  throws RemoteException,
                         HostConfigFault,
                         RuntimeFault
Specified by:
deselectVnic in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault

queryNetConfig

public VirtualNicManagerNetConfig queryNetConfig(ManagedObjectReference _this,
                                                 String nicType)
                                          throws RemoteException,
                                                 HostConfigFault,
                                                 RuntimeFault,
                                                 InvalidArgument
Specified by:
queryNetConfig in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
InvalidArgument

selectVnicForNicType

public void selectVnicForNicType(ManagedObjectReference _this,
                                 String nicType,
                                 String device)
                          throws RemoteException,
                                 HostConfigFault,
                                 RuntimeFault,
                                 InvalidArgument
Specified by:
selectVnicForNicType in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
InvalidArgument

deselectVnicForNicType

public void deselectVnicForNicType(ManagedObjectReference _this,
                                   String nicType,
                                   String device)
                            throws RemoteException,
                                   HostConfigFault,
                                   RuntimeFault,
                                   InvalidArgument
Specified by:
deselectVnicForNicType in interface VimService
Throws:
RemoteException
HostConfigFault
RuntimeFault
InvalidArgument

queryOptions

public List<OptionValue> queryOptions(ManagedObjectReference _this,
                                      String name)
                               throws RemoteException,
                                      InvalidName,
                                      RuntimeFault
Specified by:
queryOptions in interface VimService
Throws:
RemoteException
InvalidName
RuntimeFault

updateOptions

public void updateOptions(ManagedObjectReference _this,
                          List<OptionValue> changedValue)
                   throws RemoteException,
                          InvalidName,
                          RuntimeFault
Specified by:
updateOptions in interface VimService
Throws:
RemoteException
InvalidName
RuntimeFault

checkCompliance

public List<ComplianceResult> checkCompliance(ManagedObjectReference _this,
                                              List<ManagedObjectReference> profile,
                                              List<ManagedObjectReference> entity)
                                       throws RemoteException,
                                              RuntimeFault
Specified by:
checkCompliance in interface VimService
Throws:
RemoteException
RuntimeFault

checkCompliance_Task

public ManagedObjectReference checkCompliance_Task(ManagedObjectReference _this,
                                                   List<ManagedObjectReference> profile,
                                                   List<ManagedObjectReference> entity)
                                            throws RemoteException,
                                                   RuntimeFault
Specified by:
checkCompliance_Task in interface VimService
Throws:
RemoteException
RuntimeFault

queryComplianceStatus

public List<ComplianceResult> queryComplianceStatus(ManagedObjectReference _this,
                                                    List<ManagedObjectReference> profile,
                                                    List<ManagedObjectReference> entity)
                                             throws RemoteException,
                                                    RuntimeFault
Specified by:
queryComplianceStatus in interface VimService
Throws:
RemoteException
RuntimeFault

clearComplianceStatus

public void clearComplianceStatus(ManagedObjectReference _this,
                                  List<ManagedObjectReference> profile,
                                  List<ManagedObjectReference> entity)
                           throws RemoteException,
                                  RuntimeFault
Specified by:
clearComplianceStatus in interface VimService
Throws:
RemoteException
RuntimeFault

queryExpressionMetadata

public List<ProfileExpressionMetadata> queryExpressionMetadata(ManagedObjectReference _this,
                                                               List<String> expressionName)
                                                        throws RemoteException,
                                                               RuntimeFault
Specified by:
queryExpressionMetadata in interface VimService
Throws:
RemoteException
RuntimeFault

destroyProfile

public void destroyProfile(ManagedObjectReference _this)
                    throws RemoteException,
                           RuntimeFault
Specified by:
destroyProfile in interface VimService
Throws:
RemoteException
RuntimeFault

associateProfile

public void associateProfile(ManagedObjectReference _this,
                             List<ManagedObjectReference> entity)
                      throws RemoteException,
                             RuntimeFault
Specified by:
associateProfile in interface VimService
Throws:
RemoteException
RuntimeFault

dissociateProfile

public void dissociateProfile(ManagedObjectReference _this,
                              List<ManagedObjectReference> entity)
                       throws RemoteException,
                              RuntimeFault
Specified by:
dissociateProfile in interface VimService
Throws:
RemoteException
RuntimeFault

checkProfileCompliance

public List<ComplianceResult> checkProfileCompliance(ManagedObjectReference _this,
                                                     List<ManagedObjectReference> entity)
                                              throws RemoteException,
                                                     RuntimeFault
Specified by:
checkProfileCompliance in interface VimService
Throws:
RemoteException
RuntimeFault

checkProfileCompliance_Task

public ManagedObjectReference checkProfileCompliance_Task(ManagedObjectReference _this,
                                                          List<ManagedObjectReference> entity)
                                                   throws RemoteException,
                                                          RuntimeFault
Specified by:
checkProfileCompliance_Task in interface VimService
Throws:
RemoteException
RuntimeFault

exportProfile

public String exportProfile(ManagedObjectReference _this)
                     throws RemoteException,
                            RuntimeFault
Specified by:
exportProfile in interface VimService
Throws:
RemoteException
RuntimeFault

createProfile

public ManagedObjectReference createProfile(ManagedObjectReference _this,
                                            ProfileCreateSpec createSpec)
                                     throws RemoteException,
                                            DuplicateName,
                                            RuntimeFault
Specified by:
createProfile in interface VimService
Throws:
RemoteException
DuplicateName
RuntimeFault

queryPolicyMetadata

public List<ProfilePolicyMetadata> queryPolicyMetadata(ManagedObjectReference _this,
                                                       List<String> policyName)
                                                throws RemoteException,
                                                       RuntimeFault
Specified by:
queryPolicyMetadata in interface VimService
Throws:
RemoteException
RuntimeFault

findAssociatedProfile

public List<ManagedObjectReference> findAssociatedProfile(ManagedObjectReference _this,
                                                          ManagedObjectReference entity)
                                                   throws RemoteException,
                                                          RuntimeFault
Specified by:
findAssociatedProfile in interface VimService
Throws:
RemoteException
RuntimeFault

updateClusterProfile

public void updateClusterProfile(ManagedObjectReference _this,
                                 ClusterProfileConfigSpec config)
                          throws RemoteException,
                                 DuplicateName,
                                 RuntimeFault
Specified by:
updateClusterProfile in interface VimService
Throws:
RemoteException
DuplicateName
RuntimeFault

updateReferenceHost

public void updateReferenceHost(ManagedObjectReference _this,
                                ManagedObjectReference host)
                         throws RemoteException,
                                RuntimeFault
Specified by:
updateReferenceHost in interface VimService
Throws:
RemoteException
RuntimeFault

updateHostProfile

public void updateHostProfile(ManagedObjectReference _this,
                              HostProfileConfigSpec config)
                       throws RemoteException,
                              DuplicateName,
                              ProfileUpdateFailed,
                              RuntimeFault
Specified by:
updateHostProfile in interface VimService
Throws:
RemoteException
DuplicateName
ProfileUpdateFailed
RuntimeFault

executeHostProfile

public ProfileExecuteResult executeHostProfile(ManagedObjectReference _this,
                                               ManagedObjectReference host,
                                               List<ProfileDeferredPolicyOptionParameter> deferredParam)
                                        throws RemoteException,
                                               RuntimeFault
Specified by:
executeHostProfile in interface VimService
Throws:
RemoteException
RuntimeFault

applyHostConfig

public void applyHostConfig(ManagedObjectReference _this,
                            ManagedObjectReference host,
                            HostConfigSpec configSpec)
                     throws RemoteException,
                            InvalidState,
                            RuntimeFault,
                            HostConfigFailed
Specified by:
applyHostConfig in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault
HostConfigFailed

applyHostConfig_Task

public ManagedObjectReference applyHostConfig_Task(ManagedObjectReference _this,
                                                   ManagedObjectReference host,
                                                   HostConfigSpec configSpec)
                                            throws RemoteException,
                                                   InvalidState,
                                                   RuntimeFault,
                                                   HostConfigFailed
Specified by:
applyHostConfig_Task in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault
HostConfigFailed

generateConfigTaskList

public HostProfileManagerConfigTaskList generateConfigTaskList(ManagedObjectReference _this,
                                                               HostConfigSpec configSpec,
                                                               ManagedObjectReference host)
                                                        throws RemoteException,
                                                               RuntimeFault
Specified by:
generateConfigTaskList in interface VimService
Throws:
RemoteException
RuntimeFault

queryHostProfileMetadata

public List<ProfileMetadata> queryHostProfileMetadata(ManagedObjectReference _this,
                                                      List<String> profileName)
                                               throws RemoteException,
                                                      RuntimeFault
Specified by:
queryHostProfileMetadata in interface VimService
Throws:
RemoteException
RuntimeFault

createDefaultProfile

public ApplyProfile createDefaultProfile(ManagedObjectReference _this,
                                         String profileType)
                                  throws RemoteException,
                                         RuntimeFault
Specified by:
createDefaultProfile in interface VimService
Throws:
RemoteException
RuntimeFault

removeScheduledTask

public void removeScheduledTask(ManagedObjectReference _this)
                         throws RemoteException,
                                InvalidState,
                                RuntimeFault
Specified by:
removeScheduledTask in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

reconfigureScheduledTask

public void reconfigureScheduledTask(ManagedObjectReference _this,
                                     ScheduledTaskSpec spec)
                              throws RemoteException,
                                     InvalidName,
                                     DuplicateName,
                                     InvalidState,
                                     RuntimeFault
Specified by:
reconfigureScheduledTask in interface VimService
Throws:
RemoteException
InvalidName
DuplicateName
InvalidState
RuntimeFault

runScheduledTask

public void runScheduledTask(ManagedObjectReference _this)
                      throws RemoteException,
                             InvalidState,
                             RuntimeFault
Specified by:
runScheduledTask in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

createScheduledTask

public ManagedObjectReference createScheduledTask(ManagedObjectReference _this,
                                                  ManagedObjectReference entity,
                                                  ScheduledTaskSpec spec)
                                           throws RemoteException,
                                                  InvalidName,
                                                  DuplicateName,
                                                  RuntimeFault
Specified by:
createScheduledTask in interface VimService
Throws:
RemoteException
InvalidName
DuplicateName
RuntimeFault

retrieveEntityScheduledTask

public List<ManagedObjectReference> retrieveEntityScheduledTask(ManagedObjectReference _this,
                                                                ManagedObjectReference entity)
                                                         throws RemoteException,
                                                                RuntimeFault
Specified by:
retrieveEntityScheduledTask in interface VimService
Throws:
RemoteException
RuntimeFault

createObjectScheduledTask

public ManagedObjectReference createObjectScheduledTask(ManagedObjectReference _this,
                                                        ManagedObjectReference obj,
                                                        ScheduledTaskSpec spec)
                                                 throws RemoteException,
                                                        InvalidName,
                                                        DuplicateName,
                                                        RuntimeFault
Specified by:
createObjectScheduledTask in interface VimService
Throws:
RemoteException
InvalidName
DuplicateName
RuntimeFault

retrieveObjectScheduledTask

public List<ManagedObjectReference> retrieveObjectScheduledTask(ManagedObjectReference _this,
                                                                ManagedObjectReference obj)
                                                         throws RemoteException,
                                                                RuntimeFault
Specified by:
retrieveObjectScheduledTask in interface VimService
Throws:
RemoteException
RuntimeFault

openInventoryViewFolder

public List<ManagedObjectReference> openInventoryViewFolder(ManagedObjectReference _this,
                                                            List<ManagedObjectReference> entity)
                                                     throws RemoteException,
                                                            RuntimeFault
Specified by:
openInventoryViewFolder in interface VimService
Throws:
RemoteException
RuntimeFault

closeInventoryViewFolder

public List<ManagedObjectReference> closeInventoryViewFolder(ManagedObjectReference _this,
                                                             List<ManagedObjectReference> entity)
                                                      throws RemoteException,
                                                             RuntimeFault
Specified by:
closeInventoryViewFolder in interface VimService
Throws:
RemoteException
RuntimeFault

modifyListView

public List<ManagedObjectReference> modifyListView(ManagedObjectReference _this,
                                                   List<ManagedObjectReference> add,
                                                   List<ManagedObjectReference> remove)
                                            throws RemoteException,
                                                   RuntimeFault
Specified by:
modifyListView in interface VimService
Throws:
RemoteException
RuntimeFault

resetListView

public List<ManagedObjectReference> resetListView(ManagedObjectReference _this,
                                                  List<ManagedObjectReference> obj)
                                           throws RemoteException,
                                                  RuntimeFault
Specified by:
resetListView in interface VimService
Throws:
RemoteException
RuntimeFault

resetListViewFromView

public void resetListViewFromView(ManagedObjectReference _this,
                                  ManagedObjectReference view)
                           throws RemoteException,
                                  RuntimeFault
Specified by:
resetListViewFromView in interface VimService
Throws:
RemoteException
RuntimeFault

destroyView

public void destroyView(ManagedObjectReference _this)
                 throws RemoteException,
                        RuntimeFault
Specified by:
destroyView in interface VimService
Throws:
RemoteException
RuntimeFault

createInventoryView

public ManagedObjectReference createInventoryView(ManagedObjectReference _this)
                                           throws RemoteException,
                                                  RuntimeFault
Specified by:
createInventoryView in interface VimService
Throws:
RemoteException
RuntimeFault

createContainerView

public ManagedObjectReference createContainerView(ManagedObjectReference _this,
                                                  ManagedObjectReference container,
                                                  List<String> type,
                                                  Boolean recursive)
                                           throws RemoteException,
                                                  RuntimeFault
Specified by:
createContainerView in interface VimService
Throws:
RemoteException
RuntimeFault

createListView

public ManagedObjectReference createListView(ManagedObjectReference _this,
                                             List<ManagedObjectReference> obj)
                                      throws RemoteException,
                                             RuntimeFault
Specified by:
createListView in interface VimService
Throws:
RemoteException
RuntimeFault

createListViewFromView

public ManagedObjectReference createListViewFromView(ManagedObjectReference _this,
                                                     ManagedObjectReference view)
                                              throws RemoteException,
                                                     RuntimeFault
Specified by:
createListViewFromView in interface VimService
Throws:
RemoteException
RuntimeFault

startBackup

public void startBackup(ManagedObjectReference _this,
                        Boolean generateManifests,
                        List<String> volumes)
                 throws RemoteException,
                        InvalidState,
                        ToolsUnavailable,
                        RuntimeFault
Specified by:
startBackup in interface VimService
Throws:
RemoteException
InvalidState
ToolsUnavailable
RuntimeFault

abortBackup

public void abortBackup(ManagedObjectReference _this,
                        String msg)
                 throws RemoteException,
                        InvalidState,
                        ToolsUnavailable,
                        RuntimeFault
Specified by:
abortBackup in interface VimService
Throws:
RemoteException
InvalidState
ToolsUnavailable
RuntimeFault

notifySnapshotCompletion

public void notifySnapshotCompletion(ManagedObjectReference _this)
                              throws RemoteException,
                                     InvalidState,
                                     ToolsUnavailable,
                                     RuntimeFault
Specified by:
notifySnapshotCompletion in interface VimService
Throws:
RemoteException
InvalidState
ToolsUnavailable
RuntimeFault

backupProtocolEvent

public VirtualMachineBackupEventInfo backupProtocolEvent(ManagedObjectReference _this,
                                                         Integer timeout)
                                                  throws RemoteException,
                                                         Timedout,
                                                         InvalidState,
                                                         ToolsUnavailable,
                                                         RuntimeFault
Specified by:
backupProtocolEvent in interface VimService
Throws:
RemoteException
Timedout
InvalidState
ToolsUnavailable
RuntimeFault

revertToSnapshot

public void revertToSnapshot(ManagedObjectReference _this,
                             ManagedObjectReference host,
                             Boolean suppressPowerOn)
                      throws RemoteException,
                             VmConfigFault,
                             TaskInProgress,
                             FileFault,
                             InvalidState,
                             InsufficientResourcesFault,
                             RuntimeFault
Specified by:
revertToSnapshot in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
InsufficientResourcesFault
RuntimeFault

revertToSnapshot_Task

public ManagedObjectReference revertToSnapshot_Task(ManagedObjectReference _this,
                                                    ManagedObjectReference host,
                                                    Boolean suppressPowerOn)
                                             throws RemoteException,
                                                    VmConfigFault,
                                                    TaskInProgress,
                                                    FileFault,
                                                    InvalidState,
                                                    InsufficientResourcesFault,
                                                    RuntimeFault
Specified by:
revertToSnapshot_Task in interface VimService
Throws:
RemoteException
VmConfigFault
TaskInProgress
FileFault
InvalidState
InsufficientResourcesFault
RuntimeFault

removeSnapshot

public void removeSnapshot(ManagedObjectReference _this,
                           Boolean removeChildren)
                    throws RemoteException,
                           TaskInProgress,
                           RuntimeFault
Specified by:
removeSnapshot in interface VimService
Throws:
RemoteException
TaskInProgress
RuntimeFault

removeSnapshot_Task

public ManagedObjectReference removeSnapshot_Task(ManagedObjectReference _this,
                                                  Boolean removeChildren)
                                           throws RemoteException,
                                                  TaskInProgress,
                                                  RuntimeFault
Specified by:
removeSnapshot_Task in interface VimService
Throws:
RemoteException
TaskInProgress
RuntimeFault

renameSnapshot

public void renameSnapshot(ManagedObjectReference _this,
                           String name,
                           String description)
                    throws RemoteException,
                           InvalidName,
                           InvalidState,
                           RuntimeFault
Specified by:
renameSnapshot in interface VimService
Throws:
RemoteException
InvalidName
InvalidState
RuntimeFault

createLinkedClone

public String createLinkedClone(ManagedObjectReference _this,
                                String vmName,
                                String dsPath,
                                Boolean overwrite)
                         throws RemoteException,
                                TaskInProgress,
                                FileFault,
                                InvalidState,
                                InvalidDatastore,
                                RuntimeFault
Specified by:
createLinkedClone in interface VimService
Throws:
RemoteException
TaskInProgress
FileFault
InvalidState
InvalidDatastore
RuntimeFault

createLinkedClone_Task

public ManagedObjectReference createLinkedClone_Task(ManagedObjectReference _this,
                                                     String vmName,
                                                     String dsPath,
                                                     Boolean overwrite)
                                              throws RemoteException,
                                                     TaskInProgress,
                                                     FileFault,
                                                     InvalidState,
                                                     InvalidDatastore,
                                                     RuntimeFault
Specified by:
createLinkedClone_Task in interface VimService
Throws:
RemoteException
TaskInProgress
FileFault
InvalidState
InvalidDatastore
RuntimeFault

checkCompatibility

public List<CheckResult> checkCompatibility(ManagedObjectReference _this,
                                            ManagedObjectReference vm,
                                            ManagedObjectReference host,
                                            ManagedObjectReference pool,
                                            List<String> testType)
                                     throws RemoteException,
                                            NoActiveHostInCluster,
                                            InvalidState,
                                            RuntimeFault
Specified by:
checkCompatibility in interface VimService
Throws:
RemoteException
NoActiveHostInCluster
InvalidState
RuntimeFault

checkCompatibility_Task

public ManagedObjectReference checkCompatibility_Task(ManagedObjectReference _this,
                                                      ManagedObjectReference vm,
                                                      ManagedObjectReference host,
                                                      ManagedObjectReference pool,
                                                      List<String> testType)
                                               throws RemoteException,
                                                      NoActiveHostInCluster,
                                                      InvalidState,
                                                      RuntimeFault
Specified by:
checkCompatibility_Task in interface VimService
Throws:
RemoteException
NoActiveHostInCluster
InvalidState
RuntimeFault

checkVMCompatibility

public List<CheckResult> checkVMCompatibility(ManagedObjectReference _this,
                                              VirtualMachineConfigSpec vmConfigSpec,
                                              List<ManagedObjectReference> hosts)
                                       throws RemoteException,
                                              RuntimeFault
Specified by:
checkVMCompatibility in interface VimService
Throws:
RemoteException
RuntimeFault

checkVMCompatibility_Task

public ManagedObjectReference checkVMCompatibility_Task(ManagedObjectReference _this,
                                                        VirtualMachineConfigSpec vmConfigSpec,
                                                        List<ManagedObjectReference> hosts)
                                                 throws RemoteException,
                                                        RuntimeFault
Specified by:
checkVMCompatibility_Task in interface VimService
Throws:
RemoteException
RuntimeFault

queryVMotionCompatibilityEx

public List<CheckResult> queryVMotionCompatibilityEx(ManagedObjectReference _this,
                                                     List<ManagedObjectReference> vm,
                                                     List<ManagedObjectReference> host)
                                              throws RemoteException,
                                                     RuntimeFault
Specified by:
queryVMotionCompatibilityEx in interface VimService
Throws:
RemoteException
RuntimeFault

queryVMotionCompatibilityEx_Task

public ManagedObjectReference queryVMotionCompatibilityEx_Task(ManagedObjectReference _this,
                                                               List<ManagedObjectReference> vm,
                                                               List<ManagedObjectReference> host)
                                                        throws RemoteException,
                                                               RuntimeFault
Specified by:
queryVMotionCompatibilityEx_Task in interface VimService
Throws:
RemoteException
RuntimeFault

checkMigrate

public List<CheckResult> checkMigrate(ManagedObjectReference _this,
                                      ManagedObjectReference vm,
                                      ManagedObjectReference host,
                                      ManagedObjectReference pool,
                                      VirtualMachinePowerState state,
                                      List<String> testType)
                               throws RemoteException,
                                      InvalidState,
                                      RuntimeFault
Specified by:
checkMigrate in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

checkMigrate_Task

public ManagedObjectReference checkMigrate_Task(ManagedObjectReference _this,
                                                ManagedObjectReference vm,
                                                ManagedObjectReference host,
                                                ManagedObjectReference pool,
                                                VirtualMachinePowerState state,
                                                List<String> testType)
                                         throws RemoteException,
                                                InvalidState,
                                                RuntimeFault
Specified by:
checkMigrate_Task in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

checkRelocate

public List<CheckResult> checkRelocate(ManagedObjectReference _this,
                                       ManagedObjectReference vm,
                                       VirtualMachineRelocateSpec spec,
                                       List<String> testType)
                                throws RemoteException,
                                       InvalidState,
                                       RuntimeFault
Specified by:
checkRelocate in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

checkRelocate_Task

public ManagedObjectReference checkRelocate_Task(ManagedObjectReference _this,
                                                 ManagedObjectReference vm,
                                                 VirtualMachineRelocateSpec spec,
                                                 List<String> testType)
                                          throws RemoteException,
                                                 InvalidState,
                                                 RuntimeFault
Specified by:
checkRelocate_Task in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

checkClone

public List<CheckResult> checkClone(ManagedObjectReference _this,
                                    ManagedObjectReference vm,
                                    ManagedObjectReference folder,
                                    String name,
                                    VirtualMachineCloneSpec spec,
                                    List<String> testType)
                             throws RemoteException,
                                    InvalidState,
                                    RuntimeFault
Specified by:
checkClone in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault

checkClone_Task

public ManagedObjectReference checkClone_Task(ManagedObjectReference _this,
                                              ManagedObjectReference vm,
                                              ManagedObjectReference folder,
                                              String name,
                                              VirtualMachineCloneSpec spec,
                                              List<String> testType)
                                       throws RemoteException,
                                              InvalidState,
                                              RuntimeFault
Specified by:
checkClone_Task in interface VimService
Throws:
RemoteException
InvalidState
RuntimeFault


Copyright © 2009-2010 Hyper9. All Rights Reserved.