GoogleApi.SQLAdmin.V1beta4.Model.InstancesDemoteRequest (google_api_sql_admin v0.71.0)
View SourceThis request is used to demote an existing standalone instance to be a Cloud SQL read replica for an external database server.
Attributes
-
demoteContext
(type:GoogleApi.SQLAdmin.V1beta4.Model.DemoteContext.t
, default:nil
) - Required. This context is used to demote an existing standalone instance to be a Cloud SQL read replica for an external database server.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SQLAdmin.V1beta4.Model.InstancesDemoteRequest{ demoteContext: GoogleApi.SQLAdmin.V1beta4.Model.DemoteContext.t() | nil }