| id | int | The policy ID. | [optional] |
| name | str | The policy name. | [optional] |
| description | str | The description of the policy. | [optional] |
| src_registry | Registry | The source registry. | [optional] |
| dest_registry | Registry | The destination registry. | [optional] |
| dest_namespace | str | The destination namespace. | [optional] |
| dest_namespace_replace_count | int | 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 | list[ReplicationFilter] | The replication policy filter array. | [optional] |
| replicate_deletion | bool | Whether to replicate the deletion operation. | [optional] |
| deletion | bool | Deprecated, use "replicate_deletion" instead. Whether to replicate the deletion operation. | [optional] |
| override | bool | Whether to override the resources on the destination registry. | [optional] |
| enabled | bool | 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] |
| speed | int | speed limit for each task | [optional] |
| copy_by_chunk | bool | Whether to enable copy by chunk. | [optional] |