UF_CLONE_validation_opts_s (view source)
 
Defined in: uf_clone.h
 
Also known as:
 
Overview
Validation options indicating how validation objects should be created during
the import operation. Only relevant for the import operation in an NX Manager
environment. This structure may be null ? no validation objects will be created.


Data Members

mode
UF_CLONE_validation_mode_t
Default validation mode to be applied to
components

validation_rule
char *
<OF> The validation rule file name to be used to compare
with valdation results. It could be an O/S file name
or a name in CLI format. Must specify one when mode
is not UF_CLONE_no_validation
This must be freed using UF_free

treat_warning_as_pass
logical
A flag indicating whether to treat a validation result
with the status "Pass but with warning" as PASS or not
while comparing this validation result with validation rule

treat_outdated_as_pass
logical
A flag indicating whether to treat a validation result
with the status "Pass but outdated" as PASS or not
while comparing this validation result with validation rule