CreateConnectionRequest

Request message for CreateConnection.

JSON representation
{
  "parent": string,
  "connection": {
    object (Connection)
  }
}
Fields
parent

string

Required. Parent resource name.

The format of this value varies depending on the scope of the request (project or organization):

  • Projects scope: projects/{projectId}/locations/{locationId}
  • Organizations scope: organizations/{org_id}/locations/{locationId}
connection

object (Connection)

Required. The connection resource.