org.jclouds.cloudwatch.domain
Class AutoScalingConstants.MetricName

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

public static class AutoScalingConstants.MetricName
extends Object


Field Summary
static String GROUP_DESIRED_CAPACITY
           
static String GROUP_IN_SERVICE_INSTANCES
           
static String GROUP_MAX_SIZE
           
static String GROUP_MIN_SIZE
           
static String GROUP_PENDING_INSTANCES
           
static String GROUP_TERMINATING_INSTANCES
           
static String GROUP_TOTAL_INSTANCES
           
 
Constructor Summary
AutoScalingConstants.MetricName()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GROUP_DESIRED_CAPACITY

public static final String GROUP_DESIRED_CAPACITY
See Also:
Constant Field Values

GROUP_IN_SERVICE_INSTANCES

public static final String GROUP_IN_SERVICE_INSTANCES
See Also:
Constant Field Values

GROUP_MAX_SIZE

public static final String GROUP_MAX_SIZE
See Also:
Constant Field Values

GROUP_MIN_SIZE

public static final String GROUP_MIN_SIZE
See Also:
Constant Field Values

GROUP_PENDING_INSTANCES

public static final String GROUP_PENDING_INSTANCES
See Also:
Constant Field Values

GROUP_TERMINATING_INSTANCES

public static final String GROUP_TERMINATING_INSTANCES
See Also:
Constant Field Values

GROUP_TOTAL_INSTANCES

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

AutoScalingConstants.MetricName

public AutoScalingConstants.MetricName()


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