Resource: EndpointAttachment
represents the Connector's Endpoint Attachment resource
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "description": string, "serviceAttachment": string, "endpointIp": string } |
Fields | |
---|---|
name |
Output only. Resource name of the Endpoint Attachment. Format: projects/{project}/locations/{location}/endpointAttachments/{endpointAttachment} |
createTime |
Output only. Created time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Updated time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources An object containing a list of |
description |
Optional. Description of the resource. |
serviceAttachment |
Required. The path of the service attachment |
endpointIp |
Output only. The Private Service Connect connection endpoint ip |
Methods |
|
---|---|
|
Creates a new EndpointAttachment in a given project and location. |
|
Deletes a single EndpointAttachment. |
|
Gets details of a single EndpointAttachment. |
|
List EndpointAttachments in a given project |
|
Updates the parameters of a single EndpointAttachment. |