public sealed class InterconnectLocationCrossSiteInterconnectInfo : IMessage<InterconnectLocationCrossSiteInterconnectInfo>, IEquatable<InterconnectLocationCrossSiteInterconnectInfo>, IDeepCloneable<InterconnectLocationCrossSiteInterconnectInfo>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class InterconnectLocationCrossSiteInterconnectInfo.
Information about Cross-Site Interconnect wires which may be created between the containing location and another remote location.
Implements
IMessageInterconnectLocationCrossSiteInterconnectInfo, IEquatableInterconnectLocationCrossSiteInterconnectInfo, IDeepCloneableInterconnectLocationCrossSiteInterconnectInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectLocationCrossSiteInterconnectInfo()
public InterconnectLocationCrossSiteInterconnectInfo()InterconnectLocationCrossSiteInterconnectInfo(InterconnectLocationCrossSiteInterconnectInfo)
public InterconnectLocationCrossSiteInterconnectInfo(InterconnectLocationCrossSiteInterconnectInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectLocationCrossSiteInterconnectInfo |
Properties
City
public string City { get; set; }Output only. The remote location for Cross-Site Interconnect wires. This specifies an InterconnectLocation city (metropolitan area designator), which itself may match multiple InterconnectLocations.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasCity
public bool HasCity { get; }Gets whether the "city" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasMaxDynamicPathBandwidthGbps
public bool HasMaxDynamicPathBandwidthGbps { get; }Gets whether the "max_dynamic_path_bandwidth_gbps" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasMaxFixedPathBandwidthGbps
public bool HasMaxFixedPathBandwidthGbps { get; }Gets whether the "max_fixed_path_bandwidth_gbps" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
MaxDynamicPathBandwidthGbps
public long MaxDynamicPathBandwidthGbps { get; set; }Output only. The maximum unmetered bandwidth for dynamic paths allowable per WireGroup for this metro.
| Property Value | |
|---|---|
| Type | Description |
long |
|
MaxFixedPathBandwidthGbps
public long MaxFixedPathBandwidthGbps { get; set; }Output only. The maximum unmetered bandwidth for fixed paths allowable per WireGroup for this metro.
| Property Value | |
|---|---|
| Type | Description |
long |
|