C# Class Amazon.EC2.VpcCidrBlockStateCode

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

Public Properties

Property Type Description
Associated VpcCidrBlockStateCode
Associating VpcCidrBlockStateCode
Disassociated VpcCidrBlockStateCode
Disassociating VpcCidrBlockStateCode
Failed VpcCidrBlockStateCode
Failing VpcCidrBlockStateCode

Public Methods

Method 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 method

Finds the constant for the unique value.
public static FindValue ( string value ) : VpcCidrBlockStateCode
value string The unique value for the constant
return VpcCidrBlockStateCode

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

Property Details

Associated public static property

Constant Associated for VpcCidrBlockStateCode
public static VpcCidrBlockStateCode,Amazon.EC2 Associated
return VpcCidrBlockStateCode

Associating public static property

Constant Associating for VpcCidrBlockStateCode
public static VpcCidrBlockStateCode,Amazon.EC2 Associating
return VpcCidrBlockStateCode

Disassociated public static property

Constant Disassociated for VpcCidrBlockStateCode
public static VpcCidrBlockStateCode,Amazon.EC2 Disassociated
return VpcCidrBlockStateCode

Disassociating public static property

Constant Disassociating for VpcCidrBlockStateCode
public static VpcCidrBlockStateCode,Amazon.EC2 Disassociating
return VpcCidrBlockStateCode

Failed public static property

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

Failing public static property

Constant Failing for VpcCidrBlockStateCode
public static VpcCidrBlockStateCode,Amazon.EC2 Failing
return VpcCidrBlockStateCode