Class: IControl::Management::ARecord

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/management.rb,
lib/icontrol/management.rb

Overview

struct that describes a DNS "A“ Record

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain name of the record

Returns:

  • (String)

    the current value of domain_name



134
135
136
# File 'lib/icontrol/management.rb', line 134

def domain_name
  @domain_name
end

#ip_addressString

The ip address of the record

Returns:

  • (String)

    the current value of ip_address



134
135
136
# File 'lib/icontrol/management.rb', line 134

def ip_address
  @ip_address
end

#ttlNumeric

The TTL for this record

Returns:

  • (Numeric)

    the current value of ttl



134
135
136
# File 'lib/icontrol/management.rb', line 134

def ttl
  @ttl
end