Class Dnsruby::RR::IPSECKEY
In: lib/Dnsruby/resource/IPSECKEY.rb
Parent: RR

Methods

Constants

TypeValue = Types::IPSECKEY #:nodoc: all

Attributes

algorithm  [RW]  The algorithm used by this key :
 0 - no key present
 1 - DSA key present
 2 - RSA key present
gateway  [RW]  The gateway. May either be a 32-bit network order IPv4 address, or a 128-bit IPv6 address, or a domain name, or may not be present.
gateway_type  [RW]  Specifies the type of gateway :
 0 - no gateway present
 1 - 4 byte IPv4 address present
 2 - 16 byte IPv6 address present
 3 - wire-encoded domain name present
precedence  [RW]  An 8-bit precedence for this field. Lower values are preferred.

Public Instance methods

[Validate]