This command adds new comparison settings by using existing settings as a template. Omitted arguments preserve current values when possible.
Table 8–10 Argument and Result for the cmp.ds.mod|
Argument/Result |
Class |
Description |
|
|---|---|---|---|
|
ID |
[R] |
DifferenceSettingsID |
The ID of the template comparison settings |
|
desc |
[O] |
String |
The settings' description |
|
style |
[O] |
Style |
The settings' style |
|
level |
[R/O] |
Level |
The settings' level |
|
scope |
[R/O] |
Scope |
The settings' scope |
|
srchID |
[R/O] |
HostID |
The settings' source host ID |
|
dsthID |
[R/O] |
HostID |
The settings' destination host ID |
|
dsthsID |
[R/O] |
HostSetID |
The settings' destination host set ID |
|
srcdir |
[R/O] |
String |
The settings' source directory |
|
dstdir |
[R/O] |
String |
The settings' destination directory |
|
ignp |
[R/O] |
StringArray |
The settings' ignore paths |
|
cRef |
[R/O] |
InstalledComponentRef |
The settings' component reference |
|
tout |
[O] |
TimeInterval |
The settings' timeout |
|
fsl |
[O] |
Boolean |
Whether to follow symbolic links or not; default is true |
|
incd |
[O] |
Boolean |
The settings' include subdirectories flag |
|
srcP |
[R/O] |
ReaderWrapper |
The settings' source prepare mini-plan |
|
dstP |
[R/O] |
ReaderWrapper |
The settings' destination prepare mini-plan |
|
srcC |
[R/O] |
ReaderWrapper |
The settings' source cleanup mini-plan |
|
dstC |
[R/O] |
ReaderWrapper |
The settings' destination cleanup mini-plan |
|
usePlans |
[R/O] |
Boolean |
The settings' flag indicating if mini-plans should be executed; default is true |
|
dstUseSrcP |
[R/O] |
Boolean |
The settings's flag indicating if source prepare mini-plan is used on destination; default is true |
|
dstUseSrcC |
[R/O] |
Boolean |
The settings's flag indicating if source cleanup mini-plan is used on destination; default is true |
|
result |
DifferenceSettings |
The new comparison settings |
|