/** * Create an instance of {@link JAXBElement }{@code <}{@link MismatchedBundle }{@code >}} * */ @XmlElementDecl(namespace = "urn:pbm", name = "MismatchedBundleFault") public JAXBElement<MismatchedBundle> createMismatchedBundleFault(MismatchedBundle value) { return new JAXBElement<MismatchedBundle>(_MismatchedBundleFault_QNAME, MismatchedBundle.class, null, value); }
public void restoreFirmwareConfiguration(boolean force) throws InvalidBundle, MismatchedBundle, FileFault, InvalidState, RuntimeFault, RemoteException { getVimService().restoreFirmwareConfiguration(getMOR(), force); }