Uses of Class
com.hyper9.simdk.stubs.faults.AlreadyExists

Packages that use AlreadyExists
com.hyper9.simdk.stubs   
com.hyper9.simdk.ws   
 

Uses of AlreadyExists in com.hyper9.simdk.stubs
 

Methods in com.hyper9.simdk.stubs that throw AlreadyExists
 Integer VimServiceImpl.addAuthorizationRole(ManagedObjectReference _this, String name, List<String> privIds)
           
 Integer VimService.addAuthorizationRole(ManagedObjectReference _this, String name, List<String> privIds)
           
 void VimServiceImpl.addEndpoint(ManagedObjectReference _this, ProxyServiceEndpointSpec endpoint)
           
 void VimService.addEndpoint(ManagedObjectReference _this, ProxyServiceEndpointSpec endpoint)
           
 String VimServiceImpl.addLibrary(ManagedObjectReference _this, String serviceUrl, String libName, String sslThumbprint)
           
 String VimService.addLibrary(ManagedObjectReference _this, String serviceUrl, String libName, String sslThumbprint)
           
 void VimServiceImpl.addPortGroup(ManagedObjectReference _this, HostPortGroupSpec portgrp)
           
 void VimService.addPortGroup(ManagedObjectReference _this, HostPortGroupSpec portgrp)
           
 String VimServiceImpl.addVirtualNic(ManagedObjectReference _this, String portgroup, HostVirtualNicSpec nic)
           
 String VimService.addVirtualNic(ManagedObjectReference _this, String portgroup, HostVirtualNicSpec nic)
           
 void VimServiceImpl.addVirtualSwitch(ManagedObjectReference _this, String vswitchName, HostVirtualSwitchSpec spec)
           
 void VimService.addVirtualSwitch(ManagedObjectReference _this, String vswitchName, HostVirtualSwitchSpec spec)
           
 void VimServiceImpl.assignUserToGroup(ManagedObjectReference _this, String user, String group)
           
 void VimService.assignUserToGroup(ManagedObjectReference _this, String user, String group)
           
 void VimServiceImpl.createCustomizationSpec(ManagedObjectReference _this, CustomizationSpecItem item)
           
 void VimService.createCustomizationSpec(ManagedObjectReference _this, CustomizationSpecItem item)
           
 void VimServiceImpl.createGroup(ManagedObjectReference _this, HostAccountSpec group)
           
 void VimService.createGroup(ManagedObjectReference _this, HostAccountSpec group)
           
 ManagedObjectReference VimServiceImpl.createNasDatastore(ManagedObjectReference _this, HostNasVolumeSpec spec)
           
 ManagedObjectReference VimService.createNasDatastore(ManagedObjectReference _this, HostNasVolumeSpec spec)
           
 void VimServiceImpl.createUser(ManagedObjectReference _this, HostAccountSpec user)
           
 void VimService.createUser(ManagedObjectReference _this, HostAccountSpec user)
           
 void VimServiceImpl.duplicateCustomizationSpec(ManagedObjectReference _this, String name, String newName)
           
 void VimService.duplicateCustomizationSpec(ManagedObjectReference _this, String name, String newName)
           
 HostVmfsVolume VimServiceImpl.formatVmfs(ManagedObjectReference _this, HostVmfsSpec createSpec)
           
 HostVmfsVolume VimService.formatVmfs(ManagedObjectReference _this, HostVmfsSpec createSpec)
           
 ManagedObjectReference VimServiceImpl.FTManagerStartSecondaryOnRemoteHost_Task(ManagedObjectReference _this, ManagedObjectReference primary, String secondaryCfgPath, String host, Integer port)
           
 ManagedObjectReference VimService.FTManagerStartSecondaryOnRemoteHost_Task(ManagedObjectReference _this, ManagedObjectReference primary, String secondaryCfgPath, String host, Integer port)
           
 void VimServiceImpl.FTManagerStartSecondaryOnRemoteHost(ManagedObjectReference _this, ManagedObjectReference primary, String secondaryCfgPath, String host, Integer port)
           
 void VimService.FTManagerStartSecondaryOnRemoteHost(ManagedObjectReference _this, ManagedObjectReference primary, String secondaryCfgPath, String host, Integer port)
           
 void VimServiceImpl.hostDVSCreateDVS(ManagedObjectReference _this, HostDVSCreateSpec spec)
           
 void VimService.hostDVSCreateDVS(ManagedObjectReference _this, HostDVSCreateSpec spec)
           
 HostVMotionManagerDestinationState VimServiceImpl.initiateDestination(ManagedObjectReference _this, Long migrationId, String dstConfigPath)
           
 HostVMotionManagerDestinationState VimService.initiateDestination(ManagedObjectReference _this, Long migrationId, String dstConfigPath)
           
 void VimServiceImpl.loadDVPort(ManagedObjectReference _this, String switchUuid, String portKey, String filePath)
           
 void VimService.loadDVPort(ManagedObjectReference _this, String switchUuid, String portKey, String filePath)
           
 ManagedObjectReference VimServiceImpl.reconfigureDvs_Task(ManagedObjectReference _this, DVSConfigSpec spec)
           
 ManagedObjectReference VimService.reconfigureDvs_Task(ManagedObjectReference _this, DVSConfigSpec spec)
           
 void VimServiceImpl.reconfigureDvs(ManagedObjectReference _this, DVSConfigSpec spec)
           
 void VimService.reconfigureDvs(ManagedObjectReference _this, DVSConfigSpec spec)
           
 ManagedObjectReference VimServiceImpl.registerChildVM_Task(ManagedObjectReference _this, String path, String name, ManagedObjectReference host)
           
 ManagedObjectReference VimService.registerChildVM_Task(ManagedObjectReference _this, String path, String name, ManagedObjectReference host)
           
 ManagedObjectReference VimServiceImpl.registerChildVM(ManagedObjectReference _this, String path, String name, ManagedObjectReference host)
           
 ManagedObjectReference VimService.registerChildVM(ManagedObjectReference _this, String path, String name, ManagedObjectReference host)
           
 ManagedObjectReference VimServiceImpl.registerVM_Task(ManagedObjectReference _this, String path, String name, Boolean asTemplate, ManagedObjectReference pool, ManagedObjectReference host)
           
 ManagedObjectReference VimService.registerVM_Task(ManagedObjectReference _this, String path, String name, Boolean asTemplate, ManagedObjectReference pool, ManagedObjectReference host)
           
 ManagedObjectReference VimServiceImpl.registerVM(ManagedObjectReference _this, String path, String name, Boolean asTemplate, ManagedObjectReference pool, ManagedObjectReference host)
           
 ManagedObjectReference VimService.registerVM(ManagedObjectReference _this, String path, String name, Boolean asTemplate, ManagedObjectReference pool, ManagedObjectReference host)
           
 void VimServiceImpl.renameCustomizationSpec(ManagedObjectReference _this, String name, String newName)
           
 void VimService.renameCustomizationSpec(ManagedObjectReference _this, String name, String newName)
           
 void VimServiceImpl.updateAuthorizationRole(ManagedObjectReference _this, Integer roleId, String newName, List<String> privIds)
           
 void VimService.updateAuthorizationRole(ManagedObjectReference _this, Integer roleId, String newName, List<String> privIds)
           
 void VimServiceImpl.updateLibrary(ManagedObjectReference _this, String libKey, String libName, String sslThumbprint)
           
 void VimService.updateLibrary(ManagedObjectReference _this, String libKey, String libName, String sslThumbprint)
           
 HostNetworkConfigResult VimServiceImpl.updateNetworkConfig(ManagedObjectReference _this, HostNetworkConfig config, String changeMode)
           
 HostNetworkConfigResult VimService.updateNetworkConfig(ManagedObjectReference _this, HostNetworkConfig config, String changeMode)
           
 void VimServiceImpl.updatePortGroup(ManagedObjectReference _this, String pgName, HostPortGroupSpec portgrp)
           
 void VimService.updatePortGroup(ManagedObjectReference _this, String pgName, HostPortGroupSpec portgrp)
           
 void VimServiceImpl.updateUser(ManagedObjectReference _this, HostAccountSpec user)
           
 void VimService.updateUser(ManagedObjectReference _this, HostAccountSpec user)
           
 

