Resource: Interconnect
Message describing Interconnect object
| JSON representation | 
|---|
| { "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "description": string, "interconnectType": enum ( | 
| Fields | |
|---|---|
| name | 
 Required. The canonical resource name of the interconnect. | 
| createTime | 
 Output only. The time when the subnet was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| updateTime | 
 Output only. The time when the subnet was last updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| labels | 
 Labels associated with this resource. An object containing a list of  | 
| description | 
 Optional. A free-text description of the resource. Max length 1024 characters. | 
| interconnectType | 
 Optional. Type of interconnect, which takes only the value 'DEDICATED' for now. | 
| uuid | 
 Output only. Unique identifier for the link. | 
| deviceCloudResourceName | 
 Output only. Cloud resource name of the switch device. | 
| physicalPorts[] | 
 Output only. Physical ports (e.g., TenGigE0/0/0/1) that form the interconnect. | 
| remotePeeringNetworkType | 
 Optional. The remote peering network type of the interconnect. It is required when peering separation is enabled. | 
InterconnectType
Type of interconnect.
| Enums | |
|---|---|
| INTERCONNECT_TYPE_UNSPECIFIED | Unspecified. | 
| DEDICATED | Dedicated Interconnect. | 
| Methods | |
|---|---|
| 
 | Get the diagnostics of a single interconnect resource. | 
| 
 | Gets details of a single Interconnect. | 
| 
 | Lists Interconnects in a given project and location. |