/** * Create an instance of {@link JAXBElement }{@code <}{@link ProfileUpdateFailed }{@code >}} * */ @XmlElementDecl(namespace = "urn:pbm", name = "ProfileUpdateFailedFault") public JAXBElement<ProfileUpdateFailed> createProfileUpdateFailedFault(ProfileUpdateFailed value) { return new JAXBElement<ProfileUpdateFailed>(_ProfileUpdateFailedFault_QNAME, ProfileUpdateFailed.class, null, value); }
public void updateHostProfile(HostProfileConfigSpec config) throws DuplicateName, ProfileUpdateFailed, RuntimeFault, RemoteException { getVimService().updateHostProfile(getMOR(), config); }