C# Class Amazon.IoT.CertificateStatus

Constants used for properties of type CertificateStatus.
Inheritance: ConstantClass
Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
ACTIVE CertificateStatus
INACTIVE CertificateStatus
PENDING_ACTIVATION CertificateStatus
PENDING_TRANSFER CertificateStatus
REGISTER_INACTIVE CertificateStatus
REVOKED CertificateStatus

Public Methods

Method Description
CertificateStatus ( 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.

FindValue ( string value ) : CertificateStatus

Finds the constant for the unique value.

Method Details

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

FindValue() public static method

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

Property Details

ACTIVE public_oe static_oe property

Constant ACTIVE for CertificateStatus
public static CertificateStatus,Amazon.IoT ACTIVE
return CertificateStatus

INACTIVE public_oe static_oe property

Constant INACTIVE for CertificateStatus
public static CertificateStatus,Amazon.IoT INACTIVE
return CertificateStatus

PENDING_ACTIVATION public_oe static_oe property

Constant PENDING_ACTIVATION for CertificateStatus
public static CertificateStatus,Amazon.IoT PENDING_ACTIVATION
return CertificateStatus

PENDING_TRANSFER public_oe static_oe property

Constant PENDING_TRANSFER for CertificateStatus
public static CertificateStatus,Amazon.IoT PENDING_TRANSFER
return CertificateStatus

REGISTER_INACTIVE public_oe static_oe property

Constant REGISTER_INACTIVE for CertificateStatus
public static CertificateStatus,Amazon.IoT REGISTER_INACTIVE
return CertificateStatus

REVOKED public_oe static_oe property

Constant REVOKED for CertificateStatus
public static CertificateStatus,Amazon.IoT REVOKED
return CertificateStatus