C# Class Amazon.RDS.SourceType

Source Type
Inheritance: ConstantClass
Show file Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
DbInstance SourceType
DbParameterGroup SourceType
DbSecurityGroup SourceType
DbSnapshot SourceType

Public Methods

Method Description
FindValue ( string value ) : SourceType

Finds the constant for the unique value.

SourceType ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

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

SourceType() public method

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

Property Details

DbInstance public static property

Constant DbInstance for SourceType
public static SourceType,Amazon.RDS DbInstance
return SourceType

DbParameterGroup public static property

Constant DbParameterGroup for SourceType
public static SourceType,Amazon.RDS DbParameterGroup
return SourceType

DbSecurityGroup public static property

Constant DbSecurityGroup for SourceType
public static SourceType,Amazon.RDS DbSecurityGroup
return SourceType

DbSnapshot public static property

Constant DbSnapshot for SourceType
public static SourceType,Amazon.RDS DbSnapshot
return SourceType