BackupRestoreRequest
BackupRestoreRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| networks optional | 복구용 네트워크 정보 | any of [array[Network], null] | |
| restore_region optional | 서버를 복구할 리전 Example : kr-west1 | any of [string, null] | |
| restore_server_name required | 복구 서버명 Example : restoretest1Pattern : ^[a-zA-Z0-9-_ ]*$Minimum length : 1Maximum length : 63 | string | |
| restore_target_id required | 복구 대상 목록 Example : ca1a8e76-af49-40ea-93f8-a5989ffe138b | string | |
| security_groups optional | Security Group ID 목록 Example : ['023c57b14f11483689338d085e061492'] | any of [array[string], null] | |
| server_type_id required | 서버 유형 ID Example : s1v1m2 | string |