C# Class Amazon.EC2.ListingStatus

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

Public Properties

Property Type Description
Active ListingStatus
Cancelled ListingStatus
Closed ListingStatus
Pending ListingStatus

Public Methods

Method Description
FindValue ( string value ) : ListingStatus

Finds the constant for the unique value.

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

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

Property Details

Active public static property

Constant Active for ListingStatus
public static ListingStatus,Amazon.EC2 Active
return ListingStatus

Cancelled public static property

Constant Cancelled for ListingStatus
public static ListingStatus,Amazon.EC2 Cancelled
return ListingStatus

Closed public static property

Constant Closed for ListingStatus
public static ListingStatus,Amazon.EC2 Closed
return ListingStatus

Pending public static property

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