STATE_DISABLEDSTATE_ENABLEDDNSSECZONE_HASH_ALGORITHM_UNKNOWNDNSSECZONE_HASH_ALGORITHM_SHA1DNSSECZONE_HASH_ALGORITHM_SHA256ENABLED_STATUS_NONEENABLED_STATUS_ENABLEDENABLED_STATUS_DISABLEDENABLED_STATUS_DISABLED_BY_PARENTAVAILABILITY_STATUS_NONEAVAILABILITY_STATUS_GREENAVAILABILITY_STATUS_YELLOWAVAILABILITY_STATUS_REDAVAILABILITY_STATUS_BLUEAVAILABILITY_STATUS_GRAY
Gets the names of all DNSSEC zones.
Creates a set of DNSSEC zones.
Deletes a set of DNSSEC zones.
Deletes all DNSSEC zones.
Sets the enabled state for a set of DNSSEC zones.
Note that individual keys can also be enabled and disabled. See
the DNSSECKey interface for details.
Gets the enabled state for a set of DNSSEC zones.
Adds DNSSEC keys to a set of DNSSEC zones.
Removes DNSSEC keys from a set of DNSSEC zones.
Removes all DNSSEC keys from a set of DNSSEC zones.
Gets the DNSSEC keys for a set of DNSSEC zones.
Gets the status of a set of DNSSEC zones.
Sets the description for a set of DNSSEC zones.
This is an arbitrary field which can be used for any purpose.
Gets the descriptions for a set of DNSSEC zones.
Gets the Secure Entry Points (DS and DNSKEY Resource Records) for a
set of DNSSEC Zones.
Sets the DS Algorithm for a set of DNSSEC zones.
Gets the DS hash algorithm used for a set of DNSSEC zones.
Get the version information for this interface.
Gets the names of all DNSSEC zones.
Creates a set of DNSSEC zones.
Deletes a set of DNSSEC zones.
Deletes all DNSSEC zones.
Sets the enabled state for a set of DNSSEC zones.
Note that individual keys can also be enabled and disabled. See
the DNSSECKey interface for details.
Gets the enabled state for a set of DNSSEC zones.
Adds DNSSEC keys to a set of DNSSEC zones.
Removes DNSSEC keys from a set of DNSSEC zones.
Removes all DNSSEC keys from a set of DNSSEC zones.
Gets the DNSSEC keys for a set of DNSSEC zones.
Gets the status of a set of DNSSEC zones.
Sets the description for a set of DNSSEC zones.
This is an arbitrary field which can be used for any purpose.
Gets the descriptions for a set of DNSSEC zones.
Gets the Secure Entry Points (DS and DNSKEY Resource Records) for a
set of DNSSEC Zones.
Sets the DS Algorithm for a set of DNSSEC zones.
Gets the DS hash algorithm used for a set of DNSSEC zones.
Get the version information for this interface.
The DNSSECZone interface manages the zones in which securing DNS
information, i.e., DNSSEC, is active. When a zone is active, its DNS
record groups are digitally signed, the DNS record names are hashed,
and keys sent to upstream DNS servers are digitally signed.
A DNSSEC zone can contain any number of DNSSEC keys, and a single
DNSSEC key can be used in more than one DNSSEC zone. Note that a large
number of DNSSEC keys in a single DNSSEC zone can affect the
responsiveness to DNS requests.
Note that the term "zone" in this interface is not necessarily "zone"
in a DNS sense.
See the DNSSECKey interface for managing the keys themselves.