InterconnectRemoteLocation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a Cross-Cloud Interconnect Remote Location resource. You can use this resource to find remote location details about an Interconnect attachment (VLAN).
.. _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 .
|
attachment_configuration_constraints |
google.cloud.compute_v1.types.InterconnectAttachmentConfigurationConstraints
[Output Only] Subset of fields from InterconnectAttachment's \|configurationConstraints\| field that apply to all attachments for this remote location. This field is a member of oneof _ _attachment_configuration_constraints .
|
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 .
|
constraints |
google.cloud.compute_v1.types.InterconnectRemoteLocationConstraints
[Output Only] Constraints on the parameters for creating Cross-Cloud Interconnect and associated InterconnectAttachments. This field is a member of oneof _ _constraints .
|
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#interconnectRemoteLocation for interconnect remote locations. This field is a member of oneof _ _kind .
|
lacp |
str
[Output Only] Link Aggregation Control Protocol (LACP) constraints, which can take one of the following values: LACP_SUPPORTED, LACP_UNSUPPORTED Check the Lacp enum for the list of possible values. This field is a member of oneof _ _lacp .
|
max_lag_size100_gbps |
int
[Output Only] The maximum number of 100 Gbps ports supported in a link aggregation group (LAG). When linkType is 100 Gbps, requestedLinkCount cannot exceed max_lag_size_100_gbps. This field is a member of oneof _ _max_lag_size100_gbps .
|
max_lag_size10_gbps |
int
[Output Only] The maximum number of 10 Gbps ports supported in a link aggregation group (LAG). When linkType is 10 Gbps, requestedLinkCount cannot exceed max_lag_size_10_gbps. This field is a member of oneof _ _max_lag_size10_gbps .
|
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 .
|
permitted_connections |
MutableSequence[google.cloud.compute_v1.types.InterconnectRemoteLocationPermittedConnections]
[Output Only] Permitted connections. |
remote_service |
str
[Output Only] Indicates the service provider present at the remote location. Example values: "Amazon Web Services", "Microsoft Azure". This field is a member of oneof _ _remote_service .
|
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 InterconnectRemoteLocation, which can take one of the following values: - CLOSED: The InterconnectRemoteLocation is closed and is unavailable for provisioning new Cross-Cloud Interconnects. - AVAILABLE: The InterconnectRemoteLocation is available for provisioning new Cross-Cloud Interconnects. Check the Status enum for the list of possible values. This field is a member of oneof _ _status .
|
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. EUROPE (445819298): No description available. NORTH_AMERICA (448015508): No description available. SOUTH_AMERICA (32597340): No description available.
Lacp
Lacp(value)
[Output Only] Link Aggregation Control Protocol (LACP) constraints, which can take one of the following values: LACP_SUPPORTED, LACP_UNSUPPORTED
Values: UNDEFINED_LACP (0): A value indicating that the enum field is not set. LACP_SUPPORTED (339576113): LACP_SUPPORTED: LACP is supported, and enabled by default on the Cross-Cloud Interconnect. LACP_UNSUPPORTED (203930104): LACP_UNSUPPORTED: LACP is not supported and is not be enabled on this port. GetDiagnostics shows bundleAggregationType as "static". GCP does not support LAGs without LACP, so requestedLinkCount must be 1.
Status
Status(value)
[Output Only] The status of this InterconnectRemoteLocation, which can take one of the following values: - CLOSED: The InterconnectRemoteLocation is closed and is unavailable for provisioning new Cross-Cloud Interconnects. - AVAILABLE: The InterconnectRemoteLocation is available for provisioning new Cross-Cloud Interconnects.
Values: UNDEFINED_STATUS (0): A value indicating that the enum field is not set. AVAILABLE (442079913): The InterconnectRemoteLocation is available for provisioning new Cross-Cloud Interconnects. CLOSED (380163436): The InterconnectRemoteLocation is closed for provisioning new Cross-Cloud Interconnects.