ReplicationCreateRequest
ReplicationCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| name required | 복제본 볼륨 이름 Example : my_volumePattern : ^[a-z]([a-z0-9_]){2,20}$ | string | |
| cifs_password optional | CIFS 비밀번호 Example : cifspwd0!! | any of [string, null] | |
| replication_frequency required | 복제 주기 Example : 5minPattern : ^(5min|hourly|daily|weekly|monthly)$ | string | |
| region required | 복제본 리전 Example : kr-west1 | string | |
| volume_id required | 원본 볼륨 아이디 Example : bfdbabf2-04d9-4e8b-a205-020f8e6da438 | string | |
| backup_retention_count optional | 백업 보관 개수 Example : 2 | any of [integer, null] | |
| replication_type required | 복제 유형 Example : replicationPattern : ^(replication|backup)$ | string |