class Google::Apis::SqladminV1beta4::InstancesFailoverRequest

Instance failover request.

Attributes

failover_context[RW]

Database instance failover context. Corresponds to the JSON property `failoverContext` @return [Google::Apis::SqladminV1beta4::FailoverContext]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sqladmin_v1beta4/classes.rb, line 1786
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sqladmin_v1beta4/classes.rb, line 1791
def update!(**args)
  @failover_context = args[:failover_context] if args.key?(:failover_context)
end