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)

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

Returns:

  • (String)

    the current value of domain_name



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

def domain_name
  @domain_name
end

- (String) nxt_domain

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

- (Numeric) ttl

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

- (String) types

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