interconnects_diagnostics
Creates, updates, deletes, gets or lists a interconnects_diagnostics
resource.
Overview
Name | interconnects_diagnostics |
Type | Resource |
Id | google.compute.interconnects_diagnostics |
Fields
Name | Datatype | Description |
---|---|---|
result | object | Diagnostics information about the Interconnect connection, which contains detailed and current technical information about Google's side of the connection. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_diagnostics | SELECT | interconnect, project | Returns the interconnectDiagnostics for the specified Interconnect. In the event of a global outage, do not use this API to make decisions about where to redirect your network traffic. Unlike a VLAN attachment, which is regional, a Cloud Interconnect connection is a global resource. A global outage can prevent this API from functioning properly. |
SELECT
examples
Returns the interconnectDiagnostics for the specified Interconnect. In the event of a global outage, do not use this API to make decisions about where to redirect your network traffic. Unlike a VLAN attachment, which is regional, a Cloud Interconnect connection is a global resource. A global outage can prevent this API from functioning properly.
SELECT
result
FROM google.compute.interconnects_diagnostics
WHERE interconnect = '{{ interconnect }}'
AND project = '{{ project }}';