Class: IControl::Management::ARecord
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::ARecord
- Defined in:
- lib/icontrol/management.rb,
lib/icontrol/management.rb
Overview
struct that describes a DNS "A" Record
Instance Attribute Summary (collapse)
-
- (String) domain_name
The domain name of the record.
-
- (String) ip_address
The ip address 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
The domain name of the record
134 135 136 |
# File 'lib/icontrol/management.rb', line 134 def domain_name @domain_name end |
- (String) ip_address
The ip address of the record
134 135 136 |
# File 'lib/icontrol/management.rb', line 134 def ip_address @ip_address end |
- (Numeric) ttl
The TTL for this record
134 135 136 |
# File 'lib/icontrol/management.rb', line 134 def ttl @ttl end |