Name | Type | Description | Notes |
---|---|---|---|
type | String | Type of backup schedule: | |
hour | Integer | Hour of day to run in UTC. | [optional] |
dow | Integer | Day of week to run. | |
dom | Integer | Day of month to run. Use values between 1 and 28. | [optional] |
require 'vultr_ruby'
instance = VultrRuby::CreateInstanceBackupScheduleRequest.new(
type: null,
hour: null,
dow: null,
dom: null
)