Show / Hide Table of Contents

Class InterconnectLocationCrossSiteInterconnectInfo

Information about Cross-Site Interconnect wires which may be created between the containing location and another remote location.

Inheritance
object
InterconnectLocationCrossSiteInterconnectInfo
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.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InterconnectLocationCrossSiteInterconnectInfo : IDirectResponseSchema

Properties

City

Output only. The remote location for Cross-Site Interconnect wires. This specifies an InterconnectLocation city (metropolitan area designator), which itself may match multiple InterconnectLocations.

Declaration
[JsonProperty("city")]
public virtual string City { 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

MaxDynamicPathBandwidthGbps

Output only. The maximum unmetered bandwidth for dynamic paths allowable per WireGroup for this metro.

Declaration
[JsonProperty("maxDynamicPathBandwidthGbps")]
public virtual long? MaxDynamicPathBandwidthGbps { get; set; }
Property Value
Type Description
long?

MaxFixedPathBandwidthGbps

Output only. The maximum unmetered bandwidth for fixed paths allowable per WireGroup for this metro.

Declaration
[JsonProperty("maxFixedPathBandwidthGbps")]
public virtual long? MaxFixedPathBandwidthGbps { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX