Class: IControl::Management::NXTRecord
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::NXTRecord
- Defined in:
- lib/icontrol/management.rb,
lib/icontrol/management.rb
Overview
struct that describes a DNS "NXT“ Record
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name of the record.
-
#nxt_domain ⇒ String
The next domain.
-
#ttl ⇒ Numeric
The TTL for this record.
-
#types ⇒ String
a string containing all resource record types.
Instance Attribute Details
#domain_name ⇒ String
The domain name of the record
222 223 224 |
# File 'lib/icontrol/management.rb', line 222 def domain_name @domain_name end |
#nxt_domain ⇒ String
The next domain
222 223 224 |
# File 'lib/icontrol/management.rb', line 222 def nxt_domain @nxt_domain end |
#ttl ⇒ Numeric
The TTL for this record
222 223 224 |
# File 'lib/icontrol/management.rb', line 222 def ttl @ttl end |
#types ⇒ String
a string containing all resource record types
222 223 224 |
# File 'lib/icontrol/management.rb', line 222 def types @types end |