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)
-
- (String) domain_name
The domain name of the record.
-
- (String) nxt_domain
The next domain.
-
- (Numeric) ttl
The TTL for this record.
-
- (String) types
a string containing all resource record types.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) domain_name
The domain name of the record
222 223 224 |
# File 'lib/icontrol/management.rb', line 222 def domain_name @domain_name end |
- (String) nxt_domain
The next domain
222 223 224 |
# File 'lib/icontrol/management.rb', line 222 def nxt_domain @nxt_domain end |
- (Numeric) ttl
The TTL for this record
222 223 224 |
# File 'lib/icontrol/management.rb', line 222 def ttl @ttl end |
- (String) types
a string containing all resource record types
222 223 224 |
# File 'lib/icontrol/management.rb', line 222 def types @types end |