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)

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

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

- (String) id

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

- (IControl::Management::KeyCertificate::KeyType) key_type

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

- (IControl::Management::KeyCertificate::SecurityType) security

The security type used by this key.

Returns:



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

def security
  @security
end