Class: IControl::Management::KeyCertificate::Key
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::KeyCertificate::Key
- Defined in:
- lib/icontrol/management/key_certificate.rb,
lib/icontrol/management/key_certificate.rb
Overview
A struct that describes the basic information of a key, typically used when creating the key.
Instance Attribute Summary (collapse)
-
- (Numeric) bit_length
The bit length used by this key.
-
- (String) id
The string identification of this key.
-
- (IControl::Management::KeyCertificate::KeyType) key_type
The key type used by this key.
-
- (IControl::Management::KeyCertificate::SecurityType) security
The security type used by this key.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (Numeric) bit_length
The bit length used by this key
703 704 705 |
# File 'lib/icontrol/management/key_certificate.rb', line 703 def bit_length @bit_length end |
- (String) id
The string identification of this key.
703 704 705 |
# File 'lib/icontrol/management/key_certificate.rb', line 703 def id @id end |
- (IControl::Management::KeyCertificate::KeyType) key_type
The key type used by this key.
703 704 705 |
# File 'lib/icontrol/management/key_certificate.rb', line 703 def key_type @key_type end |
- (IControl::Management::KeyCertificate::SecurityType) security
The security type used by this key.
703 704 705 |
# File 'lib/icontrol/management/key_certificate.rb', line 703 def security @security end |