Distributed Name Service (DNS) Management Programming Manual

DNS Definitions
Common Definitions
4–32 46958 Tandem Computers Incorporated
ZDNS-DDL-PROCESSTYPE
is used to specify a DNS process (manager or exporter). Such fields only appear in
name manager responses. This field replicates the information in fields of type
ZDNS-DDL-PROCESSNO. It has the following structure:
def ZDNS-DDL-PROCESSTYPE type ZSPI-DDL-ENUM spi-
null
0.
Response Values:
ZDNS-VAL-PTYPE-MGR = 1
ZDNS-VAL-PTYPE-EXP = 2
ZDNS-DDL-REMOTE
only appears in name manager responses and is used to indicate whether the
accompanying name definition may be locally updated. It has the following
structure:
def ZDNS-DDL-REMOTE type ZSPI-DDL-BOOLEAN spi-
null
" ".
Response Values:
ZDNS-VAL-REMOTE = -1
This value indicates that the associated name is defined on a remote system and
has not been copied for local update on the local system. The local system is the
system where the name manager processing the command is running. This name
manager can be referred to as the command name manager.
ZDNS-VAL-LOCAL = 0
This value indicates that the associated name may be updated on the local system.
The local system is the system where the name manager processing the command
is running. This name manager can be referred to as the command name manager.