Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 2.21 KB

SyncReportPolicy.md

File metadata and controls

17 lines (13 loc) · 2.21 KB

SyncReportPolicy

Properties

Name Type Description Notes
Action string If 'copy', source files will be copied to the target cluster. If 'sync', the target directory will be made an image of the source directory: Files and directories that have been deleted on the source, have been moved within the target directory, or no longer match the selection criteria will be deleted from the target directory. [optional] [default to null]
FileMatchingPattern *SyncJobPolicyFileMatchingPattern A file matching pattern, organized as an OR'ed set of AND'ed file criteria, for example ((a AND b) OR (x AND y)) used to define a set of files with specific properties. Policies of type 'sync' cannot use 'path' or time criteria in their matching patterns, but policies of type 'copy' can use all listed criteria. [optional] [default to null]
Name string User-assigned name of this sync policy. [optional] [default to null]
SourceExcludeDirectories []string Directories that will be excluded from the sync. Modifying this field will result in a full synchronization of all data. [optional] [default to null]
SourceIncludeDirectories []string Directories that will be included in the sync. Modifying this field will result in a full synchronization of all data. [optional] [default to null]
SourceRootPath string The root directory on the source cluster the files will be synced from. Modifying this field will result in a full synchronization of all data. [optional] [default to null]
TargetHost string Hostname or IP address of sync target cluster. Modifying the target cluster host can result in the policy being unrunnable if the new target does not match the current target association. [optional] [default to null]
TargetPath string Absolute filesystem path on the target cluster for the sync destination. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]