C# Class Amazon.OpsWorks.RootDeviceType

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

Méthodes publiques

Свойство Type Description
Ebs RootDeviceType
InstanceStore RootDeviceType

Méthodes publiques

Méthode Description
FindValue ( string value ) : RootDeviceType

Finds the constant for the unique value.

RootDeviceType ( string value ) : System

Default Constructor

Method Details

FindValue() public static méthode

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

RootDeviceType() public méthode

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

Property Details

Ebs public_oe static_oe property

Constant Ebs for RootDeviceType
public static RootDeviceType,Amazon.OpsWorks Ebs
Résultat RootDeviceType

InstanceStore public_oe static_oe property

Constant InstanceStore for RootDeviceType
public static RootDeviceType,Amazon.OpsWorks InstanceStore
Résultat RootDeviceType