com.northernwall.hadrian.handlers.vip.dao.GetVipDetailCellData 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.vip.dao;
public class GetVipDetailCellData {
/**
* The host's priority within the pool for a specific DC's LB
*/
public int priority;
/**
* The host's status within the pool for a specific DC's LB
*/
public String status;
/**
* The number of connections from a specific DC's LB to the host
*/
public int connections;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy