Class: IControl::Management::DNAMERecord
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::DNAMERecord
- Defined in:
- lib/icontrol/management.rb,
lib/icontrol/management.rb
Overview
struct that describes a DNS "DNAME" Record
Instance Attribute Summary (collapse)
-
- (String) domain_name
domain name for this dname record.
-
- (String) label
The label of the record.
-
- (Numeric) ttl
The TTL for this record.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) domain_name
domain name for this dname record
156 157 158 |
# File 'lib/icontrol/management.rb', line 156 def domain_name @domain_name end |
- (String) label
The label of the record
156 157 158 |
# File 'lib/icontrol/management.rb', line 156 def label @label end |
- (Numeric) ttl
The TTL for this record
156 157 158 |
# File 'lib/icontrol/management.rb', line 156 def ttl @ttl end |