public sealed class InterconnectGroupInterconnect : IMessage<InterconnectGroupInterconnect>, IEquatable<InterconnectGroupInterconnect>, IDeepCloneable<InterconnectGroupInterconnect>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class InterconnectGroupInterconnect.
An Interconnect in this InterconnectGroup.
Implements
IMessageInterconnectGroupInterconnect, IEquatableInterconnectGroupInterconnect, IDeepCloneableInterconnectGroupInterconnect, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectGroupInterconnect()
public InterconnectGroupInterconnect()InterconnectGroupInterconnect(InterconnectGroupInterconnect)
public InterconnectGroupInterconnect(InterconnectGroupInterconnect other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectGroupInterconnect |
Properties
HasInterconnect
public bool HasInterconnect { get; }Gets whether the "interconnect" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Interconnect
public string Interconnect { get; set; }The URL of an Interconnect in this group. All Interconnects in the group are unique.
| Property Value | |
|---|---|
| Type | Description |
string |
|