Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.opsworks.model
Enum LayerAttributesKeys

java.lang.Object
  extended by java.lang.Enum<LayerAttributesKeys>
      extended by com.amazonaws.services.opsworks.model.LayerAttributesKeys
All Implemented Interfaces:
Serializable, Comparable<LayerAttributesKeys>

public enum LayerAttributesKeys
extends Enum<LayerAttributesKeys>

Layer Attributes Keys


Enum Constant Summary
BundlerVersion
           
EnableHaproxyStats
           
GangliaPassword
           
GangliaUrl
           
GangliaUser
           
HaproxyHealthCheckMethod
           
HaproxyHealthCheckUrl
           
HaproxyStatsPassword
           
HaproxyStatsUrl
           
HaproxyStatsUser
           
ManageBundler
           
MemcachedMemory
           
MysqlRootPassword
           
MysqlRootPasswordUbiquitous
           
NodejsVersion
           
PassengerVersion
           
RailsStack
           
RubygemsVersion
           
RubyVersion
           
 
Method Summary
static LayerAttributesKeys fromValue(String value)
          Use this in place of valueOf.
 String toString()
           
static LayerAttributesKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LayerAttributesKeys[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

EnableHaproxyStats

public static final LayerAttributesKeys EnableHaproxyStats

HaproxyStatsUrl

public static final LayerAttributesKeys HaproxyStatsUrl

HaproxyStatsUser

public static final LayerAttributesKeys HaproxyStatsUser

HaproxyStatsPassword

public static final LayerAttributesKeys HaproxyStatsPassword

HaproxyHealthCheckUrl

public static final LayerAttributesKeys HaproxyHealthCheckUrl

HaproxyHealthCheckMethod

public static final LayerAttributesKeys HaproxyHealthCheckMethod

MysqlRootPassword

public static final LayerAttributesKeys MysqlRootPassword

MysqlRootPasswordUbiquitous

public static final LayerAttributesKeys MysqlRootPasswordUbiquitous

GangliaUrl

public static final LayerAttributesKeys GangliaUrl

GangliaUser

public static final LayerAttributesKeys GangliaUser

GangliaPassword

public static final LayerAttributesKeys GangliaPassword

MemcachedMemory

public static final LayerAttributesKeys MemcachedMemory

NodejsVersion

public static final LayerAttributesKeys NodejsVersion

RubyVersion

public static final LayerAttributesKeys RubyVersion

RubygemsVersion

public static final LayerAttributesKeys RubygemsVersion

ManageBundler

public static final LayerAttributesKeys ManageBundler

BundlerVersion

public static final LayerAttributesKeys BundlerVersion

RailsStack

public static final LayerAttributesKeys RailsStack

PassengerVersion

public static final LayerAttributesKeys PassengerVersion
Method Detail

values

public static LayerAttributesKeys[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (LayerAttributesKeys c : LayerAttributesKeys.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static LayerAttributesKeys valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

toString

public String toString()
Overrides:
toString in class Enum<LayerAttributesKeys>

fromValue

public static LayerAttributesKeys fromValue(String value)
Use this in place of valueOf.

Parameters:
value - real value
Returns:
LayerAttributesKeys corresponding to the value


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.