Class: IControl::Management::HINFORecord
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::HINFORecord
- Defined in:
- lib/icontrol/management.rb,
lib/icontrol/management.rb
Overview
struct that describes a DNS "HINFO“ Record
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name of the record.
-
#hardware ⇒ String
The hardware info for this record.
-
#os ⇒ String
The OS info for the record.
-
#ttl ⇒ Numeric
The TTL for this record.
Instance Attribute Details
#domain_name ⇒ String
The domain name of the record
168 169 170 |
# File 'lib/icontrol/management.rb', line 168 def domain_name @domain_name end |
#hardware ⇒ String
The hardware info for this record
168 169 170 |
# File 'lib/icontrol/management.rb', line 168 def hardware @hardware end |
#os ⇒ String
The OS info for the record
168 169 170 |
# File 'lib/icontrol/management.rb', line 168 def os @os end |
#ttl ⇒ Numeric
The TTL for this record
168 169 170 |
# File 'lib/icontrol/management.rb', line 168 def ttl @ttl end |