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
-
#domain_name ⇒ String
domain name for this dname record.
-
#label ⇒ String
The label of the record.
-
#ttl ⇒ Numeric
The TTL for this record.
Instance Attribute Details
#domain_name ⇒ String
domain name for this dname record
156 157 158 |
# File 'lib/icontrol/management.rb', line 156 def domain_name @domain_name end |
#label ⇒ String
The label of the record
156 157 158 |
# File 'lib/icontrol/management.rb', line 156 def label @label end |
#ttl ⇒ Numeric
The TTL for this record
156 157 158 |
# File 'lib/icontrol/management.rb', line 156 def ttl @ttl end |