com.northernwall.hadrian.handlers.host.dao.FindHostData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Hadrian Show documentation
Show all versions of Hadrian Show documentation
Hadrian is a DevOps UI, Inventory, and Auditing system that plugs into other tools to execute actions.
package com.northernwall.hadrian.handlers.host.dao;
public class FindHostData {
public String teamId;
public String teamName;
public String serviceId;
public String serviceName;
public String moduleId;
public String moduleName;
public String hostId;
public String hostName;
public String status;
public boolean busy;
public String dataCenter;
public String environment;
public String platform;
public String version;
public int availability;
public GetHostDetailsData details;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy