google_api_sql_admin v0.6.0 GoogleApi.SQLAdmin.V1beta4.Model.CloneContext View Source
Database instance clone context.
Attributes
- binLogCoordinates (BinLogCoordinates): 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. Defaults to:
null
. - destinationInstanceName (String.t): Name of the Cloud SQL instance to be created as a clone. Defaults to:
null
. - kind (String.t): This is always sql#cloneContext. Defaults to:
null
. - pitrTimestampMs (String.t): Reserved for future use. Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.CloneContext{
binLogCoordinates: GoogleApi.SQLAdmin.V1beta4.Model.BinLogCoordinates.t(),
destinationInstanceName: any(),
kind: any(),
pitrTimestampMs: any()
}
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.CloneContext{ binLogCoordinates: GoogleApi.SQLAdmin.V1beta4.Model.BinLogCoordinates.t(), destinationInstanceName: any(), kind: any(), pitrTimestampMs: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.