C# Class Amazon.EC2.SubnetCidrBlockStateCode

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

Public Properties

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

Public Methods

Method Description
FindValue ( string value ) : SubnetCidrBlockStateCode

Finds the constant for the unique value.

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

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

Property Details

Associated public static property

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

Associating public static property

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

Disassociated public static property

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

Disassociating public static property

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

Failed public static property

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

Failing public static property

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