MaintenanceWindow

Properties

NameTypeDescriptionNotes

time

String

day_of_the_week

Example

require 'ionoscloud-dbaas-mongo'

instance = IonoscloudDbaasMongo::MaintenanceWindow.new(
  time: 16:30:59,
  day_of_the_week: null
)

Last updated