NAME

DnsServerAPI - DNS server configuration functional API


PREFACE

This package is the public functional YaST2 API to configure the Bind version 9


SYNOPSIS

in Perl use DnsServerAPI; my $categories = DnsServerAPI->GetLoggingCategories();

in YCP imoprt "DnsServerAPI"; list <string> categories = DnsServerAPI::GetLoggingCategories();

Note: All arrays or hashes returned or accepted by this module are references to them. However it is impossible to change the data through the references, because the references are, actually, references to copies of the data.


DESCRIPTION