Class: Google::Apis::SqlV1beta4::InstancesDemoteMasterRequest
- Inherits:
-
Object
- Object
- Google::Apis::SqlV1beta4::InstancesDemoteMasterRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/sql_v1beta4/classes.rb,
generated/google/apis/sql_v1beta4/representations.rb,
generated/google/apis/sql_v1beta4/representations.rb
Overview
Database demote master request.
Instance Attribute Summary collapse
-
#demote_master_context ⇒ Google::Apis::SqlV1beta4::DemoteMasterContext
Database instance demote master context.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstancesDemoteMasterRequest
constructor
A new instance of InstancesDemoteMasterRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ InstancesDemoteMasterRequest
Returns a new instance of InstancesDemoteMasterRequest
1354 1355 1356 |
# File 'generated/google/apis/sql_v1beta4/classes.rb', line 1354 def initialize(**args) update!(**args) end |
Instance Attribute Details
#demote_master_context ⇒ Google::Apis::SqlV1beta4::DemoteMasterContext
Database instance demote master context.
Corresponds to the JSON property demoteMasterContext
1352 1353 1354 |
# File 'generated/google/apis/sql_v1beta4/classes.rb', line 1352 def demote_master_context @demote_master_context end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1359 1360 1361 |
# File 'generated/google/apis/sql_v1beta4/classes.rb', line 1359 def update!(**args) @demote_master_context = args[:demote_master_context] if args.key?(:demote_master_context) end |