The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::SRS::Server - Class representing an SRS name server

DESCRIPTION

This class represents an SRS name server

ATTRIBUTES

Each attribute of this class has an accessor/mutator of the same name as the attribute. Additionally, they can be passed as parameters to the constructor.

fqdn

Must be of type XML::SRS::DomainName. Maps to the XML attribute 'FQDN'

ipv6_addr

Must be of type XML::SRS::IPv6. Maps to the XML attribute 'IP6Addr'

ipv4_addr

Must be of type XML::SRS::IPv4. Maps to the XML attribute 'IP4Addr'

METHODS

new(%params)

Construct a new XML::SRS::Request object. %params specifies the initial values of the attributes.

COMPOSED OF

XML::SRS::Node