Class InterconnectLocationCrossSiteInterconnectInfo
Information about any potential WireGroups between an Interconnect at a specific InterconnectLocation, and an Interconnect in another metro.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectLocationCrossSiteInterconnectInfo : IDirectResponseSchema
Properties
City
Metropolitan area designator
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? |