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

Properties

City

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

MaxSingleFlowGbps

The maximum gbps for a single flow to this metro. This limits the total bandwidth which may be configured per wire.

Declaration
[JsonProperty("maxSingleFlowGbps")]
public virtual int? MaxSingleFlowGbps { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX