Class InterconnectLocation (0.1.0)

InterconnectLocation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents an Interconnect Attachment (VLAN) Location resource. You can use this resource to find location details about an Interconnect attachment (VLAN). For more information about interconnect attachments, read Creating VLAN Attachments.

Attributes

NameDescription
address str
[Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character.
availability_zone str
[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".
city str
[Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: "Chicago, IL", "Amsterdam, Netherlands".
continent google.cloud.compute_v1.types.InterconnectLocation.Continent
[Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA
creation_timestamp str
[Output Only] Creation timestamp in RFC3339 text format.
description str
[Output Only] An optional description of the resource.
facility_provider str
[Output Only] The name of the provider for this facility (e.g., EQUINIX).
facility_provider_facility_id str
[Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).
id str
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
kind str
[Output Only] Type of the resource. Always compute#interconnectLocation for interconnect locations.
name str
[Output Only] Name of the resource.
peeringdb_facility_id str
[Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb).
region_infos Sequence[google.cloud.compute_v1.types.InterconnectLocationRegionInfo]
[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.
self_link str
[Output Only] Server-defined URL for the resource.
status google.cloud.compute_v1.types.InterconnectLocation.Status
[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.

Classes

Continent

Continent(value)

[Output Only] Continent for this location, which can take one of the following values:

  • AFRICA
  • ASIA_PAC
  • EUROPE
  • NORTH_AMERICA
  • SOUTH_AMERICA

Status

Status(value)

[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.