Class: Google::Cloud::Sql::V1::InstancesDemoteRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::InstancesDemoteRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
This request is used to demote an existing standalone instance to be a Cloud SQL read replica for an external database server.
Instance Attribute Summary collapse
Instance Attribute Details
#demote_context ⇒ ::Google::Cloud::Sql::V1::DemoteContext
Returns Required. Contains details about the demote operation.
713 714 715 716 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 713 class InstancesDemoteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |