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

Resource: Connection

Connection resource.

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

string

Identifier. The connection name.

destinationComponentUri

string

Required. The destination component URI used to generate the connection.

parameters[]

object (Parameter)

Optional. The connection parameters.

createTime

string (Timestamp format)

Output only. The connection creation timestamp.

Uses RFC 3339, where generated output will always be Z-normalized and uses 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 uses 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".

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.