public class VimStub extends Object
| Constructor and Description |
|---|
VimStub(String url,
boolean ignoreCert) |
VimStub(WSClient wsc) |
public VimStub(String url, boolean ignoreCert) throws MalformedURLException
MalformedURLExceptionpublic VimStub(WSClient wsc)
public WSClient getWsc()
public void destroyPropertyFilter(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference createFilter(ManagedObjectReference _this, PropertyFilterSpec spec, boolean partialUpdates) throws RemoteException, InvalidProperty, RuntimeFault
public ObjectContent[] retrieveProperties(ManagedObjectReference _this, PropertyFilterSpec[] specSet) throws RemoteException, InvalidProperty, RuntimeFault
public UpdateSet checkForUpdates(ManagedObjectReference _this, String version) throws RemoteException, InvalidCollectorVersion, RuntimeFault
public UpdateSet waitForUpdates(ManagedObjectReference _this, String version) throws RemoteException, InvalidCollectorVersion, RuntimeFault
public void cancelWaitForUpdates(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic UpdateSet waitForUpdatesEx(ManagedObjectReference _this, String version, WaitOptions options) throws RemoteException, InvalidCollectorVersion, RuntimeFault
public RetrieveResult retrievePropertiesEx(ManagedObjectReference _this, PropertyFilterSpec[] specSet, RetrieveOptions options) throws RemoteException, InvalidProperty, RuntimeFault
public RetrieveResult continueRetrievePropertiesEx(ManagedObjectReference _this, String token) throws RemoteException, InvalidProperty, RuntimeFault
public void cancelRetrievePropertiesEx(ManagedObjectReference _this, String token) throws RemoteException, InvalidProperty, RuntimeFault
public ManagedObjectReference createPropertyCollector(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void destroyPropertyCollector(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic int addAuthorizationRole(ManagedObjectReference _this, String name, String[] privIds) throws RemoteException, AlreadyExists, InvalidName, RuntimeFault
public void removeAuthorizationRole(ManagedObjectReference _this, int roleId, boolean failIfUsed) throws RemoteException, NotFound, RemoveFailed, RuntimeFault
public void updateAuthorizationRole(ManagedObjectReference _this, int roleId, String newName, String[] privIds) throws RemoteException, NotFound, InvalidName, AlreadyExists, RuntimeFault
public void mergePermissions(ManagedObjectReference _this, int srcRoleId, int dstRoleId) throws RemoteException, NotFound, AuthMinimumAdminPermission, RuntimeFault
public Permission[] retrieveRolePermissions(ManagedObjectReference _this, int roleId) throws RemoteException, NotFound, RuntimeFault
RemoteExceptionNotFoundRuntimeFaultpublic Permission[] retrieveEntityPermissions(ManagedObjectReference _this, ManagedObjectReference entity, boolean inherited) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic Permission[] retrieveAllPermissions(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void setEntityPermissions(ManagedObjectReference _this, ManagedObjectReference entity, Permission[] permission) throws RemoteException, UserNotFound, NotFound, AuthMinimumAdminPermission, RuntimeFault
public void resetEntityPermissions(ManagedObjectReference _this, ManagedObjectReference entity, Permission[] permission) throws RemoteException, UserNotFound, NotFound, AuthMinimumAdminPermission, RuntimeFault
public void removeEntityPermission(ManagedObjectReference _this, ManagedObjectReference entity, String user, boolean isGroup) throws RemoteException, NotFound, AuthMinimumAdminPermission, RuntimeFault
public boolean[] hasPrivilegeOnEntity(ManagedObjectReference _this, ManagedObjectReference entity, String sessionId, String[] privId) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference reconfigureCluster_Task(ManagedObjectReference _this, ClusterConfigSpec spec, boolean modify) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void applyRecommendation(ManagedObjectReference _this, String key) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void cancelRecommendation(ManagedObjectReference _this, String key) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ClusterHostRecommendation[] recommendHostsForVm(ManagedObjectReference _this, ManagedObjectReference vm, ManagedObjectReference pool) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference addHost_Task(ManagedObjectReference _this, HostConnectSpec spec, boolean asConnected, ManagedObjectReference resourcePool, String license) throws RemoteException, InvalidLogin, HostConnectFault, DuplicateName, RuntimeFault
public ManagedObjectReference moveInto_Task(ManagedObjectReference _this, ManagedObjectReference[] host) throws RemoteException, DuplicateName, TooManyHosts, InvalidState, RuntimeFault
public ManagedObjectReference moveHostInto_Task(ManagedObjectReference _this, ManagedObjectReference host, ManagedObjectReference resourcePool) throws RemoteException, TooManyHosts, InvalidState, RuntimeFault
public void refreshRecommendation(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ClusterDasAdvancedRuntimeInfo retrieveDasAdvancedRuntimeInfo(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ClusterEnterMaintenanceResult clusterEnterMaintenanceMode(ManagedObjectReference _this, ManagedObjectReference[] host, OptionValue[] option) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference reconfigureComputeResource_Task(ManagedObjectReference _this, ComputeResourceConfigSpec spec, boolean modify) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic CustomFieldDef addCustomFieldDef(ManagedObjectReference _this, String name, String moType, PrivilegePolicyDef fieldDefPolicy, PrivilegePolicyDef fieldPolicy) throws RemoteException, DuplicateName, InvalidPrivilege, RuntimeFault
public void removeCustomFieldDef(ManagedObjectReference _this, int key) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void renameCustomFieldDef(ManagedObjectReference _this, int key, String name) throws RemoteException, DuplicateName, RuntimeFault
RemoteExceptionDuplicateNameRuntimeFaultpublic void setField(ManagedObjectReference _this, ManagedObjectReference entity, int key, String value) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic boolean doesCustomizationSpecExist(ManagedObjectReference _this, String name) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic CustomizationSpecItem getCustomizationSpec(ManagedObjectReference _this, String name) throws RemoteException, NotFound, RuntimeFault
RemoteExceptionNotFoundRuntimeFaultpublic void createCustomizationSpec(ManagedObjectReference _this, CustomizationSpecItem item) throws RemoteException, CustomizationFault, AlreadyExists, RuntimeFault
public void overwriteCustomizationSpec(ManagedObjectReference _this, CustomizationSpecItem item) throws RemoteException, CustomizationFault, NotFound, ConcurrentAccess, RuntimeFault
public void deleteCustomizationSpec(ManagedObjectReference _this, String name) throws RemoteException, NotFound, RuntimeFault
RemoteExceptionNotFoundRuntimeFaultpublic void duplicateCustomizationSpec(ManagedObjectReference _this, String name, String newName) throws RemoteException, NotFound, AlreadyExists, RuntimeFault
public void renameCustomizationSpec(ManagedObjectReference _this, String name, String newName) throws RemoteException, NotFound, AlreadyExists, RuntimeFault
public String customizationSpecItemToXml(ManagedObjectReference _this, CustomizationSpecItem item) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic CustomizationSpecItem xmlToCustomizationSpecItem(ManagedObjectReference _this, String specItemXml) throws RemoteException, CustomizationFault, RuntimeFault
public void checkCustomizationResources(ManagedObjectReference _this, String guestOs) throws RemoteException, CustomizationFault, RuntimeFault
public HostConnectInfo queryConnectionInfo(ManagedObjectReference _this, String hostname, int port, String username, String password, String sslThumbprint) throws RemoteException, InvalidLogin, HostConnectFault, RuntimeFault
public ManagedObjectReference powerOnMultiVM_Task(ManagedObjectReference _this, ManagedObjectReference[] vm, OptionValue[] option) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic VirtualMachineConfigOptionDescriptor[] queryDatacenterConfigOptionDescriptor(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference reconfigureDatacenter_Task(ManagedObjectReference _this, DatacenterConfigSpec spec, boolean modify) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void refreshDatastore(ManagedObjectReference _this) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void refreshDatastoreStorageInfo(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference updateVirtualMachineFiles_Task(ManagedObjectReference _this, DatastoreMountPathDatastorePair[] mountPathDatastoreMapping) throws RemoteException, ResourceInUse, PlatformConfigFault, TaskInProgress, InvalidDatastore, RuntimeFault
public void renameDatastore(ManagedObjectReference _this, String newName) throws RemoteException, DuplicateName, InvalidName, RuntimeFault
public void destroyDatastore(ManagedObjectReference _this) throws RemoteException, ResourceInUse, RuntimeFault
RemoteExceptionResourceInUseRuntimeFaultpublic StoragePlacementResult datastoreEnterMaintenanceMode(ManagedObjectReference _this) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic ManagedObjectReference datastoreExitMaintenanceMode_Task(ManagedObjectReference _this) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic DiagnosticManagerLogDescriptor[] queryDescriptions(ManagedObjectReference _this, ManagedObjectReference host) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic DiagnosticManagerLogHeader browseDiagnosticLog(ManagedObjectReference _this, ManagedObjectReference host, String key, int start, int lines) throws RemoteException, CannotAccessFile, RuntimeFault
public ManagedObjectReference generateLogBundles_Task(ManagedObjectReference _this, boolean includeDefault, ManagedObjectReference[] host) throws RemoteException, LogBundlingFailed, TaskInProgress, RuntimeFault
public String[] fetchDVPortKeys(ManagedObjectReference _this, DistributedVirtualSwitchPortCriteria criteria) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic DistributedVirtualPort[] fetchDVPorts(ManagedObjectReference _this, DistributedVirtualSwitchPortCriteria criteria) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic int[] queryUsedVlanIdInDvs(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference reconfigureDvs_Task(ManagedObjectReference _this, DVSConfigSpec spec) throws RemoteException, DvsFault, ConcurrentAccess, DuplicateName, InvalidState, InvalidName, NotFound, AlreadyExists, LimitExceeded, ResourceInUse, ResourceNotAvailable, DvsNotAuthorized, RuntimeFault
public ManagedObjectReference performDvsProductSpecOperation_Task(ManagedObjectReference _this, String operation, DistributedVirtualSwitchProductSpec productSpec) throws RemoteException, TaskInProgress, InvalidState, DvsFault, RuntimeFault
public ManagedObjectReference mergeDvs_Task(ManagedObjectReference _this, ManagedObjectReference dvs) throws RemoteException, DvsFault, NotFound, ResourceInUse, InvalidHostState, RuntimeFault
public ManagedObjectReference addDVPortgroup_Task(ManagedObjectReference _this, DVPortgroupConfigSpec[] spec) throws RemoteException, DvsFault, DuplicateName, InvalidName, RuntimeFault
public ManagedObjectReference moveDVPort_Task(ManagedObjectReference _this, String[] portKey, String destinationPortgroupKey) throws RemoteException, DvsFault, NotFound, ConcurrentAccess, RuntimeFault
public void updateDvsCapability(ManagedObjectReference _this, DVSCapability capability) throws RemoteException, DvsFault, RuntimeFault
RemoteExceptionDvsFaultRuntimeFaultpublic ManagedObjectReference reconfigureDVPort_Task(ManagedObjectReference _this, DVPortConfigSpec[] port) throws RemoteException, DvsFault, NotFound, ResourceInUse, ConcurrentAccess, RuntimeFault
public void refreshDVPortState(ManagedObjectReference _this, String[] portKeys) throws RemoteException, DvsFault, NotFound, RuntimeFault
RemoteExceptionDvsFaultNotFoundRuntimeFaultpublic ManagedObjectReference rectifyDvsHost_Task(ManagedObjectReference _this, ManagedObjectReference[] hosts) throws RemoteException, DvsFault, NotFound, RuntimeFault
RemoteExceptionDvsFaultNotFoundRuntimeFaultpublic void updateNetworkResourcePool(ManagedObjectReference _this, DVSNetworkResourcePoolConfigSpec[] configSpec) throws RemoteException, DvsFault, NotFound, InvalidName, ConcurrentAccess, RuntimeFault
public void addNetworkResourcePool(ManagedObjectReference _this, DVSNetworkResourcePoolConfigSpec[] configSpec) throws RemoteException, DvsFault, InvalidName, RuntimeFault
public void removeNetworkResourcePool(ManagedObjectReference _this, String[] key) throws RemoteException, DvsFault, NotFound, InvalidName, ResourceInUse, RuntimeFault
public void enableNetworkResourceManagement(ManagedObjectReference _this, boolean enable) throws RemoteException, DvsFault, RuntimeFault
RemoteExceptionDvsFaultRuntimeFaultpublic ManagedObjectReference dVSRollback_Task(ManagedObjectReference _this, EntityBackupConfig entityBackup) throws RemoteException, DvsFault, RollbackFailure, RuntimeFault
public ManagedObjectReference createDVPortgroup_Task(ManagedObjectReference _this, DVPortgroupConfigSpec spec) throws RemoteException, DvsFault, DuplicateName, InvalidName, RuntimeFault
public ManagedObjectReference updateDVSHealthCheckConfig_Task(ManagedObjectReference _this, DVSHealthCheckConfig[] healthCheckConfig) throws RemoteException, DvsFault, RuntimeFault
RemoteExceptionDvsFaultRuntimeFaultpublic ManagedObjectReference lookupDvPortGroup(ManagedObjectReference _this, String portgroupKey) throws RemoteException, NotFound, RuntimeFault
RemoteExceptionNotFoundRuntimeFaultpublic VirtualMachineConfigOptionDescriptor[] queryConfigOptionDescriptor(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic VirtualMachineConfigOption queryConfigOption(ManagedObjectReference _this, String key, ManagedObjectReference host) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ConfigTarget queryConfigTarget(ManagedObjectReference _this, ManagedObjectReference host) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic HostCapability queryTargetCapabilities(ManagedObjectReference _this, ManagedObjectReference host) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void setCustomValue(ManagedObjectReference _this, String key, String value) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void unregisterExtension(ManagedObjectReference _this, String extensionKey) throws RemoteException, NotFound, RuntimeFault
RemoteExceptionNotFoundRuntimeFaultpublic Extension findExtension(ManagedObjectReference _this, String extensionKey) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void registerExtension(ManagedObjectReference _this, Extension extension) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void updateExtension(ManagedObjectReference _this, Extension extension) throws RemoteException, NotFound, RuntimeFault
RemoteExceptionNotFoundRuntimeFaultpublic String getPublicKey(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void setPublicKey(ManagedObjectReference _this, String extensionKey, String publicKey) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void setExtensionCertificate(ManagedObjectReference _this, String extensionKey, String certificatePem) throws RemoteException, NotFound, NoClientCertificate, RuntimeFault
public ManagedObjectReference[] queryManagedBy(ManagedObjectReference _this, String extensionKey) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ExtensionManagerIpAllocationUsage[] queryExtensionIpAllocationUsage(ManagedObjectReference _this, String[] extensionKeys) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference moveDatastoreFile_Task(ManagedObjectReference _this, String sourceName, ManagedObjectReference sourceDatacenter, String destinationName, ManagedObjectReference destinationDatacenter, Boolean force) throws RemoteException, InvalidDatastore, FileFault, RuntimeFault
public ManagedObjectReference copyDatastoreFile_Task(ManagedObjectReference _this, String sourceName, ManagedObjectReference sourceDatacenter, String destinationName, ManagedObjectReference destinationDatacenter, Boolean force) throws RemoteException, InvalidDatastore, FileFault, RuntimeFault
public ManagedObjectReference deleteDatastoreFile_Task(ManagedObjectReference _this, String name, ManagedObjectReference datacenter) throws RemoteException, InvalidDatastore, FileFault, RuntimeFault
public void makeDirectory(ManagedObjectReference _this, String name, ManagedObjectReference datacenter, Boolean createParentDirectories) throws RemoteException, InvalidDatastore, FileFault, RuntimeFault
public void changeOwner(ManagedObjectReference _this, String name, ManagedObjectReference datacenter, String owner) throws RemoteException, InvalidDatastore, FileFault, UserNotFound, RuntimeFault
public ManagedObjectReference createFolder(ManagedObjectReference _this, String name) throws RemoteException, DuplicateName, InvalidName, RuntimeFault
public ManagedObjectReference moveIntoFolder_Task(ManagedObjectReference _this, ManagedObjectReference[] list) throws RemoteException, DuplicateName, InvalidFolder, InvalidState, RuntimeFault
public ManagedObjectReference createVM_Task(ManagedObjectReference _this, VirtualMachineConfigSpec config, ManagedObjectReference pool, ManagedObjectReference host) throws RemoteException, VmConfigFault, FileFault, OutOfBounds, DuplicateName, InvalidName, InvalidDatastore, InsufficientResourcesFault, AlreadyExists, InvalidState, RuntimeFault
public ManagedObjectReference registerVM_Task(ManagedObjectReference _this, String path, String name, boolean asTemplate, ManagedObjectReference pool, ManagedObjectReference host) throws RemoteException, OutOfBounds, DuplicateName, AlreadyExists, InvalidDatastore, NotFound, InvalidName, VmConfigFault, InsufficientResourcesFault, FileFault, InvalidState, RuntimeFault
public ManagedObjectReference createCluster(ManagedObjectReference _this, String name, ClusterConfigSpec spec) throws RemoteException, DuplicateName, InvalidName, RuntimeFault
public ManagedObjectReference createClusterEx(ManagedObjectReference _this, String name, ClusterConfigSpecEx spec) throws RemoteException, DuplicateName, InvalidName, RuntimeFault
public ManagedObjectReference addStandaloneHost_Task(ManagedObjectReference _this, HostConnectSpec spec, ComputeResourceConfigSpec compResSpec, boolean addConnected, String license) throws RemoteException, InvalidLogin, HostConnectFault, DuplicateName, RuntimeFault
public ManagedObjectReference createDatacenter(ManagedObjectReference _this, String name) throws RemoteException, DuplicateName, InvalidName, RuntimeFault
public ManagedObjectReference unregisterAndDestroy_Task(ManagedObjectReference _this) throws RemoteException, ConcurrentAccess, InvalidState, RuntimeFault
public ManagedObjectReference createDVS_Task(ManagedObjectReference _this, DVSCreateSpec spec) throws RemoteException, DvsFault, DuplicateName, InvalidName, NotFound, DvsNotAuthorized, RuntimeFault
public ManagedObjectReference createStoragePod(ManagedObjectReference _this, String name) throws RemoteException, DuplicateName, InvalidName, RuntimeFault
public void setCollectorPageSize(ManagedObjectReference _this, int maxCount) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void rewindCollector(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void resetCollector(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void destroyCollector(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic HostTpmAttestationReport queryTpmAttestationReport(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic HostConnectInfo queryHostConnectionInfo(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void updateSystemResources(ManagedObjectReference _this, HostSystemResourceInfo resourceInfo) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void updateSystemSwapConfiguration(ManagedObjectReference _this, HostSystemSwapConfiguration sysSwapConfig) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference reconnectHost_Task(ManagedObjectReference _this, HostConnectSpec cnxSpec, HostSystemReconnectSpec reconnectSpec) throws RemoteException, InvalidLogin, InvalidState, InvalidName, HostConnectFault, RuntimeFault
public ManagedObjectReference disconnectHost_Task(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference enterMaintenanceMode_Task(ManagedObjectReference _this, int timeout, Boolean evacuatePoweredOffVms) throws RemoteException, InvalidState, Timedout, RuntimeFault
public ManagedObjectReference exitMaintenanceMode_Task(ManagedObjectReference _this, int timeout) throws RemoteException, InvalidState, Timedout, RuntimeFault
public ManagedObjectReference rebootHost_Task(ManagedObjectReference _this, boolean force) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic ManagedObjectReference shutdownHost_Task(ManagedObjectReference _this, boolean force) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic ManagedObjectReference powerDownHostToStandBy_Task(ManagedObjectReference _this, int timeoutSec, Boolean evacuatePoweredOffVms) throws RemoteException, HostPowerOpFailed, InvalidState, NotSupported, Timedout, RequestCanceled, RuntimeFault
public ManagedObjectReference powerUpHostFromStandBy_Task(ManagedObjectReference _this, int timeoutSec) throws RemoteException, HostPowerOpFailed, InvalidState, NotSupported, Timedout, RuntimeFault
public long queryMemoryOverhead(ManagedObjectReference _this, long memorySize, int videoRamSize, int numVcpus) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic long queryMemoryOverheadEx(ManagedObjectReference _this, VirtualMachineConfigInfo vmConfigInfo) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference reconfigureHostForDAS_Task(ManagedObjectReference _this) throws RemoteException, DasConfigFault, RuntimeFault
public void updateFlags(ManagedObjectReference _this, HostFlagInfo flagInfo) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void enterLockdownMode(ManagedObjectReference _this) throws RemoteException, HostConfigFault, RuntimeFault
public void exitLockdownMode(ManagedObjectReference _this) throws RemoteException, HostConfigFault, RuntimeFault
public HostServiceTicket acquireCimServicesTicket(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void updateIpmi(ManagedObjectReference _this, HostIpmiInfo ipmiInfo) throws RemoteException, InvalidIpmiLoginInfo, InvalidIpmiMacAddress, RuntimeFault
public long retrieveHardwareUptime(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic HttpNfcLeaseManifestEntry[] httpNfcLeaseGetManifest(ManagedObjectReference _this) throws RemoteException, Timedout, InvalidState, RuntimeFault
public void httpNfcLeaseComplete(ManagedObjectReference _this) throws RemoteException, Timedout, InvalidState, RuntimeFault
public void httpNfcLeaseAbort(ManagedObjectReference _this, LocalizedMethodFault fault) throws RemoteException, Timedout, InvalidState, RuntimeFault
public void httpNfcLeaseProgress(ManagedObjectReference _this, int percent) throws RemoteException, Timedout, RuntimeFault
RemoteExceptionTimedoutRuntimeFaultpublic IpPool[] queryIpPools(ManagedObjectReference _this, ManagedObjectReference dc) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic int createIpPool(ManagedObjectReference _this, ManagedObjectReference dc, IpPool pool) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void updateIpPool(ManagedObjectReference _this, ManagedObjectReference dc, IpPool pool) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void destroyIpPool(ManagedObjectReference _this, ManagedObjectReference dc, int id, boolean force) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic String allocateIpv4Address(ManagedObjectReference _this, ManagedObjectReference dc, int poolId, String allocationId) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic String allocateIpv6Address(ManagedObjectReference _this, ManagedObjectReference dc, int poolId, String allocationId) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void releaseIpAllocation(ManagedObjectReference _this, ManagedObjectReference dc, int poolId, String allocationId) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic IpPoolManagerIpAllocation[] queryIPAllocations(ManagedObjectReference _this, ManagedObjectReference dc, int poolId, String extensionKey) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic LicenseManagerLicenseInfo updateAssignedLicense(ManagedObjectReference _this, String entity, String licenseKey, String entityDisplayName) throws RemoteException, LicenseEntityNotFound, RuntimeFault
public void removeAssignedLicense(ManagedObjectReference _this, String entityId) throws RemoteException, LicenseEntityNotFound, RuntimeFault
public LicenseAssignmentManagerLicenseAssignment[] queryAssignedLicenses(ManagedObjectReference _this, String entityId) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic LicenseFeatureInfo[] querySupportedFeatures(ManagedObjectReference _this, ManagedObjectReference host) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic LicenseAvailabilityInfo[] queryLicenseSourceAvailability(ManagedObjectReference _this, ManagedObjectReference host) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic LicenseUsageInfo queryLicenseUsage(ManagedObjectReference _this, ManagedObjectReference host) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void setLicenseEdition(ManagedObjectReference _this, ManagedObjectReference host, String featureKey) throws RemoteException, InvalidState, LicenseServerUnavailable, RuntimeFault
public boolean checkLicenseFeature(ManagedObjectReference _this, ManagedObjectReference host, String featureKey) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic boolean enableFeature(ManagedObjectReference _this, ManagedObjectReference host, String featureKey) throws RemoteException, InvalidState, LicenseServerUnavailable, RuntimeFault
public boolean disableFeature(ManagedObjectReference _this, ManagedObjectReference host, String featureKey) throws RemoteException, InvalidState, LicenseServerUnavailable, RuntimeFault
public void configureLicenseSource(ManagedObjectReference _this, ManagedObjectReference host, LicenseSource licenseSource) throws RemoteException, CannotAccessLocalSource, InvalidLicense, LicenseServerUnavailable, RuntimeFault
public LicenseManagerLicenseInfo updateLicense(ManagedObjectReference _this, String licenseKey, KeyValue[] labels) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic LicenseManagerLicenseInfo addLicense(ManagedObjectReference _this, String licenseKey, KeyValue[] labels) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void removeLicense(ManagedObjectReference _this, String licenseKey) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic LicenseManagerLicenseInfo decodeLicense(ManagedObjectReference _this, String licenseKey) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void updateLicenseLabel(ManagedObjectReference _this, String licenseKey, String labelKey, String labelValue) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void removeLicenseLabel(ManagedObjectReference _this, String licenseKey, String labelKey) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void reload(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference rename_Task(ManagedObjectReference _this, String newName) throws RemoteException, DuplicateName, InvalidName, RuntimeFault
public ManagedObjectReference destroy_Task(ManagedObjectReference _this) throws RemoteException, VimFault, RuntimeFault
RemoteExceptionVimFaultRuntimeFaultpublic void destroyNetwork(ManagedObjectReference _this) throws RemoteException, ResourceInUse, RuntimeFault
RemoteExceptionResourceInUseRuntimeFaultpublic OvfValidateHostResult validateHost(ManagedObjectReference _this, String ovfDescriptor, ManagedObjectReference host, OvfValidateHostParams vhp) throws RemoteException, TaskInProgress, ConcurrentAccess, FileFault, InvalidState, RuntimeFault
public OvfParseDescriptorResult parseDescriptor(ManagedObjectReference _this, String ovfDescriptor, OvfParseDescriptorParams pdp) throws RemoteException, TaskInProgress, VmConfigFault, ConcurrentAccess, FileFault, InvalidState, RuntimeFault
public OvfCreateImportSpecResult createImportSpec(ManagedObjectReference _this, String ovfDescriptor, ManagedObjectReference resourcePool, ManagedObjectReference datastore, OvfCreateImportSpecParams cisp) throws RemoteException, TaskInProgress, VmConfigFault, ConcurrentAccess, FileFault, InvalidState, InvalidDatastore, RuntimeFault
public OvfCreateDescriptorResult createDescriptor(ManagedObjectReference _this, ManagedObjectReference obj, OvfCreateDescriptorParams cdp) throws RemoteException, TaskInProgress, VmConfigFault, ConcurrentAccess, FileFault, InvalidState, RuntimeFault
public PerfProviderSummary queryPerfProviderSummary(ManagedObjectReference _this, ManagedObjectReference entity) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic PerfMetricId[] queryAvailablePerfMetric(ManagedObjectReference _this, ManagedObjectReference entity, Calendar beginTime, Calendar endTime, int intervalId) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic PerfCounterInfo[] queryPerfCounter(ManagedObjectReference _this, int[] counterId) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic PerfCounterInfo[] queryPerfCounterByLevel(ManagedObjectReference _this, int level) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic PerfEntityMetricBase[] queryPerf(ManagedObjectReference _this, PerfQuerySpec[] querySpec) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic PerfCompositeMetric queryPerfComposite(ManagedObjectReference _this, PerfQuerySpec querySpec) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void createPerfInterval(ManagedObjectReference _this, PerfInterval intervalId) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void removePerfInterval(ManagedObjectReference _this, int samplePeriod) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void updatePerfInterval(ManagedObjectReference _this, PerfInterval interval) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void updateCounterLevelMapping(ManagedObjectReference _this, PerformanceManagerCounterLevelMapping[] counterLevelMap) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void resetCounterLevelMapping(ManagedObjectReference _this, int[] counters) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic DatabaseSizeEstimate estimateDatabaseSize(ManagedObjectReference _this, DatabaseSizeParam dbSizeParam) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void updateConfig(ManagedObjectReference _this, String name, ResourceConfigSpec config) throws RemoteException, InvalidName, DuplicateName, InsufficientResourcesFault, ConcurrentAccess, RuntimeFault
public void moveIntoResourcePool(ManagedObjectReference _this, ManagedObjectReference[] list) throws RemoteException, DuplicateName, InsufficientResourcesFault, RuntimeFault
public void updateChildResourceConfiguration(ManagedObjectReference _this, ResourceConfigSpec[] spec) throws RemoteException, InvalidState, InsufficientResourcesFault, RuntimeFault
public ManagedObjectReference createResourcePool(ManagedObjectReference _this, String name, ResourceConfigSpec spec) throws RemoteException, InvalidName, DuplicateName, InsufficientResourcesFault, RuntimeFault
public void destroyChildren(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference createVApp(ManagedObjectReference _this, String name, ResourceConfigSpec resSpec, VAppConfigSpec configSpec, ManagedObjectReference vmFolder) throws RemoteException, InvalidName, DuplicateName, InsufficientResourcesFault, InvalidState, VmConfigFault, RuntimeFault
public ManagedObjectReference createChildVM_Task(ManagedObjectReference _this, VirtualMachineConfigSpec config, ManagedObjectReference host) throws RemoteException, VmConfigFault, FileFault, OutOfBounds, InvalidName, InvalidDatastore, InsufficientResourcesFault, RuntimeFault
public ManagedObjectReference registerChildVM_Task(ManagedObjectReference _this, String path, String name, ManagedObjectReference host) throws RemoteException, OutOfBounds, AlreadyExists, InvalidDatastore, NotFound, InvalidName, VmConfigFault, InsufficientResourcesFault, FileFault, RuntimeFault
public ManagedObjectReference importVApp(ManagedObjectReference _this, ImportSpec spec, ManagedObjectReference folder, ManagedObjectReference host) throws RemoteException, VmConfigFault, FileFault, OutOfBounds, DuplicateName, InvalidName, InvalidDatastore, InsufficientResourcesFault, RuntimeFault
public ResourceConfigOption queryResourceConfigOption(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void refreshRuntime(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference findByUuid(ManagedObjectReference _this, ManagedObjectReference datacenter, String uuid, boolean vmSearch, Boolean instanceUuid) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference findByDatastorePath(ManagedObjectReference _this, ManagedObjectReference datacenter, String path) throws RemoteException, InvalidDatastore, RuntimeFault
public ManagedObjectReference findByDnsName(ManagedObjectReference _this, ManagedObjectReference datacenter, String dnsName, boolean vmSearch) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference findByIp(ManagedObjectReference _this, ManagedObjectReference datacenter, String ip, boolean vmSearch) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference findByInventoryPath(ManagedObjectReference _this, String inventoryPath) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference findChild(ManagedObjectReference _this, ManagedObjectReference entity, String name) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference[] findAllByUuid(ManagedObjectReference _this, ManagedObjectReference datacenter, String uuid, boolean vmSearch, Boolean instanceUuid) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference[] findAllByDnsName(ManagedObjectReference _this, ManagedObjectReference datacenter, String dnsName, boolean vmSearch) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference[] findAllByIp(ManagedObjectReference _this, ManagedObjectReference datacenter, String ip, boolean vmSearch) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic Calendar currentTime(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ServiceContent retrieveServiceContent(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic Event[] validateMigration(ManagedObjectReference _this, ManagedObjectReference[] vm, VirtualMachinePowerState state, String[] testType, ManagedObjectReference pool, ManagedObjectReference host) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic HostVMotionCompatibility[] queryVMotionCompatibility(ManagedObjectReference _this, ManagedObjectReference vm, ManagedObjectReference[] host, String[] compatibility) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ProductComponentInfo[] retrieveProductComponents(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ServiceManagerServiceInfo[] queryServiceList(ManagedObjectReference _this, String serviceName, String[] location) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void updateServiceMessage(ManagedObjectReference _this, String message) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic UserSession loginByToken(ManagedObjectReference _this, String locale) throws RemoteException, InvalidLogin, InvalidLocale, RuntimeFault
public UserSession login(ManagedObjectReference _this, String userName, String password, String locale) throws RemoteException, InvalidLogin, InvalidLocale, RuntimeFault
public UserSession loginBySSPI(ManagedObjectReference _this, String base64Token, String locale) throws RemoteException, SSPIChallenge, InvalidLogin, InvalidLocale, RuntimeFault
public void logout(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic SessionManagerLocalTicket acquireLocalTicket(ManagedObjectReference _this, String userName) throws RemoteException, InvalidLogin, RuntimeFault
RemoteExceptionInvalidLoginRuntimeFaultpublic SessionManagerGenericServiceTicket acquireGenericServiceTicket(ManagedObjectReference _this, SessionManagerServiceRequestSpec spec) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void terminateSession(ManagedObjectReference _this, String[] sessionId) throws RemoteException, NotFound, RuntimeFault
RemoteExceptionNotFoundRuntimeFaultpublic void setLocale(ManagedObjectReference _this, String locale) throws RemoteException, InvalidLocale, RuntimeFault
RemoteExceptionInvalidLocaleRuntimeFaultpublic UserSession loginExtensionBySubjectName(ManagedObjectReference _this, String extensionKey, String locale) throws RemoteException, InvalidLogin, InvalidLocale, NotFound, NoClientCertificate, NoSubjectName, RuntimeFault
public UserSession loginExtensionByCertificate(ManagedObjectReference _this, String extensionKey, String locale) throws RemoteException, InvalidLogin, InvalidLocale, NoClientCertificate, RuntimeFault
public UserSession impersonateUser(ManagedObjectReference _this, String userName, String locale) throws RemoteException, InvalidLogin, InvalidLocale, RuntimeFault
public boolean sessionIsActive(ManagedObjectReference _this, String sessionID, String userName) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic String acquireCloneTicket(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic UserSession cloneSession(ManagedObjectReference _this, String cloneTicket) throws RemoteException, InvalidLogin, RuntimeFault
RemoteExceptionInvalidLoginRuntimeFaultpublic String executeSimpleCommand(ManagedObjectReference _this, String[] arguments) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference configureDatastoreIORM_Task(ManagedObjectReference _this, ManagedObjectReference datastore, StorageIORMConfigSpec spec) throws RemoteException, IORMNotSupportedHostOnDatastore, InaccessibleDatastore, RuntimeFault
public StorageIORMConfigOption queryIORMConfigOption(ManagedObjectReference _this, ManagedObjectReference host) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic StoragePerformanceSummary[] queryDatastorePerformanceSummary(ManagedObjectReference _this, ManagedObjectReference datastore) throws RemoteException, NotFound, RuntimeFault
RemoteExceptionNotFoundRuntimeFaultpublic ManagedObjectReference applyStorageDrsRecommendationToPod_Task(ManagedObjectReference _this, ManagedObjectReference pod, String key) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference applyStorageDrsRecommendation_Task(ManagedObjectReference _this, String[] key) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void cancelStorageDrsRecommendation(ManagedObjectReference _this, String[] key) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void refreshStorageDrsRecommendation(ManagedObjectReference _this, ManagedObjectReference pod) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference configureStorageDrsForPod_Task(ManagedObjectReference _this, ManagedObjectReference pod, StorageDrsConfigSpec spec, boolean modify) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic StoragePlacementResult recommendDatastores(ManagedObjectReference _this, StoragePlacementSpec storageSpec) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void cancelTask(ManagedObjectReference _this) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic void updateProgress(ManagedObjectReference _this, int percentDone) throws RemoteException, InvalidState, OutOfBounds, RuntimeFault
public void setTaskState(ManagedObjectReference _this, TaskInfoState state, Object result, LocalizedMethodFault fault) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic void setTaskDescription(ManagedObjectReference _this, LocalizableMessage description) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic TaskInfo[] readNextTasks(ManagedObjectReference _this, int maxCount) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic TaskInfo[] readPreviousTasks(ManagedObjectReference _this, int maxCount) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference createCollectorForTasks(ManagedObjectReference _this, TaskFilterSpec filter) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic TaskInfo createTask(ManagedObjectReference _this, ManagedObjectReference obj, String taskTypeId, String initiatedBy, boolean cancelable, String parentTaskKey) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic UserSearchResult[] retrieveUserGroups(ManagedObjectReference _this, String domain, String searchStr, String belongsToGroup, String belongsToUser, boolean exactMatch, boolean findUsers, boolean findGroups) throws RemoteException, NotFound, RuntimeFault
RemoteExceptionNotFoundRuntimeFaultpublic void updateVAppConfig(ManagedObjectReference _this, VAppConfigSpec spec) throws RemoteException, TaskInProgress, VmConfigFault, ConcurrentAccess, FileFault, InvalidName, DuplicateName, InvalidState, InsufficientResourcesFault, InvalidDatastore, RuntimeFault
public void updateLinkedChildren(ManagedObjectReference _this, VirtualAppLinkInfo[] addChangeSet, ManagedObjectReference[] removeSet) throws RemoteException, ConcurrentAccess, RuntimeFault
public ManagedObjectReference cloneVApp_Task(ManagedObjectReference _this, String name, ManagedObjectReference target, VAppCloneSpec spec) throws RemoteException, InvalidState, InvalidDatastore, TaskInProgress, VmConfigFault, FileFault, MigrationFault, InsufficientResourcesFault, RuntimeFault
public ManagedObjectReference exportVApp(ManagedObjectReference _this) throws RemoteException, InvalidPowerState, TaskInProgress, InvalidState, FileFault, RuntimeFault
public ManagedObjectReference powerOnVApp_Task(ManagedObjectReference _this) throws RemoteException, TaskInProgress, InvalidState, InsufficientResourcesFault, VmConfigFault, VAppConfigFault, FileFault, RuntimeFault
public ManagedObjectReference powerOffVApp_Task(ManagedObjectReference _this, boolean force) throws RemoteException, TaskInProgress, InvalidState, VAppConfigFault, RuntimeFault
public ManagedObjectReference suspendVApp_Task(ManagedObjectReference _this) throws RemoteException, TaskInProgress, InvalidState, VAppConfigFault, RuntimeFault
public ManagedObjectReference unregisterVApp_Task(ManagedObjectReference _this) throws RemoteException, ConcurrentAccess, InvalidState, RuntimeFault
public ManagedObjectReference createVirtualDisk_Task(ManagedObjectReference _this, String name, ManagedObjectReference datacenter, VirtualDiskSpec spec) throws RemoteException, FileFault, InvalidDatastore, RuntimeFault
public ManagedObjectReference deleteVirtualDisk_Task(ManagedObjectReference _this, String name, ManagedObjectReference datacenter) throws RemoteException, FileFault, InvalidDatastore, RuntimeFault
public ManagedObjectReference moveVirtualDisk_Task(ManagedObjectReference _this, String sourceName, ManagedObjectReference sourceDatacenter, String destName, ManagedObjectReference destDatacenter, Boolean force) throws RemoteException, FileFault, InvalidDatastore, RuntimeFault
public ManagedObjectReference copyVirtualDisk_Task(ManagedObjectReference _this, String sourceName, ManagedObjectReference sourceDatacenter, String destName, ManagedObjectReference destDatacenter, VirtualDiskSpec destSpec, Boolean force) throws RemoteException, FileFault, InvalidDiskFormat, InvalidDatastore, RuntimeFault
public ManagedObjectReference extendVirtualDisk_Task(ManagedObjectReference _this, String name, ManagedObjectReference datacenter, long newCapacityKb, Boolean eagerZero) throws RemoteException, FileFault, InvalidDatastore, RuntimeFault
public int queryVirtualDiskFragmentation(ManagedObjectReference _this, String name, ManagedObjectReference datacenter) throws RemoteException, FileFault, InvalidDatastore, RuntimeFault
public ManagedObjectReference defragmentVirtualDisk_Task(ManagedObjectReference _this, String name, ManagedObjectReference datacenter) throws RemoteException, FileFault, InvalidDatastore, RuntimeFault
public ManagedObjectReference shrinkVirtualDisk_Task(ManagedObjectReference _this, String name, ManagedObjectReference datacenter, Boolean copy) throws RemoteException, FileFault, InvalidDatastore, RuntimeFault
public ManagedObjectReference inflateVirtualDisk_Task(ManagedObjectReference _this, String name, ManagedObjectReference datacenter) throws RemoteException, FileFault, InvalidDatastore, RuntimeFault
public ManagedObjectReference eagerZeroVirtualDisk_Task(ManagedObjectReference _this, String name, ManagedObjectReference datacenter) throws RemoteException, FileFault, InvalidDatastore, RuntimeFault
public ManagedObjectReference zeroFillVirtualDisk_Task(ManagedObjectReference _this, String name, ManagedObjectReference datacenter) throws RemoteException, FileFault, InvalidDatastore, RuntimeFault
public void setVirtualDiskUuid(ManagedObjectReference _this, String name, ManagedObjectReference datacenter, String uuid) throws RemoteException, FileFault, InvalidDatastore, RuntimeFault
public String queryVirtualDiskUuid(ManagedObjectReference _this, String name, ManagedObjectReference datacenter) throws RemoteException, FileFault, InvalidDatastore, RuntimeFault
public HostDiskDimensionsChs queryVirtualDiskGeometry(ManagedObjectReference _this, String name, ManagedObjectReference datacenter) throws RemoteException, FileFault, InvalidDatastore, RuntimeFault
public void refreshStorageInfo(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference createSnapshot_Task(ManagedObjectReference _this, String name, String description, boolean memory, boolean quiesce) throws RemoteException, TaskInProgress, SnapshotFault, VmConfigFault, FileFault, InvalidName, InvalidState, RuntimeFault
public ManagedObjectReference revertToCurrentSnapshot_Task(ManagedObjectReference _this, ManagedObjectReference host, Boolean suppressPowerOn) throws RemoteException, TaskInProgress, SnapshotFault, InsufficientResourcesFault, InvalidState, VmConfigFault, NotFound, RuntimeFault
public ManagedObjectReference removeAllSnapshots_Task(ManagedObjectReference _this, Boolean consolidate) throws RemoteException, TaskInProgress, InvalidState, SnapshotFault, RuntimeFault
public ManagedObjectReference consolidateVMDisks_Task(ManagedObjectReference _this) throws RemoteException, TaskInProgress, InvalidState, FileFault, VmConfigFault, RuntimeFault
public ManagedObjectReference estimateStorageForConsolidateSnapshots_Task(ManagedObjectReference _this) throws RemoteException, TaskInProgress, InvalidState, FileFault, VmConfigFault, RuntimeFault
public ManagedObjectReference reconfigVM_Task(ManagedObjectReference _this, VirtualMachineConfigSpec spec) throws RemoteException, TaskInProgress, VmConfigFault, ConcurrentAccess, FileFault, InvalidName, DuplicateName, InvalidState, InsufficientResourcesFault, InvalidDatastore, RuntimeFault
public ManagedObjectReference upgradeVM_Task(ManagedObjectReference _this, String version) throws RemoteException, InvalidState, TaskInProgress, AlreadyUpgraded, NoDiskFound, RuntimeFault
public String extractOvfEnvironment(ManagedObjectReference _this) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic ManagedObjectReference powerOnVM_Task(ManagedObjectReference _this, ManagedObjectReference host) throws RemoteException, TaskInProgress, InvalidState, InsufficientResourcesFault, VmConfigFault, FileFault, RuntimeFault
public ManagedObjectReference powerOffVM_Task(ManagedObjectReference _this) throws RemoteException, TaskInProgress, InvalidState, RuntimeFault
public ManagedObjectReference suspendVM_Task(ManagedObjectReference _this) throws RemoteException, TaskInProgress, InvalidState, RuntimeFault
public ManagedObjectReference resetVM_Task(ManagedObjectReference _this) throws RemoteException, TaskInProgress, InvalidState, RuntimeFault
public void shutdownGuest(ManagedObjectReference _this) throws RemoteException, ToolsUnavailable, TaskInProgress, InvalidState, RuntimeFault
public void rebootGuest(ManagedObjectReference _this) throws RemoteException, ToolsUnavailable, TaskInProgress, InvalidState, RuntimeFault
public void standbyGuest(ManagedObjectReference _this) throws RemoteException, ToolsUnavailable, TaskInProgress, InvalidState, RuntimeFault
public void answerVM(ManagedObjectReference _this, String questionId, String answerChoice) throws RemoteException, ConcurrentAccess, RuntimeFault
public ManagedObjectReference customizeVM_Task(ManagedObjectReference _this, CustomizationSpec spec) throws RemoteException, CustomizationFault, RuntimeFault
public void checkCustomizationSpec(ManagedObjectReference _this, CustomizationSpec spec) throws RemoteException, CustomizationFault, RuntimeFault
public ManagedObjectReference migrateVM_Task(ManagedObjectReference _this, ManagedObjectReference pool, ManagedObjectReference host, VirtualMachineMovePriority priority, VirtualMachinePowerState state) throws RemoteException, MigrationFault, FileFault, Timedout, InsufficientResourcesFault, InvalidState, VmConfigFault, RuntimeFault
public ManagedObjectReference relocateVM_Task(ManagedObjectReference _this, VirtualMachineRelocateSpec spec, VirtualMachineMovePriority priority) throws RemoteException, InvalidState, InvalidDatastore, MigrationFault, VmConfigFault, FileFault, Timedout, InsufficientResourcesFault, RuntimeFault
public ManagedObjectReference cloneVM_Task(ManagedObjectReference _this, ManagedObjectReference folder, String name, VirtualMachineCloneSpec spec) throws RemoteException, CustomizationFault, InvalidState, InvalidDatastore, TaskInProgress, VmConfigFault, FileFault, MigrationFault, InsufficientResourcesFault, RuntimeFault
public ManagedObjectReference exportVm(ManagedObjectReference _this) throws RemoteException, InvalidPowerState, TaskInProgress, InvalidState, FileFault, RuntimeFault
public void markAsTemplate(ManagedObjectReference _this) throws RemoteException, InvalidState, VmConfigFault, FileFault, RuntimeFault
public void markAsVirtualMachine(ManagedObjectReference _this, ManagedObjectReference pool, ManagedObjectReference host) throws RemoteException, InvalidState, InvalidDatastore, VmConfigFault, FileFault, RuntimeFault
public void unregisterVM(ManagedObjectReference _this) throws RemoteException, TaskInProgress, InvalidPowerState, RuntimeFault
public void resetGuestInformation(ManagedObjectReference _this) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic void mountToolsInstaller(ManagedObjectReference _this) throws RemoteException, InvalidState, VmConfigFault, VmToolsUpgradeFault, RuntimeFault
public void unmountToolsInstaller(ManagedObjectReference _this) throws RemoteException, InvalidState, VmConfigFault, RuntimeFault
public ManagedObjectReference upgradeTools_Task(ManagedObjectReference _this, String installerOptions) throws RemoteException, InvalidState, TaskInProgress, VmToolsUpgradeFault, ToolsUnavailable, VmConfigFault, RuntimeFault
public VirtualMachineMksTicket acquireMksTicket(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic VirtualMachineTicket acquireTicket(ManagedObjectReference _this, String ticketType) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic void setScreenResolution(ManagedObjectReference _this, int width, int height) throws RemoteException, InvalidState, ToolsUnavailable, RuntimeFault
public void defragmentAllDisks(ManagedObjectReference _this) throws RemoteException, InvalidState, InvalidPowerState, TaskInProgress, FileFault, RuntimeFault
public ManagedObjectReference createSecondaryVM_Task(ManagedObjectReference _this, ManagedObjectReference host) throws RemoteException, TaskInProgress, InvalidState, InsufficientResourcesFault, VmFaultToleranceIssue, FileFault, VmConfigFault, RuntimeFault
public ManagedObjectReference turnOffFaultToleranceForVM_Task(ManagedObjectReference _this) throws RemoteException, TaskInProgress, VmFaultToleranceIssue, InvalidState, RuntimeFault
public ManagedObjectReference makePrimaryVM_Task(ManagedObjectReference _this, ManagedObjectReference vm) throws RemoteException, TaskInProgress, VmFaultToleranceIssue, InvalidState, RuntimeFault
public ManagedObjectReference terminateFaultTolerantVM_Task(ManagedObjectReference _this, ManagedObjectReference vm) throws RemoteException, TaskInProgress, VmFaultToleranceIssue, InvalidState, RuntimeFault
public ManagedObjectReference disableSecondaryVM_Task(ManagedObjectReference _this, ManagedObjectReference vm) throws RemoteException, TaskInProgress, VmFaultToleranceIssue, InvalidState, RuntimeFault
public ManagedObjectReference enableSecondaryVM_Task(ManagedObjectReference _this, ManagedObjectReference vm, ManagedObjectReference host) throws RemoteException, TaskInProgress, VmFaultToleranceIssue, InvalidState, VmConfigFault, RuntimeFault
public void setDisplayTopology(ManagedObjectReference _this, VirtualMachineDisplayTopology[] displays) throws RemoteException, InvalidState, ToolsUnavailable, RuntimeFault
public ManagedObjectReference startRecording_Task(ManagedObjectReference _this, String name, String description) throws RemoteException, InvalidState, InvalidPowerState, TaskInProgress, FileFault, SnapshotFault, VmConfigFault, RecordReplayDisabled, HostIncompatibleForRecordReplay, InvalidName, RuntimeFault
public ManagedObjectReference stopRecording_Task(ManagedObjectReference _this) throws RemoteException, InvalidState, InvalidPowerState, TaskInProgress, FileFault, SnapshotFault, RuntimeFault
public ManagedObjectReference startReplaying_Task(ManagedObjectReference _this, ManagedObjectReference replaySnapshot) throws RemoteException, InvalidState, InvalidPowerState, TaskInProgress, FileFault, SnapshotFault, NotFound, VmConfigFault, RecordReplayDisabled, HostIncompatibleForRecordReplay, RuntimeFault
public ManagedObjectReference stopReplaying_Task(ManagedObjectReference _this) throws RemoteException, InvalidState, InvalidPowerState, TaskInProgress, FileFault, SnapshotFault, RuntimeFault
public ManagedObjectReference promoteDisks_Task(ManagedObjectReference _this, boolean unlink, VirtualDisk[] disks) throws RemoteException, InvalidState, InvalidPowerState, TaskInProgress, RuntimeFault
public ManagedObjectReference createScreenshot_Task(ManagedObjectReference _this) throws RemoteException, TaskInProgress, FileFault, InvalidState, RuntimeFault
public DiskChangeInfo queryChangedDiskAreas(ManagedObjectReference _this, ManagedObjectReference snapshot, int deviceKey, long startOffset, String changeId) throws RemoteException, FileFault, NotFound, RuntimeFault
RemoteExceptionFileFaultNotFoundRuntimeFaultpublic String[] queryUnownedFiles(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference reloadVirtualMachineFromPath_Task(ManagedObjectReference _this, String configurationPath) throws RemoteException, InvalidPowerState, TaskInProgress, FileFault, InvalidState, VmConfigFault, AlreadyExists, RuntimeFault
public LocalizedMethodFault[] queryFaultToleranceCompatibility(ManagedObjectReference _this) throws RemoteException, InvalidState, VmConfigFault, RuntimeFault
public void terminateVM(ManagedObjectReference _this) throws RemoteException, InvalidState, TaskInProgress, RuntimeFault
public void removeAlarm(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void reconfigureAlarm(ManagedObjectReference _this, AlarmSpec spec) throws RemoteException, InvalidName, DuplicateName, RuntimeFault
public ManagedObjectReference createAlarm(ManagedObjectReference _this, ManagedObjectReference entity, AlarmSpec spec) throws RemoteException, InvalidName, DuplicateName, RuntimeFault
public ManagedObjectReference[] getAlarm(ManagedObjectReference _this, ManagedObjectReference entity) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic boolean areAlarmActionsEnabled(ManagedObjectReference _this, ManagedObjectReference entity) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void enableAlarmActions(ManagedObjectReference _this, ManagedObjectReference entity, boolean enabled) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic AlarmState[] getAlarmState(ManagedObjectReference _this, ManagedObjectReference entity) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void acknowledgeAlarm(ManagedObjectReference _this, ManagedObjectReference alarm, ManagedObjectReference entity) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference reconfigureDVPortgroup_Task(ManagedObjectReference _this, DVPortgroupConfigSpec spec) throws RemoteException, DvsFault, ConcurrentAccess, DuplicateName, InvalidName, RuntimeFault
public ManagedObjectReference dVPortgroupRollback_Task(ManagedObjectReference _this, EntityBackupConfig entityBackup) throws RemoteException, DvsFault, RollbackFailure, RuntimeFault
public DistributedVirtualSwitchProductSpec[] queryAvailableDvsSpec(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference[] queryCompatibleHostForNewDvs(ManagedObjectReference _this, ManagedObjectReference container, boolean recursive, DistributedVirtualSwitchProductSpec switchProductSpec) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference[] queryCompatibleHostForExistingDvs(ManagedObjectReference _this, ManagedObjectReference container, boolean recursive, ManagedObjectReference dvs) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic DistributedVirtualSwitchHostProductSpec[] queryDvsCompatibleHostSpec(ManagedObjectReference _this, DistributedVirtualSwitchProductSpec switchProductSpec) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic DVSFeatureCapability queryDvsFeatureCapability(ManagedObjectReference _this, DistributedVirtualSwitchProductSpec switchProductSpec) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference queryDvsByUuid(ManagedObjectReference _this, String uuid) throws RemoteException, NotFound, RuntimeFault
RemoteExceptionNotFoundRuntimeFaultpublic DVSManagerDvsConfigTarget queryDvsConfigTarget(ManagedObjectReference _this, ManagedObjectReference host, ManagedObjectReference dvs) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic DistributedVirtualSwitchManagerCompatibilityResult[] queryDvsCheckCompatibility(ManagedObjectReference _this, DistributedVirtualSwitchManagerHostContainer hostContainer, DistributedVirtualSwitchManagerDvsProductSpec dvsProductSpec, DistributedVirtualSwitchManagerHostDvsFilterSpec[] hostFilterSpec) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference rectifyDvsOnHost_Task(ManagedObjectReference _this, ManagedObjectReference[] hosts) throws RemoteException, DvsFault, RuntimeFault
RemoteExceptionDvsFaultRuntimeFaultpublic ManagedObjectReference dVSManagerExportEntity_Task(ManagedObjectReference _this, SelectionSet[] selectionSet) throws RemoteException, NotFound, BackupBlobWriteFailure, RuntimeFault
public ManagedObjectReference dVSManagerImportEntity_Task(ManagedObjectReference _this, EntityBackupConfig[] entityBackup, String importType) throws RemoteException, DvsFault, NotFound, RuntimeFault
RemoteExceptionDvsFaultNotFoundRuntimeFaultpublic ManagedObjectReference dVSManagerLookupDvPortGroup(ManagedObjectReference _this, String switchUuid, String portgroupKey) throws RemoteException, NotFound, RuntimeFault
RemoteExceptionNotFoundRuntimeFaultpublic Event[] readNextEvents(ManagedObjectReference _this, int maxCount) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic Event[] readPreviousEvents(ManagedObjectReference _this, int maxCount) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic EventArgDesc[] retrieveArgumentDescription(ManagedObjectReference _this, String eventTypeId) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference createCollectorForEvents(ManagedObjectReference _this, EventFilterSpec filter) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic void logUserEvent(ManagedObjectReference _this, ManagedObjectReference entity, String msg) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic Event[] queryEvents(ManagedObjectReference _this, EventFilterSpec filter) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void postEvent(ManagedObjectReference _this, Event eventToPost, TaskInfo taskInfo) throws RemoteException, InvalidEvent, RuntimeFault
RemoteExceptionInvalidEventRuntimeFaultpublic ManagedObjectReference joinDomain_Task(ManagedObjectReference _this, String domainName, String userName, String password) throws RemoteException, InvalidState, HostConfigFault, InvalidLogin, ActiveDirectoryFault, TaskInProgress, RuntimeFault
public ManagedObjectReference joinDomainWithCAM_Task(ManagedObjectReference _this, String domainName, String camServer) throws RemoteException, InvalidState, HostConfigFault, ActiveDirectoryFault, TaskInProgress, RuntimeFault
public ManagedObjectReference importCertificateForCAM_Task(ManagedObjectReference _this, String certPath, String camServer) throws RemoteException, FileNotFound, ActiveDirectoryFault, RuntimeFault
public ManagedObjectReference leaveCurrentDomain_Task(ManagedObjectReference _this, boolean force) throws RemoteException, InvalidState, AuthMinimumAdminPermission, ActiveDirectoryFault, TaskInProgress, RuntimeFault
public void reconfigureAutostart(ManagedObjectReference _this, HostAutoStartManagerConfig spec) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void autoStartPowerOn(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void autoStartPowerOff(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic HostBootDeviceInfo queryBootDevices(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void updateBootDevice(ManagedObjectReference _this, String key) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference configureHostCache_Task(ManagedObjectReference _this, HostCacheConfigurationSpec spec) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void enableHyperThreading(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void disableHyperThreading(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference searchDatastore_Task(ManagedObjectReference _this, String datastorePath, HostDatastoreBrowserSearchSpec searchSpec) throws RemoteException, InvalidDatastore, FileFault, RuntimeFault
public ManagedObjectReference searchDatastoreSubFolders_Task(ManagedObjectReference _this, String datastorePath, HostDatastoreBrowserSearchSpec searchSpec) throws RemoteException, InvalidDatastore, FileFault, RuntimeFault
public void deleteFile(ManagedObjectReference _this, String datastorePath) throws RemoteException, InvalidDatastore, FileFault, RuntimeFault
public void updateLocalSwapDatastore(ManagedObjectReference _this, ManagedObjectReference datastore) throws RemoteException, InaccessibleDatastore, DatastoreNotWritableOnHost, RuntimeFault
public HostScsiDisk[] queryAvailableDisksForVmfs(ManagedObjectReference _this, ManagedObjectReference datastore) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public VmfsDatastoreOption[] queryVmfsDatastoreCreateOptions(ManagedObjectReference _this, String devicePath) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public VmfsDatastoreOption[] queryVmfsDatastoreCreateOptions(ManagedObjectReference _this, String devicePath, int vmfsMajorVersion) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public ManagedObjectReference createVmfsDatastore(ManagedObjectReference _this, VmfsDatastoreCreateSpec spec) throws RemoteException, DuplicateName, HostConfigFault, RuntimeFault
public VmfsDatastoreOption[] queryVmfsDatastoreExtendOptions(ManagedObjectReference _this, ManagedObjectReference datastore, String devicePath, Boolean suppressExpandCandidates) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public VmfsDatastoreOption[] queryVmfsDatastoreExpandOptions(ManagedObjectReference _this, ManagedObjectReference datastore) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public ManagedObjectReference extendVmfsDatastore(ManagedObjectReference _this, ManagedObjectReference datastore, VmfsDatastoreExtendSpec spec) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public ManagedObjectReference expandVmfsDatastore(ManagedObjectReference _this, ManagedObjectReference datastore, VmfsDatastoreExpandSpec spec) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public ManagedObjectReference createNasDatastore(ManagedObjectReference _this, HostNasVolumeSpec spec) throws RemoteException, DuplicateName, AlreadyExists, HostConfigFault, RuntimeFault
public ManagedObjectReference createLocalDatastore(ManagedObjectReference _this, String name, String path) throws RemoteException, DuplicateName, HostConfigFault, FileNotFound, InvalidName, RuntimeFault
public void removeDatastore(ManagedObjectReference _this, ManagedObjectReference datastore) throws RemoteException, NotFound, HostConfigFault, ResourceInUse, RuntimeFault
public void configureDatastorePrincipal(ManagedObjectReference _this, String userName, String password) throws RemoteException, InvalidState, HostConfigFault, RuntimeFault
public HostUnresolvedVmfsVolume[] queryUnresolvedVmfsVolumes(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference resignatureUnresolvedVmfsVolume_Task(ManagedObjectReference _this, HostUnresolvedVmfsResignatureSpec resolutionSpec) throws RemoteException, VmfsAmbiguousMount, HostConfigFault, RuntimeFault
public void updateDateTimeConfig(ManagedObjectReference _this, HostDateTimeConfig config) throws RemoteException, HostConfigFault, RuntimeFault
public HostDateTimeSystemTimeZone[] queryAvailableTimeZones(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic Calendar queryDateTime(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void updateDateTime(ManagedObjectReference _this, Calendar dateTime) throws RemoteException, HostConfigFault, RuntimeFault
public void refreshDateTimeSystem(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic HostDiagnosticPartition[] queryAvailablePartition(ManagedObjectReference _this) throws RemoteException, HostConfigFault, RuntimeFault
public void selectActivePartition(ManagedObjectReference _this, HostScsiDiskPartition partition) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public HostDiagnosticPartitionCreateOption[] queryPartitionCreateOptions(ManagedObjectReference _this, String storageType, String diagnosticType) throws RemoteException, HostConfigFault, RuntimeFault
public HostDiagnosticPartitionCreateDescription queryPartitionCreateDesc(ManagedObjectReference _this, String diskUuid, String diagnosticType) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void createDiagnosticPartition(ManagedObjectReference _this, HostDiagnosticPartitionCreateSpec spec) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void esxAgentHostManagerUpdateConfig(ManagedObjectReference _this, HostEsxAgentHostManagerConfigInfo configInfo) throws RemoteException, HostConfigFault, RuntimeFault
public void updateDefaultPolicy(ManagedObjectReference _this, HostFirewallDefaultPolicy defaultPolicy) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void enableRuleset(ManagedObjectReference _this, String id) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void disableRuleset(ManagedObjectReference _this, String id) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void updateRuleset(ManagedObjectReference _this, String id, HostFirewallRulesetRulesetSpec spec) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void refreshFirewall(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void resetFirmwareToFactoryDefaults(ManagedObjectReference _this) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic String backupFirmwareConfiguration(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic String queryFirmwareConfigUploadURL(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void restoreFirmwareConfiguration(ManagedObjectReference _this, boolean force) throws RemoteException, InvalidState, FileFault, MismatchedBundle, InvalidBundle, RuntimeFault
public void refreshHealthStatusSystem(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void resetSystemHealthInfo(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic String hostImageConfigGetAcceptance(ManagedObjectReference _this) throws RemoteException, HostConfigFault, RuntimeFault
public HostImageProfileSummary hostImageConfigGetProfile(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void updateHostImageAcceptanceLevel(ManagedObjectReference _this, String newAcceptanceLevel) throws RemoteException, HostConfigFault, RuntimeFault
public IscsiStatus queryVnicStatus(ManagedObjectReference _this, String vnicDevice) throws RemoteException, IscsiFault, RuntimeFault
RemoteExceptionIscsiFaultRuntimeFaultpublic IscsiStatus queryPnicStatus(ManagedObjectReference _this, String pnicDevice) throws RemoteException, IscsiFault, RuntimeFault
RemoteExceptionIscsiFaultRuntimeFaultpublic IscsiPortInfo[] queryBoundVnics(ManagedObjectReference _this, String iScsiHbaName) throws RemoteException, IscsiFault, NotFound, RuntimeFault
public IscsiPortInfo[] queryCandidateNics(ManagedObjectReference _this, String iScsiHbaName) throws RemoteException, IscsiFault, NotFound, RuntimeFault
public void bindVnic(ManagedObjectReference _this, String iScsiHbaName, String vnicDevice) throws RemoteException, IscsiFaultVnicAlreadyBound, IscsiFaultVnicHasNoUplinks, IscsiFaultVnicHasMultipleUplinks, IscsiFaultVnicHasWrongUplink, IscsiFaultVnicNotFound, IscsiFaultInvalidVnic, PlatformConfigFault, IscsiFault, NotFound, RuntimeFault
public void unbindVnic(ManagedObjectReference _this, String iScsiHbaName, String vnicDevice, boolean force) throws RemoteException, IscsiFaultVnicNotBound, IscsiFaultVnicHasActivePaths, IscsiFaultVnicIsLastPath, PlatformConfigFault, IscsiFault, NotFound, RuntimeFault
public IscsiMigrationDependency queryMigrationDependencies(ManagedObjectReference _this, String[] pnicDevice) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic KernelModuleInfo[] queryModules(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void updateModuleOptionString(ManagedObjectReference _this, String name, String options) throws RemoteException, NotFound, RuntimeFault
RemoteExceptionNotFoundRuntimeFaultpublic String queryConfiguredModuleOptionString(ManagedObjectReference _this, String name) throws RemoteException, NotFound, RuntimeFault
RemoteExceptionNotFoundRuntimeFaultpublic void createUser(ManagedObjectReference _this, HostAccountSpec user) throws RemoteException, AlreadyExists, RuntimeFault
RemoteExceptionAlreadyExistsRuntimeFaultpublic void updateUser(ManagedObjectReference _this, HostAccountSpec user) throws RemoteException, UserNotFound, AlreadyExists, RuntimeFault
public void createGroup(ManagedObjectReference _this, HostAccountSpec group) throws RemoteException, AlreadyExists, RuntimeFault
RemoteExceptionAlreadyExistsRuntimeFaultpublic void removeUser(ManagedObjectReference _this, String userName) throws RemoteException, UserNotFound, RuntimeFault
RemoteExceptionUserNotFoundRuntimeFaultpublic void removeGroup(ManagedObjectReference _this, String groupName) throws RemoteException, UserNotFound, RuntimeFault
RemoteExceptionUserNotFoundRuntimeFaultpublic void assignUserToGroup(ManagedObjectReference _this, String user, String group) throws RemoteException, UserNotFound, AlreadyExists, RuntimeFault
public void unassignUserFromGroup(ManagedObjectReference _this, String user, String group) throws RemoteException, UserNotFound, RuntimeFault
RemoteExceptionUserNotFoundRuntimeFaultpublic void reconfigureServiceConsoleReservation(ManagedObjectReference _this, long cfgBytes) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void reconfigureVirtualMachineReservation(ManagedObjectReference _this, VirtualMachineMemoryReservationSpec spec) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic HostNetworkConfigResult updateNetworkConfig(ManagedObjectReference _this, HostNetworkConfig config, String changeMode) throws RemoteException, AlreadyExists, NotFound, HostConfigFault, ResourceInUse, RuntimeFault
public void updateDnsConfig(ManagedObjectReference _this, HostDnsConfig config) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void updateIpRouteConfig(ManagedObjectReference _this, HostIpRouteConfig config) throws RemoteException, HostConfigFault, InvalidState, RuntimeFault
public void updateConsoleIpRouteConfig(ManagedObjectReference _this, HostIpRouteConfig config) throws RemoteException, HostConfigFault, RuntimeFault
public void updateIpRouteTableConfig(ManagedObjectReference _this, HostIpRouteTableConfig config) throws RemoteException, HostConfigFault, RuntimeFault
public void addVirtualSwitch(ManagedObjectReference _this, String vswitchName, HostVirtualSwitchSpec spec) throws RemoteException, AlreadyExists, ResourceInUse, HostConfigFault, RuntimeFault
public void removeVirtualSwitch(ManagedObjectReference _this, String vswitchName) throws RemoteException, NotFound, ResourceInUse, HostConfigFault, RuntimeFault
public void updateVirtualSwitch(ManagedObjectReference _this, String vswitchName, HostVirtualSwitchSpec spec) throws RemoteException, ResourceInUse, NotFound, HostConfigFault, RuntimeFault
public void addPortGroup(ManagedObjectReference _this, HostPortGroupSpec portgrp) throws RemoteException, AlreadyExists, NotFound, HostConfigFault, RuntimeFault
public void removePortGroup(ManagedObjectReference _this, String pgName) throws RemoteException, NotFound, ResourceInUse, HostConfigFault, RuntimeFault
public void updatePortGroup(ManagedObjectReference _this, String pgName, HostPortGroupSpec portgrp) throws RemoteException, AlreadyExists, NotFound, HostConfigFault, RuntimeFault
public void updatePhysicalNicLinkSpeed(ManagedObjectReference _this, String device, PhysicalNicLinkInfo linkSpeed) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public PhysicalNicHintInfo[] queryNetworkHint(ManagedObjectReference _this, String[] device) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public String addVirtualNic(ManagedObjectReference _this, String portgroup, HostVirtualNicSpec nic) throws RemoteException, AlreadyExists, HostConfigFault, InvalidState, RuntimeFault
public void removeVirtualNic(ManagedObjectReference _this, String device) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void updateVirtualNic(ManagedObjectReference _this, String device, HostVirtualNicSpec nic) throws RemoteException, NotFound, HostConfigFault, InvalidState, RuntimeFault
public String addServiceConsoleVirtualNic(ManagedObjectReference _this, String portgroup, HostVirtualNicSpec nic) throws RemoteException, HostConfigFault, RuntimeFault
public void removeServiceConsoleVirtualNic(ManagedObjectReference _this, String device) throws RemoteException, NotFound, ResourceInUse, HostConfigFault, RuntimeFault
public void updateServiceConsoleVirtualNic(ManagedObjectReference _this, String device, HostVirtualNicSpec nic) throws RemoteException, NotFound, ResourceInUse, HostConfigFault, RuntimeFault
public void restartServiceConsoleVirtualNic(ManagedObjectReference _this, String device) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void refreshNetworkSystem(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference checkHostPatch_Task(ManagedObjectReference _this, String[] metaUrls, String[] bundleUrls, HostPatchManagerPatchManagerOperationSpec spec) throws RemoteException, RequestCanceled, InvalidState, TaskInProgress, PlatformConfigFault, RuntimeFault
public ManagedObjectReference scanHostPatch_Task(ManagedObjectReference _this, HostPatchManagerLocator repository, String[] updateID) throws RemoteException, RequestCanceled, PatchMetadataInvalid, PlatformConfigFault, RuntimeFault
public ManagedObjectReference scanHostPatchV2_Task(ManagedObjectReference _this, String[] metaUrls, String[] bundleUrls, HostPatchManagerPatchManagerOperationSpec spec) throws RemoteException, RequestCanceled, InvalidState, TaskInProgress, PlatformConfigFault, RuntimeFault
public ManagedObjectReference stageHostPatch_Task(ManagedObjectReference _this, String[] metaUrls, String[] bundleUrls, String[] vibUrls, HostPatchManagerPatchManagerOperationSpec spec) throws RemoteException, RequestCanceled, InvalidState, TaskInProgress, PlatformConfigFault, RuntimeFault
public ManagedObjectReference installHostPatch_Task(ManagedObjectReference _this, HostPatchManagerLocator repository, String updateID, Boolean force) throws RemoteException, PatchMetadataInvalid, PatchBinariesNotFound, PatchNotApplicable, NoDiskSpace, PatchInstallFailed, RebootRequired, InvalidState, TaskInProgress, RuntimeFault
public ManagedObjectReference installHostPatchV2_Task(ManagedObjectReference _this, String[] metaUrls, String[] bundleUrls, String[] vibUrls, HostPatchManagerPatchManagerOperationSpec spec) throws RemoteException, RequestCanceled, InvalidState, TaskInProgress, PlatformConfigFault, RuntimeFault
public ManagedObjectReference uninstallHostPatch_Task(ManagedObjectReference _this, String[] bulletinIds, HostPatchManagerPatchManagerOperationSpec spec) throws RemoteException, InvalidState, TaskInProgress, PlatformConfigFault, RuntimeFault
public ManagedObjectReference queryHostPatch_Task(ManagedObjectReference _this, HostPatchManagerPatchManagerOperationSpec spec) throws RemoteException, RequestCanceled, InvalidState, TaskInProgress, PlatformConfigFault, RuntimeFault
public void refresh(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void updatePassthruConfig(ManagedObjectReference _this, HostPciPassthruConfig[] config) throws RemoteException, HostConfigFault, RuntimeFault
public void configurePowerPolicy(ManagedObjectReference _this, int key) throws RemoteException, HostConfigFault, RuntimeFault
public void updateServicePolicy(ManagedObjectReference _this, String id, String policy) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void startService(ManagedObjectReference _this, String id) throws RemoteException, InvalidState, NotFound, HostConfigFault, RuntimeFault
public void stopService(ManagedObjectReference _this, String id) throws RemoteException, InvalidState, NotFound, HostConfigFault, RuntimeFault
public void restartService(ManagedObjectReference _this, String id) throws RemoteException, InvalidState, NotFound, HostConfigFault, RuntimeFault
public void uninstallService(ManagedObjectReference _this, String id) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void refreshServices(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void reconfigureSnmpAgent(ManagedObjectReference _this, HostSnmpConfigSpec spec) throws RemoteException, NotFound, InsufficientResourcesFault, RuntimeFault
public void sendTestNotification(ManagedObjectReference _this) throws RemoteException, NotFound, InsufficientResourcesFault, RuntimeFault
public HostDiskPartitionInfo[] retrieveDiskPartitionInfo(ManagedObjectReference _this, String[] devicePath) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic HostDiskPartitionInfo computeDiskPartitionInfo(ManagedObjectReference _this, String devicePath, HostDiskPartitionLayout layout, String partitionFormat) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public HostDiskPartitionInfo computeDiskPartitionInfoForResize(ManagedObjectReference _this, HostScsiDiskPartition partition, HostDiskPartitionBlockRange blockRange, String partitionFormat) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void updateDiskPartitions(ManagedObjectReference _this, String devicePath, HostDiskPartitionSpec spec) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public HostVmfsVolume formatVmfs(ManagedObjectReference _this, HostVmfsSpec createSpec) throws RemoteException, AlreadyExists, HostConfigFault, RuntimeFault
public void mountVmfsVolume(ManagedObjectReference _this, String vmfsUuid) throws RemoteException, NotFound, InvalidState, HostConfigFault, ResourceInUse, RuntimeFault
public void unmountVmfsVolume(ManagedObjectReference _this, String vmfsUuid) throws RemoteException, NotFound, InvalidState, HostConfigFault, ResourceInUse, RuntimeFault
public void deleteVmfsVolumeState(ManagedObjectReference _this, String vmfsUuid) throws RemoteException, HostConfigFault, RuntimeFault
public void rescanVmfs(ManagedObjectReference _this) throws RemoteException, HostConfigFault, RuntimeFault
public void attachVmfsExtent(ManagedObjectReference _this, String vmfsPath, HostScsiDiskPartition extent) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void expandVmfsExtent(ManagedObjectReference _this, String vmfsPath, HostScsiDiskPartition extent) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void upgradeVmfs(ManagedObjectReference _this, String vmfsPath) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void upgradeVmLayout(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic HostUnresolvedVmfsVolume[] queryUnresolvedVmfsVolume(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic HostUnresolvedVmfsResolutionResult[] resolveMultipleUnresolvedVmfsVolumes(ManagedObjectReference _this, HostUnresolvedVmfsResolutionSpec[] resolutionSpec) throws RemoteException, HostConfigFault, RuntimeFault
public void unmountForceMountedVmfsVolume(ManagedObjectReference _this, String vmfsUuid) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void rescanHba(ManagedObjectReference _this, String hbaDevice) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void rescanAllHba(ManagedObjectReference _this) throws RemoteException, HostConfigFault, RuntimeFault
public void updateSoftwareInternetScsiEnabled(ManagedObjectReference _this, boolean enabled) throws RemoteException, HostConfigFault, RuntimeFault
public void updateInternetScsiDiscoveryProperties(ManagedObjectReference _this, String iScsiHbaDevice, HostInternetScsiHbaDiscoveryProperties discoveryProperties) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void updateInternetScsiAuthenticationProperties(ManagedObjectReference _this, String iScsiHbaDevice, HostInternetScsiHbaAuthenticationProperties authenticationProperties, HostInternetScsiHbaTargetSet targetSet) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void updateInternetScsiDigestProperties(ManagedObjectReference _this, String iScsiHbaDevice, HostInternetScsiHbaTargetSet targetSet, HostInternetScsiHbaDigestProperties digestProperties) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void updateInternetScsiAdvancedOptions(ManagedObjectReference _this, String iScsiHbaDevice, HostInternetScsiHbaTargetSet targetSet, HostInternetScsiHbaParamValue[] options) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void updateInternetScsiIPProperties(ManagedObjectReference _this, String iScsiHbaDevice, HostInternetScsiHbaIPProperties ipProperties) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void updateInternetScsiName(ManagedObjectReference _this, String iScsiHbaDevice, String iScsiName) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void updateInternetScsiAlias(ManagedObjectReference _this, String iScsiHbaDevice, String iScsiAlias) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void addInternetScsiSendTargets(ManagedObjectReference _this, String iScsiHbaDevice, HostInternetScsiHbaSendTarget[] targets) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void removeInternetScsiSendTargets(ManagedObjectReference _this, String iScsiHbaDevice, HostInternetScsiHbaSendTarget[] targets) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void addInternetScsiStaticTargets(ManagedObjectReference _this, String iScsiHbaDevice, HostInternetScsiHbaStaticTarget[] targets) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void removeInternetScsiStaticTargets(ManagedObjectReference _this, String iScsiHbaDevice, HostInternetScsiHbaStaticTarget[] targets) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void enableMultipathPath(ManagedObjectReference _this, String pathName) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void disableMultipathPath(ManagedObjectReference _this, String pathName) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void setMultipathLunPolicy(ManagedObjectReference _this, String lunId, HostMultipathInfoLogicalUnitPolicy policy) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public HostPathSelectionPolicyOption[] queryPathSelectionPolicyOptions(ManagedObjectReference _this) throws RemoteException, HostConfigFault, RuntimeFault
public HostStorageArrayTypePolicyOption[] queryStorageArrayTypePolicyOptions(ManagedObjectReference _this) throws RemoteException, HostConfigFault, RuntimeFault
public void updateScsiLunDisplayName(ManagedObjectReference _this, String lunUuid, String displayName) throws RemoteException, NotFound, HostConfigFault, InvalidName, DuplicateName, RuntimeFault
public void detachScsiLun(ManagedObjectReference _this, String lunUuid) throws RemoteException, NotFound, HostConfigFault, InvalidState, ResourceInUse, RuntimeFault
public void deleteScsiLunState(ManagedObjectReference _this, String lunCanonicalName) throws RemoteException, HostConfigFault, RuntimeFault
public void attachScsiLun(ManagedObjectReference _this, String lunUuid) throws RemoteException, NotFound, HostConfigFault, InvalidState, RuntimeFault
public void refreshStorageSystem(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void discoverFcoeHbas(ManagedObjectReference _this, FcoeConfigFcoeSpecification fcoeSpec) throws RemoteException, FcoeFaultPnicHasNoPortSet, HostConfigFault, NotFound, RuntimeFault
public void markForRemoval(ManagedObjectReference _this, String hbaName, boolean remove) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void updateIpConfig(ManagedObjectReference _this, HostIpConfig ipConfig) throws RemoteException, NotFound, HostConfigFault, RuntimeFault
public void selectVnic(ManagedObjectReference _this, String device) throws RemoteException, HostConfigFault, RuntimeFault
public void deselectVnic(ManagedObjectReference _this) throws RemoteException, HostConfigFault, RuntimeFault
public VirtualNicManagerNetConfig queryNetConfig(ManagedObjectReference _this, String nicType) throws RemoteException, HostConfigFault, InvalidArgument, RuntimeFault
public void selectVnicForNicType(ManagedObjectReference _this, String nicType, String device) throws RemoteException, HostConfigFault, InvalidArgument, RuntimeFault
public void deselectVnicForNicType(ManagedObjectReference _this, String nicType, String device) throws RemoteException, HostConfigFault, InvalidArgument, RuntimeFault
public OptionValue[] queryOptions(ManagedObjectReference _this, String name) throws RemoteException, InvalidName, RuntimeFault
RemoteExceptionInvalidNameRuntimeFaultpublic void updateOptions(ManagedObjectReference _this, OptionValue[] changedValue) throws RemoteException, InvalidName, RuntimeFault
RemoteExceptionInvalidNameRuntimeFaultpublic ManagedObjectReference checkCompliance_Task(ManagedObjectReference _this, ManagedObjectReference[] profile, ManagedObjectReference[] entity) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ComplianceResult[] queryComplianceStatus(ManagedObjectReference _this, ManagedObjectReference[] profile, ManagedObjectReference[] entity) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void clearComplianceStatus(ManagedObjectReference _this, ManagedObjectReference[] profile, ManagedObjectReference[] entity) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ProfileExpressionMetadata[] queryExpressionMetadata(ManagedObjectReference _this, String[] expressionName, ManagedObjectReference profile) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ProfileDescription retrieveDescription(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void destroyProfile(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void associateProfile(ManagedObjectReference _this, ManagedObjectReference[] entity) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void dissociateProfile(ManagedObjectReference _this, ManagedObjectReference[] entity) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference checkProfileCompliance_Task(ManagedObjectReference _this, ManagedObjectReference[] entity) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic String exportProfile(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference createProfile(ManagedObjectReference _this, ProfileCreateSpec createSpec) throws RemoteException, DuplicateName, RuntimeFault
RemoteExceptionDuplicateNameRuntimeFaultpublic ProfilePolicyMetadata[] queryPolicyMetadata(ManagedObjectReference _this, String[] policyName, ManagedObjectReference profile) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference[] findAssociatedProfile(ManagedObjectReference _this, ManagedObjectReference entity) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void updateClusterProfile(ManagedObjectReference _this, ClusterProfileConfigSpec config) throws RemoteException, DuplicateName, RuntimeFault
RemoteExceptionDuplicateNameRuntimeFaultpublic void updateReferenceHost(ManagedObjectReference _this, ManagedObjectReference host) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void updateHostProfile(ManagedObjectReference _this, HostProfileConfigSpec config) throws RemoteException, DuplicateName, ProfileUpdateFailed, RuntimeFault
public ProfileExecuteResult executeHostProfile(ManagedObjectReference _this, ManagedObjectReference host, ProfileDeferredPolicyOptionParameter[] deferredParam) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference applyHostConfig_Task(ManagedObjectReference _this, ManagedObjectReference host, HostConfigSpec configSpec, ProfileDeferredPolicyOptionParameter[] userInput) throws RemoteException, InvalidState, HostConfigFailed, RuntimeFault
public HostProfileManagerConfigTaskList generateConfigTaskList(ManagedObjectReference _this, HostConfigSpec configSpec, ManagedObjectReference host) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ProfileMetadata[] queryHostProfileMetadata(ManagedObjectReference _this, String[] profileName, ManagedObjectReference profile) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ProfileProfileStructure queryProfileStructure(ManagedObjectReference _this, ManagedObjectReference profile) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ApplyProfile createDefaultProfile(ManagedObjectReference _this, String profileType, String profileTypeName, ManagedObjectReference profile) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference updateAnswerFile_Task(ManagedObjectReference _this, ManagedObjectReference host, AnswerFileCreateSpec configSpec) throws RemoteException, AnswerFileUpdateFailed, RuntimeFault
public AnswerFile retrieveAnswerFile(ManagedObjectReference _this, ManagedObjectReference host) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic AnswerFile retrieveAnswerFileForProfile(ManagedObjectReference _this, ManagedObjectReference host, HostApplyProfile applyProfile) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference exportAnswerFile_Task(ManagedObjectReference _this, ManagedObjectReference host) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference checkAnswerFileStatus_Task(ManagedObjectReference _this, ManagedObjectReference[] host) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic AnswerFileStatusResult[] queryAnswerFileStatus(ManagedObjectReference _this, ManagedObjectReference[] host) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void removeScheduledTask(ManagedObjectReference _this) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic void reconfigureScheduledTask(ManagedObjectReference _this, ScheduledTaskSpec spec) throws RemoteException, InvalidState, InvalidName, DuplicateName, RuntimeFault
public void runScheduledTask(ManagedObjectReference _this) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic ManagedObjectReference createScheduledTask(ManagedObjectReference _this, ManagedObjectReference entity, ScheduledTaskSpec spec) throws RemoteException, InvalidName, DuplicateName, RuntimeFault
public ManagedObjectReference[] retrieveEntityScheduledTask(ManagedObjectReference _this, ManagedObjectReference entity) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference createObjectScheduledTask(ManagedObjectReference _this, ManagedObjectReference obj, ScheduledTaskSpec spec) throws RemoteException, InvalidName, DuplicateName, RuntimeFault
public ManagedObjectReference[] retrieveObjectScheduledTask(ManagedObjectReference _this, ManagedObjectReference obj) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference[] openInventoryViewFolder(ManagedObjectReference _this, ManagedObjectReference[] entity) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference[] closeInventoryViewFolder(ManagedObjectReference _this, ManagedObjectReference[] entity) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference[] modifyListView(ManagedObjectReference _this, ManagedObjectReference[] add, ManagedObjectReference[] remove) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference[] resetListView(ManagedObjectReference _this, ManagedObjectReference[] obj) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void resetListViewFromView(ManagedObjectReference _this, ManagedObjectReference view) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic void destroyView(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference createInventoryView(ManagedObjectReference _this) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference createContainerView(ManagedObjectReference _this, ManagedObjectReference container, String[] type, boolean recursive) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference createListView(ManagedObjectReference _this, ManagedObjectReference[] obj) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference createListViewFromView(ManagedObjectReference _this, ManagedObjectReference view) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference revertToSnapshot_Task(ManagedObjectReference _this, ManagedObjectReference host, Boolean suppressPowerOn) throws RemoteException, TaskInProgress, InsufficientResourcesFault, InvalidState, FileFault, VmConfigFault, RuntimeFault
public ManagedObjectReference removeSnapshot_Task(ManagedObjectReference _this, boolean removeChildren, Boolean consolidate) throws RemoteException, TaskInProgress, RuntimeFault
public void renameSnapshot(ManagedObjectReference _this, String name, String description) throws RemoteException, InvalidName, TaskInProgress, InvalidState, RuntimeFault
public ManagedObjectReference checkCompatibility_Task(ManagedObjectReference _this, ManagedObjectReference vm, ManagedObjectReference host, ManagedObjectReference pool, String[] testType) throws RemoteException, InvalidState, NoActiveHostInCluster, RuntimeFault
public ManagedObjectReference queryVMotionCompatibilityEx_Task(ManagedObjectReference _this, ManagedObjectReference[] vm, ManagedObjectReference[] host) throws RemoteException, RuntimeFault
RemoteExceptionRuntimeFaultpublic ManagedObjectReference checkMigrate_Task(ManagedObjectReference _this, ManagedObjectReference vm, ManagedObjectReference host, ManagedObjectReference pool, VirtualMachinePowerState state, String[] testType) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic ManagedObjectReference checkRelocate_Task(ManagedObjectReference _this, ManagedObjectReference vm, VirtualMachineRelocateSpec spec, String[] testType) throws RemoteException, InvalidState, RuntimeFault
RemoteExceptionInvalidStateRuntimeFaultpublic void validateCredentialsInGuest(ManagedObjectReference _this, ManagedObjectReference vm, GuestAuthentication auth) throws RemoteException, GuestOperationsFault, InvalidState, TaskInProgress, RuntimeFault
public GuestAuthentication acquireCredentialsInGuest(ManagedObjectReference _this, ManagedObjectReference vm, GuestAuthentication requestedAuth, long sessionID) throws RemoteException, GuestOperationsFault, TaskInProgress, InvalidState, RuntimeFault
public void releaseCredentialsInGuest(ManagedObjectReference _this, ManagedObjectReference vm, GuestAuthentication auth) throws RemoteException, GuestOperationsFault, TaskInProgress, InvalidState, RuntimeFault
public void makeDirectoryInGuest(ManagedObjectReference _this, ManagedObjectReference vm, GuestAuthentication auth, String directoryPath, boolean createParentDirectories) throws RemoteException, GuestOperationsFault, InvalidState, TaskInProgress, FileFault, RuntimeFault
public void deleteFileInGuest(ManagedObjectReference _this, ManagedObjectReference vm, GuestAuthentication auth, String filePath) throws RemoteException, GuestOperationsFault, InvalidState, TaskInProgress, FileFault, RuntimeFault
public void deleteDirectoryInGuest(ManagedObjectReference _this, ManagedObjectReference vm, GuestAuthentication auth, String directoryPath, boolean recursive) throws RemoteException, GuestOperationsFault, InvalidState, TaskInProgress, FileFault, RuntimeFault
public void moveDirectoryInGuest(ManagedObjectReference _this, ManagedObjectReference vm, GuestAuthentication auth, String srcDirectoryPath, String dstDirectoryPath) throws RemoteException, GuestOperationsFault, InvalidState, TaskInProgress, FileFault, RuntimeFault
public void moveFileInGuest(ManagedObjectReference _this, ManagedObjectReference vm, GuestAuthentication auth, String srcFilePath, String dstFilePath, boolean overwrite) throws RemoteException, GuestOperationsFault, InvalidState, TaskInProgress, FileFault, RuntimeFault
public String createTemporaryFileInGuest(ManagedObjectReference _this, ManagedObjectReference vm, GuestAuthentication auth, String prefix, String suffix, String directoryPath) throws RemoteException, GuestOperationsFault, InvalidState, TaskInProgress, FileFault, RuntimeFault
public String createTemporaryDirectoryInGuest(ManagedObjectReference _this, ManagedObjectReference vm, GuestAuthentication auth, String prefix, String suffix, String directoryPath) throws RemoteException, GuestOperationsFault, InvalidState, TaskInProgress, FileFault, RuntimeFault
public GuestListFileInfo listFilesInGuest(ManagedObjectReference _this, ManagedObjectReference vm, GuestAuthentication auth, String filePath, int index, int maxResults, String matchPattern) throws RemoteException, GuestOperationsFault, InvalidState, TaskInProgress, FileFault, RuntimeFault
public void changeFileAttributesInGuest(ManagedObjectReference _this, ManagedObjectReference vm, GuestAuthentication auth, String guestFilePath, GuestFileAttributes fileAttributes) throws RemoteException, GuestOperationsFault, InvalidState, TaskInProgress, FileFault, RuntimeFault
public FileTransferInformation initiateFileTransferFromGuest(ManagedObjectReference _this, ManagedObjectReference vm, GuestAuthentication auth, String guestFilePath) throws RemoteException, GuestOperationsFault, InvalidState, TaskInProgress, FileFault, RuntimeFault
public String initiateFileTransferToGuest(ManagedObjectReference _this, ManagedObjectReference vm, GuestAuthentication auth, String guestFilePath, GuestFileAttributes fileAttributes, long fileSize, boolean overwrite) throws RemoteException, GuestOperationsFault, InvalidState, TaskInProgress, FileFault, RuntimeFault
public long startProgramInGuest(ManagedObjectReference _this, ManagedObjectReference vm, GuestAuthentication auth, GuestProgramSpec spec) throws RemoteException, GuestOperationsFault, InvalidState, TaskInProgress, FileFault, RuntimeFault
public GuestProcessInfo[] listProcessesInGuest(ManagedObjectReference _this, ManagedObjectReference vm, GuestAuthentication auth, long[] pids) throws RemoteException, GuestOperationsFault, InvalidState, TaskInProgress, RuntimeFault
public void terminateProcessInGuest(ManagedObjectReference _this, ManagedObjectReference vm, GuestAuthentication auth, long pid) throws RemoteException, GuestOperationsFault, InvalidState, TaskInProgress, RuntimeFault
public String[] readEnvironmentVariableInGuest(ManagedObjectReference _this, ManagedObjectReference vm, GuestAuthentication auth, String[] names) throws RemoteException, GuestOperationsFault, InvalidState, TaskInProgress, RuntimeFault
Copyright © 2011-2012. All Rights Reserved.