- HTTP request
- Path parameters
- Request body
- Response body
- Authorization Scopes
- IAM Permissions
- Examples
- Try it!
Returns the specified interconnect attachment.
HTTP request
GET https://compute.googleapis.com/compute/beta/projects/{project}/regions/{region}/interconnectAttachments/{resourceId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
project |
Project ID for this request. |
region |
Name of the region for this request. |
resourceId |
Name of the interconnect attachment to return. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation | |
---|---|
{ "description": string, "selfLink": string, "id": string, "creationTimestamp": string, "name": string, "interconnect": string, "router": string, "region": string, "googleReferenceId": string, "mtu": integer, "privateInterconnectInfo": { "tag8021q": integer }, "operationalStatus": enum, "cloudRouterIpAddress": string, "customerRouterIpAddress": string, "type": enum, "pairingKey": string, "adminEnabled": boolean, "vlanTag8021q": integer, "edgeAvailabilityDomain": enum, "candidateSubnets": [ string ], "bandwidth": enum, "partnerMetadata": { "partnerName": string, "interconnectName": string, "portalUrl": string }, "labels": { string: string, ... }, "labelFingerprint": string, "state": enum, "partnerAsn": string, "dataplaneVersion": integer, "kind": string } |
Fields | |
---|---|
description |
An optional description of this resource. |
selfLink |
[Output Only] Server-defined URL for the resource. |
id |
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
creationTimestamp |
[Output Only] Creation timestamp in RFC3339 text format. |
name |
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression |
interconnect |
URL of the underlying Interconnect object that this attachment's traffic will traverse through. |
router |
URL of the Cloud Router to be used for dynamic routing. This router must be in the same region as this InterconnectAttachment. The InterconnectAttachment will automatically connect the Interconnect to the network & region within which the Cloud Router is configured. |
region |
[Output Only] URL of the region where the regional interconnect attachment resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. |
googleReferenceId |
[Output Only] Google reference ID, to be used when raising support tickets with Google or otherwise to debug backend connectivity issues. [Deprecated] This field is not used. |
mtu |
Maximum Transmission Unit (MTU), in bytes, of packets passing through this interconnect attachment. Only 1440 and 1500 are allowed. If not specified, the value will default to 1440. |
privateInterconnectInfo |
[Output Only] Information specific to an InterconnectAttachment. This property is populated if the interconnect that this is attached to is of type DEDICATED. |
privateInterconnectInfo.tag8021q |
[Output Only] 802.1q encapsulation tag to be used for traffic between Google and the customer, going to and from this network and region. |
operationalStatus |
[Output Only] The current status of whether or not this interconnect attachment is functional, which can take one of the following values:
|
cloudRouterIpAddress |
[Output Only] IPv4 address + prefix length to be configured on Cloud Router Interface for this interconnect attachment. |
customerRouterIpAddress |
[Output Only] IPv4 address + prefix length to be configured on the customer router subinterface for this interconnect attachment. |
type |
The type of interconnect attachment this is, which can take one of the following values:
|
pairingKey |
[Output only for type PARTNER. Input only for PARTNER_PROVIDER. Not present for DEDICATED]. The opaque identifier of an PARTNER attachment used to initiate provisioning with a selected partner. Of the form "XXXXX/region/domain" |
adminEnabled |
Determines whether this Attachment will carry packets. Not present for PARTNER_PROVIDER. |
vlanTag8021q |
The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094. Only specified at creation time. |
edgeAvailabilityDomain |
Desired availability domain for the attachment. Only available for type PARTNER, at creation time, and can take one of the following values:
|
candidateSubnets[] |
Up to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress and customerRouterIpAddress for this attachment. All prefixes must be within link-local address space (169.254.0.0/16) and must be /29 or shorter (/28, /27, etc). Google will attempt to select an unused /29 from the supplied candidate prefix(es). The request will fail if all possible /29s are in use on Google's edge. If not supplied, Google will randomly select an unused /29 from all of link-local space. |
bandwidth |
Provisioned bandwidth capacity for the interconnect attachment. For attachments of type DEDICATED, the user can set the bandwidth. For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth. Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED, and can take one of the following values:
|
partnerMetadata |
Informational metadata about Partner attachments from Partners to display to customers. Output only for for PARTNER type, mutable for PARTNER_PROVIDER, not available for DEDICATED. |
partnerMetadata.partnerName |
Plain text name of the Partner providing this attachment. This value may be validated to match approved Partner values. |
partnerMetadata.interconnectName |
Plain text name of the Interconnect this attachment is connected to, as displayed in the Partner's portal. For instance "Chicago 1". This value may be validated to match approved Partner values. |
partnerMetadata.portalUrl |
URL of the Partner's portal for this Attachment. Partners may customise this to be a deep link to the specific resource on the Partner portal. This value may be validated to match approved Partner values. |
labels |
Labels for this resource. These can only be added or modified by the An object containing a list of |
labelFingerprint |
A fingerprint for the labels being applied to this InterconnectAttachment, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error To see the latest fingerprint, make a A base64-encoded string. |
state |
[Output Only] The current state of this attachment's functionality. Enum values ACTIVE and UNPROVISIONED are shared by DEDICATED/PRIVATE, PARTNER, and PARTNER_PROVIDER interconnect attachments, while enum values PENDING_PARTNER, PARTNER_REQUEST_RECEIVED, and PENDING_CUSTOMER are used for only PARTNER and PARTNER_PROVIDER interconnect attachments. This state can take one of the following values:
|
partnerAsn |
Optional BGP ASN for the router supplied by a Layer 3 Partner if they configured BGP on behalf of the customer. Output only for PARTNER type, input only for PARTNER_PROVIDER, not available for DEDICATED. |
dataplaneVersion |
[Output Only] Dataplane version for this InterconnectAttachment. |
kind |
[Output Only] Type of the resource. Always |
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/compute
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
In addition to any permissions specified on the fields above, authorization requires one or more of the following IAM permissions:
compute.interconnectAttachments.get
To find predefined roles that contain those permissions, see Compute Engine IAM Roles.