Class: IControl::Management::CNAMERecord
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::CNAMERecord
- Defined in:
- lib/icontrol/management.rb,
lib/icontrol/management.rb
Overview
struct that describes a DNS "CNAME“ Record
Instance Attribute Summary collapse
-
#cname ⇒ String
The cname of the record.
-
#domain_name ⇒ String
The domain name of the record.
-
#ttl ⇒ Numeric
The TTL for this record.
Instance Attribute Details
#cname ⇒ String
The cname of the record
145 146 147 |
# File 'lib/icontrol/management.rb', line 145 def cname @cname end |
#domain_name ⇒ String
The domain name of the record
145 146 147 |
# File 'lib/icontrol/management.rb', line 145 def domain_name @domain_name end |
#ttl ⇒ Numeric
The TTL for this record
145 146 147 |
# File 'lib/icontrol/management.rb', line 145 def ttl @ttl end |