Uses of AlreadyExists in com.hyper9.simdk.ws
 

Methods in com.hyper9.simdk.ws that throw AlreadyExists
 Integer VimServiceExImpl.addAuthorizationRole(ManagedObjectReference _this, String name, List<String> privIds)
           
 void VimServiceExImpl.addEndpoint(ManagedObjectReference _this, ProxyServiceEndpointSpec endpoint)
           
 String VimServiceExImpl.addLibrary(ManagedObjectReference _this, String serviceUrl, String libName, String sslThumbprint)
           
 void VimServiceExImpl.addPortGroup(ManagedObjectReference _this, HostPortGroupSpec portgrp)
           
 String VimServiceExImpl.addVirtualNic(ManagedObjectReference _this, String portgroup, HostVirtualNicSpec nic)
           
 void VimServiceExImpl.addVirtualSwitch(ManagedObjectReference _this, String vswitchName, HostVirtualSwitchSpec spec)
           
 void VimServiceExImpl.assignUserToGroup(ManagedObjectReference _this, String user, String group)
           
 void VimServiceExImpl.createCustomizationSpec(ManagedObjectReference _this, CustomizationSpecItem item)
           
 void VimServiceExImpl.createGroup(ManagedObjectReference _this, HostAccountSpec group)
           
 ManagedObjectReference VimServiceExImpl.createNasDatastore(ManagedObjectReference _this, HostNasVolumeSpec spec)
           
 void VimServiceExImpl.createUser(ManagedObjectReference _this, HostAccountSpec user)
           
 void VimServiceExImpl.duplicateCustomizationSpec(ManagedObjectReference _this, String name, String newName)
           
 HostVmfsVolume VimServiceExImpl.formatVmfs(ManagedObjectReference _this, HostVmfsSpec createSpec)
           
 ManagedObjectReference VimServiceExImpl.FTManagerStartSecondaryOnRemoteHost_Task(ManagedObjectReference _this, ManagedObjectReference primary, String secondaryCfgPath, String host, Integer port)
           
 void VimServiceExImpl.FTManagerStartSecondaryOnRemoteHost(ManagedObjectReference _this, ManagedObjectReference primary, String secondaryCfgPath, String host, Integer port)
           
 void VimServiceExImpl.hostDVSCreateDVS(ManagedObjectReference _this, HostDVSCreateSpec spec)
           
 HostVMotionManagerDestinationState VimServiceExImpl.initiateDestination(ManagedObjectReference _this, Long migrationId, String dstConfigPath)
           
 void VimServiceExImpl.loadDVPort(ManagedObjectReference _this, String switchUuid, String portKey, String filePath)
           
 ManagedObjectReference VimServiceExImpl.reconfigureDvs_Task(ManagedObjectReference _this, DVSConfigSpec spec)
           
 void VimServiceExImpl.reconfigureDvs(ManagedObjectReference _this, DVSConfigSpec spec)
           
 ManagedObjectReference VimServiceExImpl.registerChildVM_Task(ManagedObjectReference _this, String path, String name, ManagedObjectReference host)
           
 ManagedObjectReference VimServiceExImpl.registerChildVM(ManagedObjectReference _this, String path, String name, ManagedObjectReference host)
           
 ManagedObjectReference VimServiceExImpl.registerVM_Task(ManagedObjectReference _this, String path, String name, Boolean asTemplate, ManagedObjectReference pool, ManagedObjectReference host)
           
 ManagedObjectReference VimServiceExImpl.registerVM(ManagedObjectReference _this, String path, String name, Boolean asTemplate, ManagedObjectReference pool, ManagedObjectReference host)
           
 void VimServiceExImpl.renameCustomizationSpec(ManagedObjectReference _this, String name, String newName)
           
 void VimServiceExImpl.updateAuthorizationRole(ManagedObjectReference _this, Integer roleId, String newName, List<String> privIds)
           
 void VimServiceExImpl.updateLibrary(ManagedObjectReference _this, String libKey, String libName, String sslThumbprint)
           
 HostNetworkConfigResult VimServiceExImpl.updateNetworkConfig(ManagedObjectReference _this, HostNetworkConfig config, String changeMode)
           
 void VimServiceExImpl.updatePortGroup(ManagedObjectReference _this, String pgName, HostPortGroupSpec portgrp)
           
 void VimServiceExImpl.updateUser(ManagedObjectReference _this, HostAccountSpec user)
           
 



Copyright © 2009-2010 Hyper9. All Rights Reserved.