C# Class Amazon.RDS.SourceType

Source Type
Inheritance: ConstantClass
Exibir arquivo 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_oe static_oe property

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

DbParameterGroup public_oe static_oe property

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

DbSecurityGroup public_oe static_oe property

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

DbSnapshot public_oe static_oe property

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