ReplicationCreateRequest
ReplicationCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| name required | Target Volume Name Example : my_volumePattern : ^[a-z]([a-z0-9_]){2,20}$ | string | |
| cifs_password optional | CIFS Password Example : cifspwd0!! | any of [string, null] | |
| replication_frequency required | Frequency Example : 5minPattern : ^(5min|hourly|daily|weekly|monthly)$ | string | |
| region required | Target Region Example : kr-west1 | string | |
| volume_id required | Source Volume ID Example : bfdbabf2-04d9-4e8b-a205-020f8e6da438 | string | |
| backup_retention_count optional | Backup Retention Count Example : 2 | any of [integer, null] | |
| replication_type required | Replication Type Example : replicationPattern : ^(replication|backup)$ | string |