REST Resource: projects.locations.endpointAttachments

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

string

Output only. Resource name of the Endpoint Attachment. Format: projects/{project}/locations/{location}/endpointAttachments/{endpointAttachment}

createTime

string (Timestamp format)

Output only. Created time.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. Updated time.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

labels

map (key: string, value: string)

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 "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

description

string

Optional. Description of the resource.

serviceAttachment

string

Required. The path of the service attachment

endpointIp

string

Output only. The Private Service Connect connection endpoint ip

Methods

create

Creates a new EndpointAttachment in a given project and location.

delete

Deletes a single EndpointAttachment.

get

Gets details of a single EndpointAttachment.

list

List EndpointAttachments in a given project

patch

Updates the parameters of a single EndpointAttachment.