/** * Create an instance of {@link JAXBElement }{@code <}{@link ResourceNotAvailable }{@code >}} * */ @XmlElementDecl(namespace = "urn:pbm", name = "ResourceNotAvailableFault") public JAXBElement<ResourceNotAvailable> createResourceNotAvailableFault(ResourceNotAvailable value) { return new JAXBElement<ResourceNotAvailable>(_ResourceNotAvailableFault_QNAME, ResourceNotAvailable.class, null, value); }
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); }