Distributed Name Service (DNS) Management Programming Manual
DNS Definitions
Common Definitions
4–26 46958 Tandem Computers Incorporated
ZDNS-DDL-DUPOK
is used to correspond to the DUPLICATES attribute of subsystem-object types. It
has the following structure:
def ZDNS-DDL-DUPOK type ZSPI-DDL-BOOLEAN spi-
null
" ".
Allowed Parameter Values:
In an ADD SSTYPE command (command code ZDNS-CMD-ADD, object type ZDNS-
OBJ-SSTYPE), fields of this type may have the following values:
ZDNS-VAL-DUPOK = -1 This indicates that instances of SSTYPE must have
names that are unique only within SSMGR.
ZDNS-VAL-DUPNOTOK = 0 This indicates that instances of SSTYPE must have
names that are unique independent of SSMGR.
null The value of the attribute defaults to ZDNS-VAL-
DUPOK.
In an ALTER SSTYPE command (command code ZDNS-CMD-ALTER, object type
ZDNS-OBJ-SSTYPE), fields of this type may have the following values:
ZDNS-VAL-DUPOK = -1 This indicates that instances of SSTYPE must have
names that are unique only within SSMGR.
ZDNS-VAL-DUPNOTOK = 0 This indicates that subsequently added instances of
SSTYPE must have names that are unique
independent of SSMGR.
null The value of the attribute is not changed.
Response Values:
On output, fields of this type contains either ZDNS-VAL-DUPOK or ZDNS-VAL-
DUPNOTOK.