Class: IControl::Management::DNAMERecord

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

Overview

struct that describes a DNS "DNAME“ Record

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

domain name for this dname record

Returns:

  • (String)

    the current value of domain_name



156
157
158
# File 'lib/icontrol/management.rb', line 156

def domain_name
  @domain_name
end

#labelString

The label of the record

Returns:

  • (String)

    the current value of label



156
157
158
# File 'lib/icontrol/management.rb', line 156

def label
  @label
end

#ttlNumeric

The TTL for this record

Returns:

  • (Numeric)

    the current value of ttl



156
157
158
# File 'lib/icontrol/management.rb', line 156

def ttl
  @ttl
end