VultrRuby::DatabaseForkRequest
Name
Type
Description
Notes
label
String
A user-supplied label for this Managed Database.
region
String
The Region id where the Managed Database is located.
plan
String
The Plan id to use when deploying this Managed Database.
vpc_id
String
The VPC id to use when deploying this Managed Database. It can also be set to `new` to configure a new VPC network with this deployment.
[optional]
type
String
The type of backup restoration to use for this Managed Database. * `pitr`: Point-in-time recovery * `basebackup`: Latest backup (default if omitted)
[optional]
date
String
The backup date to use when restoring the Managed Database in YYYY-MM-DD date format. Required for `pitr` type requests.
[optional]
time
String
The backup time to use when restoring the Managed Database in HH-MM-SS time format (24-hour UTC). Required for `pitr` type requests.
[optional]
require 'vultr_ruby'
instance = VultrRuby ::DatabaseForkRequest . new (
label : null ,
region : null ,
plan : null ,
vpc_id : null ,
type : null ,
date : null ,
time : null
)