VerticaClusterRestoreRequest
VerticaClusterRestoreRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| allowable_ip_addresses optional | Allowed IP addresses list | array[string] | |
| backup_history_number required | Backup id Example : | string | |
| instance_groups required | Instance groups list | array[VerticaRestoreInstanceGroup] | |
| instance_name_prefix required | Instance name prefix Example : Pattern : ^[a-z][a-zA-Z0-9\-]*$Minimum length : 3Maximum length : 16 | string | |
| license optional | license Example : Maximum length : 2000 | string | |
| maintenance_option optional | Maintenance option | any of [MaintenanceOption, null] | |
| name required | Cluster name Example : Pattern : ^[a-zA-Z]*$Minimum length : 3Maximum length : 20 | string | |
| tags optional | tag | any of [array[Tag], null] |