This command adds new comparison settings by using existing settings as a template. Omitted arguments preserve current values when possible.
Table 5–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 description of the settings |
|
style |
[O] |
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 path of the settings |
|
cRef |
[R/O] |
InstalledComponent- Ref |
The component reference of the settings |
|
tout |
[O] |
TimeInterval |
The timeout of the settings |
|
fsl |
[O] |
Boolean |
Whether to follow symbolic links or not; default is true. If this argument is omitted, current values are preserved. |
|
incd |
[O] |
Boolean |
The include subdirectories flag of the settings |
|
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. If this argument is omitted, current values are preserved. |
|
dstUseSrcP |
[R/O] |
Boolean |
The flag of the settings that indicates whether source prepare mini-plan is used on destination; default is true. If this argument is omitted, current values are preserved. |
|
dstUseSrcC |
[R/O] |
Boolean |
The flag of the settings that indicates whether source cleanup mini-plan is used on destination; default is true. If this argument is omitted, current values are preserved. |
|
result |
DifferenceSettings |
The new comparison settings |
|