C# Class Amazon.RDS.ApplyMethod

Apply Method
Inheritance: ConstantClass
Afficher le fichier Open project: scopely/aws-sdk-net

Méthodes publiques

Свойство Type Description
Immediate ApplyMethod
PendingReboot ApplyMethod

Méthodes publiques

Méthode Description
ApplyMethod ( string value ) : System

Default Constructor

FindValue ( string value ) : ApplyMethod

Finds the constant for the unique value.

Method Details

ApplyMethod() public méthode

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

FindValue() public static méthode

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

Property Details

Immediate public_oe static_oe property

Constant Immediate for ApplyMethod
public static ApplyMethod,Amazon.RDS Immediate
Résultat ApplyMethod

PendingReboot public_oe static_oe property

Constant PendingReboot for ApplyMethod
public static ApplyMethod,Amazon.RDS PendingReboot
Résultat ApplyMethod