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 .
|
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
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
Values: UNDEFINED_CONTINENT (0): A value indicating that the enum field is not set. AFRICA (317443706): No description available. ASIA_PAC (119782269): No description available. C_AFRICA (71993846): No description available. C_ASIA_PAC (465668089): No description available. C_EUROPE (200369438): No description available. C_NORTH_AMERICA (275697048): No description available. C_SOUTH_AMERICA (397149792): No description available. EUROPE (445819298): No description available. NORTH_AMERICA (448015508): No description available. SOUTH_AMERICA (32597340): No description available.
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.
Values: UNDEFINED_STATUS (0): A value indicating that the enum field is not set. AVAILABLE (442079913): The InterconnectLocation is available for provisioning new Interconnects. CLOSED (380163436): The InterconnectLocation is closed for provisioning new Interconnects.