Class: IControl::Management::KeyCertificate::ValidityType
- Inherits:
-
Base::Enumeration
- Object
- Base::Enumeration
- IControl::Management::KeyCertificate::ValidityType
- Defined in:
- lib/icontrol/management/key_certificate.rb,
lib/icontrol/management/key_certificate.rb
Overview
An enumerated type that will describe the validity of the certificates.
Constant Summary collapse
- VTYPE_CERTIFICATE_VALID =
The certificate is valid.
:VTYPE_CERTIFICATE_VALID
- VTYPE_CERTIFICATE_EXPIRED =
The certificate is expired.
:VTYPE_CERTIFICATE_EXPIRED
- VTYPE_CERTIFICATE_WILL_EXPIRE =
The certificate will expire soon.
:VTYPE_CERTIFICATE_WILL_EXPIRE
- VTYPE_CERTIFICATE_INVALID =
The certificate is invalid.
:VTYPE_CERTIFICATE_INVALID