Class: IControl::Management::NXTRecord

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

Overview

struct that describes a DNS "NXT“ Record

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain name of the record

Returns:

  • (String)

    the current value of domain_name



222
223
224
# File 'lib/icontrol/management.rb', line 222

def domain_name
  @domain_name
end

#nxt_domainString

The next domain

Returns:

  • (String)

    the current value of nxt_domain



222
223
224
# File 'lib/icontrol/management.rb', line 222

def nxt_domain
  @nxt_domain
end

#ttlNumeric

The TTL for this record

Returns:

  • (Numeric)

    the current value of ttl



222
223
224
# File 'lib/icontrol/management.rb', line 222

def ttl
  @ttl
end

#typesString

a string containing all resource record types

Returns:

  • (String)

    the current value of types



222
223
224
# File 'lib/icontrol/management.rb', line 222

def types
  @types
end