org.jclouds.cloudwatch.domain
Class ELBConstants.MetricName

java.lang.Object
  extended by org.jclouds.cloudwatch.domain.ELBConstants.MetricName
Enclosing interface:
ELBConstants

public static class ELBConstants.MetricName
extends Object


Field Summary
static String HEALTHY_HOST_COUNT
           
static String HTTP_CODE_BACKEND_2XX
           
static String HTTP_CODE_BACKEND_3XX
           
static String HTTP_CODE_BACKEND_4XX
           
static String HTTP_CODE_BACKEND_5XX
           
static String HTTP_CODE_ELB_4XX
           
static String HTTP_CODE_ELB_5XX
           
static String LATENCY
           
static String REQUEST_COUNT
           
static String UNHEALTHY_HOST_COUNT
           
 
Constructor Summary
ELBConstants.MetricName()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEALTHY_HOST_COUNT

public static final String HEALTHY_HOST_COUNT
See Also:
Constant Field Values

HTTP_CODE_BACKEND_2XX

public static final String HTTP_CODE_BACKEND_2XX
See Also:
Constant Field Values

HTTP_CODE_BACKEND_3XX

public static final String HTTP_CODE_BACKEND_3XX
See Also:
Constant Field Values

HTTP_CODE_BACKEND_4XX

public static final String HTTP_CODE_BACKEND_4XX
See Also:
Constant Field Values

HTTP_CODE_BACKEND_5XX

public static final String HTTP_CODE_BACKEND_5XX
See Also:
Constant Field Values

HTTP_CODE_ELB_4XX

public static final String HTTP_CODE_ELB_4XX
See Also:
Constant Field Values

HTTP_CODE_ELB_5XX

public static final String HTTP_CODE_ELB_5XX
See Also:
Constant Field Values

LATENCY

public static final String LATENCY
See Also:
Constant Field Values

REQUEST_COUNT

public static final String REQUEST_COUNT
See Also:
Constant Field Values

UNHEALTHY_HOST_COUNT

public static final String UNHEALTHY_HOST_COUNT
See Also:
Constant Field Values
Constructor Detail

ELBConstants.MetricName

public ELBConstants.MetricName()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.