This command adds new comparison settings; some optional arguments may be required for some style/level/scope combinations
Table 5–6 Arguments and Result for cmp.ds.add|
Argument/Result |
Syntax |
Description |
|
|---|---|---|---|
|
name |
Required |
String |
The name of the comparison settings |
|
desc |
Optional |
String |
The description of the settings |
|
style |
Required |
Style |
The style of the settings |
|
level |
[R/O] |
Level |
The level of the settings |
|
scope |
[R/O] |
Scope |
The scope of the settings |
|
srchID |
[R/O] |
HostID |
The source host ID of the settings |
|
dsthID |
[R/O] |
HostID |
The destination host ID of the settings |
|
dsthsID |
[R/O] |
HostSetID |
The destination host set ID of the settings |
|
srcdir |
[R/O] |
String |
The source directory of the settings |
|
dstdir |
[R/O] |
String |
The destination directory of the settings |
|
ignp |
[R/O] |
StringArray |
The ignore paths of the settings |
|
cRef |
[R/O] |
InstalledComponent- Ref |
The component reference of the settings |
|
tout |
Required |
TimeInterval |
The timeout of the settings |
|
fsl |
Optional |
Boolean |
Whether to follow symbolic links or not; default is true. |
|
incd |
Optional |
Boolean |
The include subdirectories flag of the settings; default is false |
|
srcP |
[R/O] |
ReaderWrapper |
The source prepare mini-plan of the settings |
|
dstP |
[R/O] |
ReaderWrapper |
The destination prepare mini-plan of the settings |
|
srcC |
[R/O] |
ReaderWrapper |
The source cleanup mini-plan of the settings |
|
dstC |
[R/O] |
ReaderWrapper |
The destination cleanup mini-plan of the settings |
|
usePlans |
[R/O] |
Boolean |
The flag of the settings that indicates whether mini-plans should be executed; default is true |
|
dstUseSrcP |
[R/O] |
Boolean |
The flag of the settings that indicates whether source prepare mini-plan is used on destination; default is true |
|
dstUseSrcC |
[R/O] |
Boolean |
The flag of the settings that indicates whether source cleanup mini-plan is used on destination; default is true |
|
result |
DifferenceSettings |
The new comparison settings |
|