Class: IControl::Management::HINFORecord

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

Overview

struct that describes a DNS "HINFO“ Record

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain name of the record

Returns:

  • (String)

    the current value of domain_name



168
169
170
# File 'lib/icontrol/management.rb', line 168

def domain_name
  @domain_name
end

#hardwareString

The hardware info for this record

Returns:

  • (String)

    the current value of hardware



168
169
170
# File 'lib/icontrol/management.rb', line 168

def hardware
  @hardware
end

#osString

The OS info for the record

Returns:

  • (String)

    the current value of os



168
169
170
# File 'lib/icontrol/management.rb', line 168

def os
  @os
end

#ttlNumeric

The TTL for this record

Returns:

  • (Numeric)

    the current value of ttl



168
169
170
# File 'lib/icontrol/management.rb', line 168

def ttl
  @ttl
end