REST Resource: projects.locations.zones.interconnects

Resource: Interconnect

Message describing Interconnect object

JSON representation
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "description": string,
  "interconnectType": enum (InterconnectType),
  "uuid": string,
  "deviceCloudResourceName": string,
  "physicalPorts": [
    string
  ]
}
Fields
name

string

Required. The canonical resource name of the interconnect.

createTime

string (Timestamp format)

Output only. The time when the subnet was created.

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

Output only. The time when the subnet was last updated.

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

labels

map (key: string, value: string)

Labels associated with this resource.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

description

string

Optional. A free-text description of the resource. Max length 1024 characters.

interconnectType

enum (InterconnectType)

Optional. Type of interconnect, which takes only the value 'DEDICATED' for now.

uuid

string

Output only. Unique identifier for the link.

deviceCloudResourceName

string

Output only. Cloud resource name of the switch device.

physicalPorts[]

string

Output only. Physical ports (e.g., TenGigE0/0/0/1) that form the interconnect.

InterconnectType

Type of interconnect.

Enums
INTERCONNECT_TYPE_UNSPECIFIED Unspecified.
DEDICATED Dedicated Interconnect.

Methods

diagnose

Get the diagnostics of a single interconnect resource.

get

Gets details of a single Interconnect.

list

Lists Interconnects in a given project and location.