This command adds a new host type. It assigns the host type a name and defines the host type's attributes.
Table 7–31 Arguments and Result for the hdb.ht.add Command|
Argument/Result |
Syntax |
Description |
|
|---|---|---|---|
|
name |
Required |
String |
The host type name |
|
desc |
Optional |
String |
The host type description |
|
attr |
Required |
HostTypeVarList |
The host type attributes |
|
hide |
Optional |
Boolean |
Whether the host type is hidden, default false |
|
result |
HostType |
The new host type |
|