ONVIF::Media::Types::DNSInformation(3pm) | User Contributed Perl Documentation | ONVIF::Media::Types::DNSInformation(3pm) |
ONVIF::Media::Types::DNSInformation
Perl data type class for the XML Schema defined complexType DNSInformation from the namespace http://www.onvif.org/ver10/schema.
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
Constructor. The following data structure may be passed to new():
{ # ONVIF::Media::Types::DNSInformation FromDHCP => $some_value, # boolean SearchDomain => $some_value, # token DNSFromDHCP => { # ONVIF::Media::Types::IPAddress Type => $some_value, # IPType IPv4Address => $some_value, # IPv4Address IPv6Address => $some_value, # IPv6Address }, DNSManual => { # ONVIF::Media::Types::IPAddress Type => $some_value, # IPType IPv4Address => $some_value, # IPv4Address IPv6Address => $some_value, # IPv6Address }, Extension => { # ONVIF::Media::Types::DNSInformationExtension }, },
Generated by SOAP::WSDL
2023-02-24 | perl v5.36.0 |