C# Class Amazon.RDS.SourceType

Source Type
Inheritance: ConstantClass
Afficher le fichier Open project: scopely/aws-sdk-net

Méthodes publiques

Свойство Type Description
DbInstance SourceType
DbParameterGroup SourceType
DbSecurityGroup SourceType
DbSnapshot SourceType

Méthodes publiques

Méthode Description
FindValue ( string value ) : SourceType

Finds the constant for the unique value.

SourceType ( string value ) : System

Default Constructor

Method Details

FindValue() public static méthode

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

SourceType() public méthode

Default Constructor
public SourceType ( string value ) : System
value string
Résultat System

Property Details

DbInstance public_oe static_oe property

Constant DbInstance for SourceType
public static SourceType,Amazon.RDS DbInstance
Résultat SourceType

DbParameterGroup public_oe static_oe property

Constant DbParameterGroup for SourceType
public static SourceType,Amazon.RDS DbParameterGroup
Résultat SourceType

DbSecurityGroup public_oe static_oe property

Constant DbSecurityGroup for SourceType
public static SourceType,Amazon.RDS DbSecurityGroup
Résultat SourceType

DbSnapshot public_oe static_oe property

Constant DbSnapshot for SourceType
public static SourceType,Amazon.RDS DbSnapshot
Résultat SourceType