google_api_sql_admin v0.0.1 GoogleApi.SQLAdmin.V1beta4.Model.CloneContext View Source
Database instance clone context.
Attributes
- binLogCoordinates (BinLogCoordinates): Binary log coordinates, if specified, indentify the 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 coordintes. Defaults to:
null
. - destinationInstanceName (String): Name of the Cloud SQL instance to be created as a clone. Defaults to:
null
. - kind (String): This is always sql#cloneContext. Defaults to:
null
.