Class InterconnectLocation (0.8.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

Name Description
address str
[Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character. This field is a member of oneof_ _address.
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". This field is a member of oneof_ _availability_zone.
city str
[Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: "Chicago, IL", "Amsterdam, Netherlands". This field is a member of oneof_ _city.
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 This field is a member of oneof_ _continent.
creation_timestamp str
[Output Only] Creation timestamp in RFC3339 text format. This field is a member of oneof_ _creation_timestamp.
description str
[Output Only] An optional description of the resource. This field is a member of oneof_ _description.
facility_provider str
[Output Only] The name of the provider for this facility (e.g., EQUINIX). This field is a member of oneof_ _facility_provider.
facility_provider_facility_id str
[Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1). This field is a member of oneof_ _facility_provider_facility_id.
id int
[Output Only] The unique identifier for the resource. This identifier is defined by the server. This field is a member of oneof_ _id.
kind str
[Output Only] Type of the resource. Always compute#interconnectLocation for interconnect locations. This field is a member of oneof_ _kind.
name str
[Output Only] Name of the resource. This field is a member of oneof_ _name.
peeringdb_facility_id str
[Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb). This field is a member of oneof_ _peeringdb_facility_id.
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. This field is a member of oneof_ _self_link.
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. This field is a member of oneof_ _status.
supports_pzs bool
[Output Only] Set to true for locations that support physical zone separation. Defaults to false if the field is not present. This field is a member of oneof_ _supports_pzs.

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.