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.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
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 .
|
available_features |
MutableSequence[str]
[Output only] List of features available at this InterconnectLocation, which can take one of the following values: - MACSEC Check the AvailableFeatures enum for the list of possible values. |
available_link_types |
MutableSequence[str]
[Output only] List of link types available at this InterconnectLocation, which can take one of the following values: - LINK_TYPE_ETHERNET_10G_LR - LINK_TYPE_ETHERNET_100G_LR Check the AvailableLinkTypes enum for the list of possible values. |
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 |
str
[Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA Check the Continent enum for the list of possible values. 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 |
MutableSequence[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 |
str
[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. Check the Status enum for the list of possible values. This field is a member of oneof _ _status .
|
supports_pzs |
bool
[Output Only] Reserved for future use. This field is a member of oneof _ _supports_pzs .
|
Classes
AvailableFeatures
AvailableFeatures(value)
AvailableLinkTypes
AvailableLinkTypes(value)
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.