C# Class Amazon.EC2.VpcCidrBlockStateCode

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

Méthodes publiques

Свойство Type Description
Associated VpcCidrBlockStateCode
Associating VpcCidrBlockStateCode
Disassociated VpcCidrBlockStateCode
Disassociating VpcCidrBlockStateCode
Failed VpcCidrBlockStateCode
Failing VpcCidrBlockStateCode

Méthodes publiques

Méthode Description
FindValue ( string value ) : VpcCidrBlockStateCode

Finds the constant for the unique value.

VpcCidrBlockStateCode ( 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 ) : VpcCidrBlockStateCode
value string The unique value for the constant
Résultat VpcCidrBlockStateCode

VpcCidrBlockStateCode() 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 VpcCidrBlockStateCode ( string value ) : System
value string
Résultat System

Property Details

Associated public_oe static_oe property

Constant Associated for VpcCidrBlockStateCode
public static VpcCidrBlockStateCode,Amazon.EC2 Associated
Résultat VpcCidrBlockStateCode

Associating public_oe static_oe property

Constant Associating for VpcCidrBlockStateCode
public static VpcCidrBlockStateCode,Amazon.EC2 Associating
Résultat VpcCidrBlockStateCode

Disassociated public_oe static_oe property

Constant Disassociated for VpcCidrBlockStateCode
public static VpcCidrBlockStateCode,Amazon.EC2 Disassociated
Résultat VpcCidrBlockStateCode

Disassociating public_oe static_oe property

Constant Disassociating for VpcCidrBlockStateCode
public static VpcCidrBlockStateCode,Amazon.EC2 Disassociating
Résultat VpcCidrBlockStateCode

Failed public_oe static_oe property

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

Failing public_oe static_oe property

Constant Failing for VpcCidrBlockStateCode
public static VpcCidrBlockStateCode,Amazon.EC2 Failing
Résultat VpcCidrBlockStateCode