Class: IControl::Management::KeyCertificate::Key

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 basic information of a key, typically used when creating the key.

Instance Attribute Summary collapse

Instance Attribute Details

#bit_lengthNumeric

The bit length used by this key

Returns:

  • (Numeric)

    the current value of bit_length



703
704
705
# File 'lib/icontrol/management/key_certificate.rb', line 703

def bit_length
  @bit_length
end

#idString

The string identification of this key.

Returns:

  • (String)

    the current value of id



703
704
705
# File 'lib/icontrol/management/key_certificate.rb', line 703

def id
  @id
end

#key_typeIControl::Management::KeyCertificate::KeyType

The key type used by this key.

Returns:



703
704
705
# File 'lib/icontrol/management/key_certificate.rb', line 703

def key_type
  @key_type
end

#securityIControl::Management::KeyCertificate::SecurityType

The security type used by this key.

Returns:



703
704
705
# File 'lib/icontrol/management/key_certificate.rb', line 703

def security
  @security
end