C# Class Amazon.OpsWorks.LayerType

Layer Type
Inheritance: ConstantClass
Mostra file Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
Custom LayerType
DbMaster LayerType
Lb LayerType
Memcached LayerType
MonitoringMaster LayerType
NodejsApp LayerType
PhpApp LayerType
RailsApp LayerType
Web LayerType

Public Methods

Method Description
FindValue ( string value ) : LayerType

Finds the constant for the unique value.

LayerType ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : LayerType
value string The unique value for the constant
return LayerType

LayerType() public method

Default Constructor
public LayerType ( string value ) : System
value string
return System

Property Details

Custom public_oe static_oe property

Constant Custom for LayerType
public static LayerType,Amazon.OpsWorks Custom
return LayerType

DbMaster public_oe static_oe property

Constant DbMaster for LayerType
public static LayerType,Amazon.OpsWorks DbMaster
return LayerType

Lb public_oe static_oe property

Constant Lb for LayerType
public static LayerType,Amazon.OpsWorks Lb
return LayerType

Memcached public_oe static_oe property

Constant Memcached for LayerType
public static LayerType,Amazon.OpsWorks Memcached
return LayerType

MonitoringMaster public_oe static_oe property

Constant MonitoringMaster for LayerType
public static LayerType,Amazon.OpsWorks MonitoringMaster
return LayerType

NodejsApp public_oe static_oe property

Constant NodejsApp for LayerType
public static LayerType,Amazon.OpsWorks NodejsApp
return LayerType

PhpApp public_oe static_oe property

Constant PhpApp for LayerType
public static LayerType,Amazon.OpsWorks PhpApp
return LayerType

RailsApp public_oe static_oe property

Constant RailsApp for LayerType
public static LayerType,Amazon.OpsWorks RailsApp
return LayerType

Web public_oe static_oe property

Constant Web for LayerType
public static LayerType,Amazon.OpsWorks Web
return LayerType