Class: IControl::Management::A6Record
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::A6Record
- Defined in:
- lib/icontrol/management.rb,
lib/icontrol/management.rb
Overview
struct that describes a DNS "A6“ Record
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name of the record.
-
#ip_address ⇒ String
The ip address of the record.
-
#prefix_bits ⇒ Numeric
Number of bits contained in prefix.
-
#prefix_name ⇒ String
Name to lookup to get prefix of address.
-
#ttl ⇒ Numeric
The TTL for this record.
Instance Attribute Details
#domain_name ⇒ String
The domain name of the record
110 111 112 |
# File 'lib/icontrol/management.rb', line 110 def domain_name @domain_name end |
#ip_address ⇒ String
The ip address of the record
110 111 112 |
# File 'lib/icontrol/management.rb', line 110 def ip_address @ip_address end |
#prefix_bits ⇒ Numeric
Number of bits contained in prefix
110 111 112 |
# File 'lib/icontrol/management.rb', line 110 def prefix_bits @prefix_bits end |
#prefix_name ⇒ String
Name to lookup to get prefix of address
110 111 112 |
# File 'lib/icontrol/management.rb', line 110 def prefix_name @prefix_name end |
#ttl ⇒ Numeric
The TTL for this record
110 111 112 |
# File 'lib/icontrol/management.rb', line 110 def ttl @ttl end |