Class: IControl::Management::NSRecord
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::NSRecord
- Defined in:
- lib/icontrol/management.rb,
lib/icontrol/management.rb
Overview
struct that defines a DNS "NS" Record
Instance Attribute Summary (collapse)
-
- (String) domain_name
The domain name of the record.
-
- (String) host_name
The hostname of the Name Server.
-
- (Numeric) ttl
The TTL of the record.
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
210 211 212 |
# File 'lib/icontrol/management.rb', line 210 def domain_name @domain_name end |
- (String) host_name
The hostname of the Name Server
210 211 212 |
# File 'lib/icontrol/management.rb', line 210 def host_name @host_name end |
- (Numeric) ttl
The TTL of the record
210 211 212 |
# File 'lib/icontrol/management.rb', line 210 def ttl @ttl end |