Resource: Connection
Connection resource.
JSON representation |
---|
{
"name": string,
"destinationComponentUri": string,
"parameters": [
{
object ( |
Fields | |
---|---|
name |
Identifier. The connection name. |
destinationComponentUri |
Required. The destination component URI used to generate the connection. |
parameters[] |
Optional. The connection parameters. |
createTime |
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: |
updateTime |
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: |
Methods |
|
---|---|
|
Creates a connection. |
|
Deletes a connection. |
|
Gets details about a connection. |
|
Lists connections in an application template. |
|
Updates a connection. |