Class: Google::Cloud::Sql::V1::InstancesDemoteMasterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::InstancesDemoteMasterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
Database demote primary instance request.
Instance Attribute Summary collapse
-
#demote_master_context ⇒ ::Google::Cloud::Sql::V1::DemoteMasterContext
Contains details about the demoteMaster operation.
Instance Attribute Details
#demote_master_context ⇒ ::Google::Cloud::Sql::V1::DemoteMasterContext
Returns Contains details about the demoteMaster operation.
703 704 705 706 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 703 class InstancesDemoteMasterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |