google_api_sql_admin v0.25.0 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 should be 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 alwayssql#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
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.