Class: IControl::Management::KeyCertificate::KeyInformation

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#file_nameString

The full path/file name of the key on disk.

Returns:

  • (String)

    the current value of file_name



716
717
718
# File 'lib/icontrol/management/key_certificate.rb', line 716

def file_name
  @file_name
end

#flagsNumeric

Reserved for future use.

Returns:

  • (Numeric)

    the current value of flags



716
717
718
# File 'lib/icontrol/management/key_certificate.rb', line 716

def flags
  @flags
end

#key_infoIControl::Management::KeyCertificate::Key

The basic information of the key.

Returns:



716
717
718
# File 'lib/icontrol/management/key_certificate.rb', line 716

def key_info
  @key_info
end