C# Class Amazon.EC2.VolumeType

Constants used for properties of type VolumeType.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Gp2 VolumeType
Io1 VolumeType
Sc1 VolumeType
St1 VolumeType
Standard VolumeType

Public Methods

Method Description
FindValue ( string value ) : VolumeType

Finds the constant for the unique value.

VolumeType ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static method

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

VolumeType() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public VolumeType ( string value ) : System
value string
return System

Property Details

Gp2 public static property

Constant Gp2 for VolumeType
public static VolumeType,Amazon.EC2 Gp2
return VolumeType

Io1 public static property

Constant Io1 for VolumeType
public static VolumeType,Amazon.EC2 Io1
return VolumeType

Sc1 public static property

Constant Sc1 for VolumeType
public static VolumeType,Amazon.EC2 Sc1
return VolumeType

St1 public static property

Constant St1 for VolumeType
public static VolumeType,Amazon.EC2 St1
return VolumeType

Standard public static property

Constant Standard for VolumeType
public static VolumeType,Amazon.EC2 Standard
return VolumeType