C# Class Amazon.EC2.VpcPeeringConnectionStateReasonCode

Constants used for properties of type VpcPeeringConnectionStateReasonCode.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
Active VpcPeeringConnectionStateReasonCode
Deleted VpcPeeringConnectionStateReasonCode
Deleting VpcPeeringConnectionStateReasonCode
Expired VpcPeeringConnectionStateReasonCode
Failed VpcPeeringConnectionStateReasonCode
InitiatingRequest VpcPeeringConnectionStateReasonCode
PendingAcceptance VpcPeeringConnectionStateReasonCode
Provisioning VpcPeeringConnectionStateReasonCode
Rejected VpcPeeringConnectionStateReasonCode

Méthodes publiques

Méthode 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 méthode

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

VpcPeeringConnectionStateReasonCode() public méthode

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
Résultat System

Property Details

Active public_oe static_oe property

Constant Active for VpcPeeringConnectionStateReasonCode
public static VpcPeeringConnectionStateReasonCode,Amazon.EC2 Active
Résultat VpcPeeringConnectionStateReasonCode

Deleted public_oe static_oe property

Constant Deleted for VpcPeeringConnectionStateReasonCode
public static VpcPeeringConnectionStateReasonCode,Amazon.EC2 Deleted
Résultat VpcPeeringConnectionStateReasonCode

Deleting public_oe static_oe property

Constant Deleting for VpcPeeringConnectionStateReasonCode
public static VpcPeeringConnectionStateReasonCode,Amazon.EC2 Deleting
Résultat VpcPeeringConnectionStateReasonCode

Expired public_oe static_oe property

Constant Expired for VpcPeeringConnectionStateReasonCode
public static VpcPeeringConnectionStateReasonCode,Amazon.EC2 Expired
Résultat VpcPeeringConnectionStateReasonCode

Failed public_oe static_oe property

Constant Failed for VpcPeeringConnectionStateReasonCode
public static VpcPeeringConnectionStateReasonCode,Amazon.EC2 Failed
Résultat VpcPeeringConnectionStateReasonCode

InitiatingRequest public_oe static_oe property

Constant InitiatingRequest for VpcPeeringConnectionStateReasonCode
public static VpcPeeringConnectionStateReasonCode,Amazon.EC2 InitiatingRequest
Résultat VpcPeeringConnectionStateReasonCode

PendingAcceptance public_oe static_oe property

Constant PendingAcceptance for VpcPeeringConnectionStateReasonCode
public static VpcPeeringConnectionStateReasonCode,Amazon.EC2 PendingAcceptance
Résultat VpcPeeringConnectionStateReasonCode

Provisioning public_oe static_oe property

Constant Provisioning for VpcPeeringConnectionStateReasonCode
public static VpcPeeringConnectionStateReasonCode,Amazon.EC2 Provisioning
Résultat VpcPeeringConnectionStateReasonCode

Rejected public_oe static_oe property

Constant Rejected for VpcPeeringConnectionStateReasonCode
public static VpcPeeringConnectionStateReasonCode,Amazon.EC2 Rejected
Résultat VpcPeeringConnectionStateReasonCode