C# Class Amazon.EC2.ImageState

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

Public Properties

Property Type Description
Available ImageState
Deregistered ImageState
Error ImageState
Failed ImageState
Invalid ImageState
Pending ImageState
Transient ImageState

Public Methods

Method Description
FindValue ( string value ) : ImageState

Finds the constant for the unique value.

ImageState ( 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 ) : ImageState
value string The unique value for the constant
return ImageState

ImageState() 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 ImageState ( string value ) : System
value string
return System

Property Details

Available public static property

Constant Available for ImageState
public static ImageState,Amazon.EC2 Available
return ImageState

Deregistered public static property

Constant Deregistered for ImageState
public static ImageState,Amazon.EC2 Deregistered
return ImageState

Error public static property

Constant Error for ImageState
public static ImageState,Amazon.EC2 Error
return ImageState

Failed public static property

Constant Failed for ImageState
public static ImageState,Amazon.EC2 Failed
return ImageState

Invalid public static property

Constant Invalid for ImageState
public static ImageState,Amazon.EC2 Invalid
return ImageState

Pending public static property

Constant Pending for ImageState
public static ImageState,Amazon.EC2 Pending
return ImageState

Transient public static property

Constant Transient for ImageState
public static ImageState,Amazon.EC2 Transient
return ImageState