Show / Hide Table of Contents

Class InterconnectLocation

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.

Inheritance
object
InterconnectLocation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectLocation : IDirectResponseSchema

Properties

Address

[Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character.

Declaration
[JsonProperty("address")]
public virtual string Address { get; set; }
Property Value
Type Description
string

AvailabilityZone

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

Declaration
[JsonProperty("availabilityZone")]
public virtual string AvailabilityZone { get; set; }
Property Value
Type Description
string

AvailableFeatures

[Output only] List of features available at this InterconnectLocation, which can take one of the following values: - IF_MACSEC

Declaration
[JsonProperty("availableFeatures")]
public virtual IList<string> AvailableFeatures { get; set; }
Property Value
Type Description
IList<string>

AvailableLinkTypes

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

Declaration
[JsonProperty("availableLinkTypes")]
public virtual IList<string> AvailableLinkTypes { get; set; }
Property Value
Type Description
IList<string>

City

[Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: "Chicago, IL", "Amsterdam, Netherlands".

Declaration
[JsonProperty("city")]
public virtual string City { get; set; }
Property Value
Type Description
string

Continent

[Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA

Declaration
[JsonProperty("continent")]
public virtual string Continent { get; set; }
Property Value
Type Description
string

CreationTimestamp

[Output Only] Creation timestamp in RFC3339 text format.

Declaration
[JsonProperty("creationTimestamp")]
public virtual string CreationTimestamp { get; set; }
Property Value
Type Description
string

CrossSiteInterconnectInfos

[Output Only] A list of InterconnectLocation.CrossSiteInterconnectInfo objects, that describe where Cross-Site Interconnect wires may connect to from this location and associated connection parameters. Cross-Site Interconnect isn't allowed to locations which are not listed.

Declaration
[JsonProperty("crossSiteInterconnectInfos")]
public virtual IList<InterconnectLocationCrossSiteInterconnectInfo> CrossSiteInterconnectInfos { get; set; }
Property Value
Type Description
IList<InterconnectLocationCrossSiteInterconnectInfo>

Description

[Output Only] An optional description of the resource.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FacilityProvider

[Output Only] The name of the provider for this facility (e.g., EQUINIX).

Declaration
[JsonProperty("facilityProvider")]
public virtual string FacilityProvider { get; set; }
Property Value
Type Description
string

FacilityProviderFacilityId

[Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).

Declaration
[JsonProperty("facilityProviderFacilityId")]
public virtual string FacilityProviderFacilityId { get; set; }
Property Value
Type Description
string

Id

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
Type Description
ulong?

Kind

[Output Only] Type of the resource. Always compute#interconnectLocation for interconnect locations.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Name

[Output Only] Name of the resource.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PeeringdbFacilityId

[Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb).

Declaration
[JsonProperty("peeringdbFacilityId")]
public virtual string PeeringdbFacilityId { get; set; }
Property Value
Type Description
string

RegionInfos

[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.

Declaration
[JsonProperty("regionInfos")]
public virtual IList<InterconnectLocationRegionInfo> RegionInfos { get; set; }
Property Value
Type Description
IList<InterconnectLocationRegionInfo>

SelfLink

[Output Only] Server-defined URL for the resource.

Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type Description
string

SelfLinkWithId

[Output Only] Server-defined URL for this resource with the resource id.

Declaration
[JsonProperty("selfLinkWithId")]
public virtual string SelfLinkWithId { get; set; }
Property Value
Type Description
string

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.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

SupportsPzs

[Output Only] Reserved for future use.

Declaration
[JsonProperty("supportsPzs")]
public virtual bool? SupportsPzs { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX