Class: IControl::Management::A6Record

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

Overview

struct that describes a DNS "A6“ Record

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain name of the record

Returns:

  • (String)

    the current value of domain_name



110
111
112
# File 'lib/icontrol/management.rb', line 110

def domain_name
  @domain_name
end

#ip_addressString

The ip address of the record

Returns:

  • (String)

    the current value of ip_address



110
111
112
# File 'lib/icontrol/management.rb', line 110

def ip_address
  @ip_address
end

#prefix_bitsNumeric

Number of bits contained in prefix

Returns:

  • (Numeric)

    the current value of prefix_bits



110
111
112
# File 'lib/icontrol/management.rb', line 110

def prefix_bits
  @prefix_bits
end

#prefix_nameString

Name to lookup to get prefix of address

Returns:

  • (String)

    the current value of prefix_name



110
111
112
# File 'lib/icontrol/management.rb', line 110

def prefix_name
  @prefix_name
end

#ttlNumeric

The TTL for this record

Returns:

  • (Numeric)

    the current value of ttl



110
111
112
# File 'lib/icontrol/management.rb', line 110

def ttl
  @ttl
end