REST Resource: projects.locations.spaces.applicationTemplates.components.connections

Resource: Connection

Connection resource.

JSON representation
{
  "name": string,
  "destinationComponentUri": string,
  "createTime": string,
  "updateTime": string,
  "sourceComponentParameters": [
    {
      object (Parameter)
    }
  ],
  "destinationComponentParameters": [
    {
      object (Parameter)
    }
  ]
}
Fields
name

string

Identifier. The connection name.

destinationComponentUri

string

Required. The destination component URI used to generate the connection. Format is projects/$project/locations/$location/spaces/$space/applicationTemplates/$applicationTemplate/components/$component

createTime

string (Timestamp format)

Output only. The connection creation timestamp.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

Output only. The connection update timestamp.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

sourceComponentParameters[]

object (Parameter)

Optional. The parameters of the connection associated with the source component.

destinationComponentParameters[]

object (Parameter)

Optional. The parameters of the connection associated with the destination component.

Methods

create

Creates a connection.

delete

Deletes a connection.

get

Gets details about a connection.

list

Lists connections in an application template.

patch

Updates a connection.