Class: Google::Apis::SqladminV1beta4::SqlInstancesRescheduleMaintenanceRequestBody

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/sqladmin_v1beta4/classes.rb,
lib/google/apis/sqladmin_v1beta4/representations.rb,
lib/google/apis/sqladmin_v1beta4/representations.rb

Overview

Reschedule options for maintenance windows.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SqlInstancesRescheduleMaintenanceRequestBody

Returns a new instance of SqlInstancesRescheduleMaintenanceRequestBody.



4232
4233
4234
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 4232

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#rescheduleGoogle::Apis::SqladminV1beta4::Reschedule

Required. The type of the reschedule the user wants. Corresponds to the JSON property reschedule



4230
4231
4232
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 4230

def reschedule
  @reschedule
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4237
4238
4239
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 4237

def update!(**args)
  @reschedule = args[:reschedule] if args.key?(:reschedule)
end