Java 类com.vmware.vim25.ProfileUpdateFailed 实例源码

项目:photon-model    文件:ObjectFactory.java   
/**
 * 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);
}
项目:vijava    文件:HostProfile.java   
public void updateHostProfile(HostProfileConfigSpec config) throws DuplicateName, ProfileUpdateFailed, RuntimeFault, RemoteException
{
    getVimService().updateHostProfile(getMOR(), config);
}