C# Class Amazon.EC2.VpcPeeringConnectionStateReasonCode

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

Public Properties

Property Type Description
Active VpcPeeringConnectionStateReasonCode
Deleted VpcPeeringConnectionStateReasonCode
Deleting VpcPeeringConnectionStateReasonCode
Expired VpcPeeringConnectionStateReasonCode
Failed VpcPeeringConnectionStateReasonCode
InitiatingRequest VpcPeeringConnectionStateReasonCode
PendingAcceptance VpcPeeringConnectionStateReasonCode
Provisioning VpcPeeringConnectionStateReasonCode
Rejected VpcPeeringConnectionStateReasonCode

Public Methods

Method Description
FindValue ( string value ) : VpcPeeringConnectionStateReasonCode

Finds the constant for the unique value.

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

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

Property Details

Active public static property

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

Deleted public static property

Constant Deleted for VpcPeeringConnectionStateReasonCode
public static VpcPeeringConnectionStateReasonCode,Amazon.EC2 Deleted
return VpcPeeringConnectionStateReasonCode

Deleting public static property

Constant Deleting for VpcPeeringConnectionStateReasonCode
public static VpcPeeringConnectionStateReasonCode,Amazon.EC2 Deleting
return VpcPeeringConnectionStateReasonCode

Expired public static property

Constant Expired for VpcPeeringConnectionStateReasonCode
public static VpcPeeringConnectionStateReasonCode,Amazon.EC2 Expired
return VpcPeeringConnectionStateReasonCode

Failed public static property

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

InitiatingRequest public static property

Constant InitiatingRequest for VpcPeeringConnectionStateReasonCode
public static VpcPeeringConnectionStateReasonCode,Amazon.EC2 InitiatingRequest
return VpcPeeringConnectionStateReasonCode

PendingAcceptance public static property

Constant PendingAcceptance for VpcPeeringConnectionStateReasonCode
public static VpcPeeringConnectionStateReasonCode,Amazon.EC2 PendingAcceptance
return VpcPeeringConnectionStateReasonCode

Provisioning public static property

Constant Provisioning for VpcPeeringConnectionStateReasonCode
public static VpcPeeringConnectionStateReasonCode,Amazon.EC2 Provisioning
return VpcPeeringConnectionStateReasonCode

Rejected public static property

Constant Rejected for VpcPeeringConnectionStateReasonCode
public static VpcPeeringConnectionStateReasonCode,Amazon.EC2 Rejected
return VpcPeeringConnectionStateReasonCode