Class: IControl::Management::KeyCertificate::KeyInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::KeyCertificate::KeyInformation
- Defined in:
- lib/icontrol/management/key_certificate.rb,
lib/icontrol/management/key_certificate.rb
Overview
A struct that describes the full information of a key, typically returned when querying the key.
Instance Attribute Summary collapse
-
#file_name ⇒ String
The full path/file name of the key on disk.
-
#flags ⇒ Numeric
Reserved for future use.
-
#key_info ⇒ IControl::Management::KeyCertificate::Key
The basic information of the key.
Instance Attribute Details
#file_name ⇒ String
The full path/file name of the key on disk.
716 717 718 |
# File 'lib/icontrol/management/key_certificate.rb', line 716 def file_name @file_name end |
#flags ⇒ Numeric
Reserved for future use.
716 717 718 |
# File 'lib/icontrol/management/key_certificate.rb', line 716 def flags @flags end |
#key_info ⇒ IControl::Management::KeyCertificate::Key
The basic information of the key.
716 717 718 |
# File 'lib/icontrol/management/key_certificate.rb', line 716 def key_info @key_info end |