All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.emc.vipr.model.sys.healthmonitor.HealthMonitorConstants Maven / Gradle / Ivy

There is a newer version: 3.5.0.0
Show newest version
/*
 * 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