C# Class Amazon.OpsWorks.LayerType

Layer Type
Inheritance: ConstantClass
Show 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 static property

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

DbMaster public static property

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

Lb public static property

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

Memcached public static property

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

MonitoringMaster public static property

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

NodejsApp public static property

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

PhpApp public static property

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

RailsApp public static property

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

Web public static property

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