Server definitions ("stanzas") for the client system-options file. The name of each entry will be used for the internal servername
by default. Each attribute will be transformed into a line with a key-value pair within the server's stanza. Integers as values will be canonically turned into strings. The boolean value true
will be turned into a line with just the attribute's name. The value null
will not generate a line. A list as values generates an entry for each value, according to the rules above.
Declarations
Type
attribute set of (attribute set of (one of true, <null> or signed integer or path or (optionally newline-terminated) single-line string or list of (one of true, <null> or signed integer or path or (optionally newline-terminated) single-line string)))
Default
{ }
Example
{
mainTsmServer = {
compression = "yes";
nodename = "MY-TSM-NODE";
tcpserveraddress = "tsmserver.company.com";
};
}