| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | The policy ID. | [optional] |
| name | String | The policy name. | [optional] |
| description | String | The description of the policy. | [optional] |
| src_registry | Registry | The source registry. | [optional] |
| dest_registry | Registry | The destination registry. | [optional] |
| dest_namespace | String | The destination namespace. | [optional] |
| dest_namespace_replace_count | Integer | Specify how many path components will be replaced by the provided destination namespace. The default value is -1 in which case the legacy mode will be applied. | [optional] |
| trigger | ReplicationTrigger | [optional] | |
| filters | Array<ReplicationFilter> | The replication policy filter array. | [optional] |
| replicate_deletion | BOOLEAN | Whether to replicate the deletion operation. | [optional] |
| deletion | BOOLEAN | Deprecated, use "replicate_deletion" instead. Whether to replicate the deletion operation. | [optional] |
| override | BOOLEAN | Whether to override the resources on the destination registry. | [optional] |
| enabled | BOOLEAN | Whether the policy is enabled or not. | [optional] |
| creation_time | DateTime | The create time of the policy. | [optional] |
| update_time | DateTime | The update time of the policy. | [optional] |