/** * Create an instance of {@link JAXBElement }{@code <}{@link InvalidCollectorVersion }{@code >}} * */ @XmlElementDecl(namespace = "urn:pbm", name = "InvalidCollectorVersionFault") public JAXBElement<InvalidCollectorVersion> createInvalidCollectorVersionFault(InvalidCollectorVersion value) { return new JAXBElement<InvalidCollectorVersion>(_InvalidCollectorVersionFault_QNAME, InvalidCollectorVersion.class, null, value); }
public UpdateSet checkForUpdates(String version) throws InvalidCollectorVersion, RuntimeFault, RemoteException { return getVimService().checkForUpdates(getMOR(), version); }
/** @deprecated as of SDK4.1 */ public UpdateSet waitForUpdates(String version) throws InvalidCollectorVersion, RuntimeFault, RemoteException { return getVimService().waitForUpdates(getMOR(), version); }
/** @since SDK4.1 */ public UpdateSet waitForUpdatesEx(String version, WaitOptions options) throws InvalidCollectorVersion, RuntimeFault, RemoteException { return getVimService().waitForUpdatesEx(getMOR(), version, options); }