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)
-
- (String) cname
The cname of the record.
-
- (String) domain_name
The domain name 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) cname
The cname of the record
145 146 147 |
# File 'lib/icontrol/management.rb', line 145 def cname @cname end |
- (String) domain_name
The domain name of the record
145 146 147 |
# File 'lib/icontrol/management.rb', line 145 def domain_name @domain_name end |
- (Numeric) ttl
The TTL for this record
145 146 147 |
# File 'lib/icontrol/management.rb', line 145 def ttl @ttl end |