org.jclouds.cloudwatch.domain
Class EC2Constants.MetricName

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

public static class EC2Constants.MetricName
extends Object


Field Summary
static String CPU_UTILIZATION
           
static String DISK_READ_BYTES
           
static String DISK_READ_OPS
           
static String DISK_WRITE_BYTES
           
static String DISK_WRITE_OPS
           
static String NETWORK_IN
           
static String NETWORK_OUT
           
 
Constructor Summary
EC2Constants.MetricName()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CPU_UTILIZATION

public static final String CPU_UTILIZATION
See Also:
Constant Field Values

DISK_READ_BYTES

public static final String DISK_READ_BYTES
See Also:
Constant Field Values

DISK_READ_OPS

public static final String DISK_READ_OPS
See Also:
Constant Field Values

DISK_WRITE_BYTES

public static final String DISK_WRITE_BYTES
See Also:
Constant Field Values

DISK_WRITE_OPS

public static final String DISK_WRITE_OPS
See Also:
Constant Field Values

NETWORK_IN

public static final String NETWORK_IN
See Also:
Constant Field Values

NETWORK_OUT

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

EC2Constants.MetricName

public EC2Constants.MetricName()


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