Class: IControl::Management::KEYRecord
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::KEYRecord
- Defined in:
- lib/icontrol/management.rb,
lib/icontrol/management.rb more...
Overview
struct that describes a DNS "KEY“ Record
Instance Attribute Summary collapse
-
#algorithm ⇒ Numeric
8bit algorithm.
-
#domain_name ⇒ String
The domain name of the record.
-
#flags ⇒ Numeric
16bit flag for this key.
-
#protocol ⇒ Numeric
8bit protocol indicator.
-
#public_key ⇒ String
a string containing the public key.
-
#ttl ⇒ Numeric
The TTL for this record.
Instance Attribute Details
permalink #algorithm ⇒ Numeric
8bit algorithm
183 184 185 |
# File 'lib/icontrol/management.rb', line 183 def algorithm @algorithm end |
permalink #domain_name ⇒ String
The domain name of the record
183 184 185 |
# File 'lib/icontrol/management.rb', line 183 def domain_name @domain_name end |
permalink #flags ⇒ Numeric
16bit flag for this key
183 184 185 |
# File 'lib/icontrol/management.rb', line 183 def flags @flags end |
permalink #protocol ⇒ Numeric
8bit protocol indicator
183 184 185 |
# File 'lib/icontrol/management.rb', line 183 def protocol @protocol end |
permalink #public_key ⇒ String
a string containing the public key
183 184 185 |
# File 'lib/icontrol/management.rb', line 183 def public_key @public_key end |
permalink #ttl ⇒ Numeric
The TTL for this record
183 184 185 |
# File 'lib/icontrol/management.rb', line 183 def ttl @ttl end |