/** * Create an instance of {@link JAXBElement }{@code <}{@link ResourceInUse }{@code >}} * */ @XmlElementDecl(namespace = "urn:pbm", name = "ResourceInUseFault") public JAXBElement<ResourceInUse> createResourceInUseFault(ResourceInUse value) { return new JAXBElement<ResourceInUse>(_ResourceInUseFault_QNAME, ResourceInUse.class, null, value); }
public Task mergeDvs_Task(DistributedVirtualSwitch dvs) throws InvalidHostState, DvsFault, NotFound, ResourceInUse, RuntimeFault, RemoteException { ManagedObjectReference taskMor = getVimService().mergeDvs_Task(getMOR(), dvs.getMOR()); return new Task(getServerConnection(), taskMor); }
public Task reconfigureDvs_Task(DVSConfigSpec spec) throws DvsNotAuthorized, DvsFault, ConcurrentAccess, DuplicateName, InvalidState, InvalidName, NotFound, AlreadyExists, LimitExceeded, ResourceInUse, ResourceNotAvailable, RuntimeFault, RemoteException { ManagedObjectReference taskMor = getVimService().reconfigureDvs_Task(getMOR(), spec); return new Task(getServerConnection(), taskMor); }
/** * @since SDK5.0 */ public void removeNetworkResourcePool(String[] key) throws DvsFault, NotFound, InvalidName, ResourceInUse, RuntimeFault, RemoteException { getVimService().removeNetworkResourcePool(getMOR(), key); }
public Task reconfigureDVPort_Task(DVPortConfigSpec[] port) throws DvsFault, NotFound, ResourceInUse, ConcurrentAccess, RuntimeFault, RemoteException { ManagedObjectReference mor = getVimService().reconfigureDVPort_Task(getMOR(), port); return new Task(getServerConnection(), mor); }
public void hostConfigureVFlashResource(HostVFlashManagerVFlashResourceConfigSpec spec) throws HostConfigFault, ResourceInUse, RuntimeFault, RemoteException { getVimService().hostConfigureVFlashResource(this.getMOR(), spec); }
public void hostConfigVFlashCache(HostVFlashManagerVFlashCacheConfigSpec spec) throws HostConfigFault, InaccessibleVFlashSource, ResourceInUse, RuntimeFault, RemoteException { getVimService().hostConfigVFlashCache(this.getMOR(), spec); }
public void hostRemoveVFlashResource() throws NotFound, HostConfigFault, ResourceInUse, RuntimeFault, RemoteException { getVimService().hostRemoveVFlashResource(this.getMOR()); }