google_api_sql_admin v0.34.1 GoogleApi.SQLAdmin.V1beta4.Model.CloneContext View Source

Database instance clone context.

Attributes

  • binLogCoordinates (type: GoogleApi.SQLAdmin.V1beta4.Model.BinLogCoordinates.t, default: nil) - Binary log coordinates, if specified, identify the position up to which the source instance is cloned. If not specified, the source instance is cloned up to the most recent binary log coordinates.
  • destinationInstanceName (type: String.t, default: nil) - Name of the Cloud SQL instance to be created as a clone.
  • kind (type: String.t, default: nil) - This is always sql#cloneContext.
  • pitrTimestampMs (type: String.t, default: nil) - Reserved for future use.
  • pointInTime (type: DateTime.t, default: nil) - Reserved for future use.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SQLAdmin.V1beta4.Model.CloneContext{
  binLogCoordinates: GoogleApi.SQLAdmin.V1beta4.Model.BinLogCoordinates.t(),
  destinationInstanceName: String.t(),
  kind: String.t(),
  pitrTimestampMs: String.t(),
  pointInTime: DateTime.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.