com.emc.vipr.model.sys.healthmonitor.HealthMonitorConstants Maven / Gradle / Ivy
/*
* Copyright (c) 2013 EMC Corporation
* All Rights Reserved
*/
package com.emc.vipr.model.sys.healthmonitor;
/**
* Class that holds all constants that are used by health monitor service.
*/
public interface HealthMonitorConstants {
public static final String UNKNOWN = "unknown";
public static final String DIAG_UNKNOWN = "Unknown";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy