Class: IControl::Management::CNAMERecord

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

Overview

struct that describes a DNS "CNAME“ Record

Instance Attribute Summary collapse

Instance Attribute Details

#cnameString

The cname of the record

Returns:

  • (String)

    the current value of cname



145
146
147
# File 'lib/icontrol/management.rb', line 145

def cname
  @cname
end

#domain_nameString

The domain name of the record

Returns:

  • (String)

    the current value of domain_name



145
146
147
# File 'lib/icontrol/management.rb', line 145

def domain_name
  @domain_name
end

#ttlNumeric

The TTL for this record

Returns:

  • (Numeric)

    the current value of ttl



145
146
147
# File 'lib/icontrol/management.rb', line 145

def ttl
  @ttl
end