Class: IControl::Management::SOARecord

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

Overview

struct that describes a DNS "SOA“ Record

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain name of the zone

Returns:

  • (String)

    the current value of domain_name



313
314
315
# File 'lib/icontrol/management.rb', line 313

def domain_name
  @domain_name
end

#emailString

The email address of the person responsible for the zone

Returns:

  • (String)

    the current value of email



313
314
315
# File 'lib/icontrol/management.rb', line 313

def email
  @email
end

#expireNumeric

The upper limit(secs) before a zone expires

Returns:

  • (Numeric)

    the current value of expire



313
314
315
# File 'lib/icontrol/management.rb', line 313

def expire
  @expire
end

#neg_ttlNumeric

The Negative TTL for any RR from this zone

Returns:

  • (Numeric)

    the current value of neg_ttl



313
314
315
# File 'lib/icontrol/management.rb', line 313

def neg_ttl
  @neg_ttl
end

#primaryString

The primary server of the zone

Returns:

  • (String)

    the current value of primary



313
314
315
# File 'lib/icontrol/management.rb', line 313

def primary
  @primary
end

#refreshNumeric

The refresh interval(secs) for the zone

Returns:

  • (Numeric)

    the current value of refresh



313
314
315
# File 'lib/icontrol/management.rb', line 313

def refresh
  @refresh
end

#retryNumeric

The interval(secs) between retries for the zone

Returns:

  • (Numeric)

    the current value of retry



313
314
315
# File 'lib/icontrol/management.rb', line 313

def retry
  @retry
end

#serialNumeric

The serial number to start with for this zone

Returns:

  • (Numeric)

    the current value of serial



313
314
315
# File 'lib/icontrol/management.rb', line 313

def serial
  @serial
end

#ttlNumeric

The TTL for this record

Returns:

  • (Numeric)

    the current value of ttl



313
314
315
# File 'lib/icontrol/management.rb', line 313

def ttl
  @ttl
end