Required. The location of the new cluster. For the required format, see the comment on Cluster.name field.
Authorization requires the following IAM permission on the specified resource parent:
alloydb.clusters.create
Request body
The request body contains data with the following structure:
JSON representation
{"clusterId": string,"cluster": {object (Cluster)},// Union field source can be only one of the following:"cloudsqlBackupRunSource": {object (CloudSQLBackupRunSource)}// End of list of possible types for union field source.}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-13 UTC."],[[["This endpoint facilitates the restoration of an AlloyDB cluster using a CloudSQL resource as its source."],["The HTTP request is a POST operation to the URL `https://alloydb.googleapis.com/v1beta/{parent=projects/*/locations/*}/clusters:restoreFromCloudSQL`."],["The request requires specifying a `parent` location and the `clusterId` and `cluster` data, as well as information about the source via the `cloudsqlBackupRunSource`."],["Authorization to use this endpoint requires the `alloydb.clusters.create` IAM permission on the specified `parent` resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["A successful request returns an instance of `Operation`, indicating that the restoration process has begun."]]],[]]