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

项目:vijava    文件:DiagnosticManager.java   
public DiagnosticManagerLogHeader browseDiagnosticLog(HostSystem host, String key, int start, int lines) throws CannotAccessFile, RuntimeFault, RemoteException 
{
    return getVimService().browseDiagnosticLog(getMOR(), host==null? null : host.getMOR(), key, start, lines);
}
项目:jcloud-vsphere    文件:DiagnosticManagerApi.java   
DiagnosticManagerLogHeader browseDiagnosticLog(HostSystem host, String key, int start, int lines) throws CannotAccessFile, RuntimeFault, RemoteException;