Skip to main content

interconnect_locations

Overview

Nameinterconnect_locations
TypeResource
Idgoogle.compute.interconnect_locations

Fields

NameDatatypeDescription
idstring[Output Only] The unique identifier for the resource. This identifier is defined by the server.
namestring[Output Only] Name of the resource.
descriptionstring[Output Only] An optional description of the resource.
regionInfosarray[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.
citystring[Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: "Chicago, IL", "Amsterdam, Netherlands".
facilityProviderFacilityIdstring[Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).
kindstring[Output Only] Type of the resource. Always compute#interconnectLocation for interconnect locations.
availabilityZonestring[Output Only] Availability zone for this InterconnectLocation. Within a metropolitan area (metro), maintenance will not be simultaneously scheduled in more than one availability zone. Example: "zone1" or "zone2".
statusstring[Output Only] The status of this InterconnectLocation, which can take one of the following values: - CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. - AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects.
supportsPzsboolean[Output Only] Reserved for future use.
facilityProviderstring[Output Only] The name of the provider for this facility (e.g., EQUINIX).
addressstring[Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character.
creationTimestampstring[Output Only] Creation timestamp in RFC3339 text format.
selfLinkstring[Output Only] Server-defined URL for the resource.
peeringdbFacilityIdstring[Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb).
continentstring[Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA

Methods

NameAccessible byRequired ParamsDescription
getSELECTinterconnectLocation, projectReturns the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.
listSELECTprojectRetrieves the list of interconnect locations available to the specified project.