Compute Engine v1 API - Class InterconnectGroupInterconnect (3.10.0)

public sealed class InterconnectGroupInterconnect : IMessage<InterconnectGroupInterconnect>, IEquatable<InterconnectGroupInterconnect>, IDeepCloneable<InterconnectGroupInterconnect>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class InterconnectGroupInterconnect.

An Interconnect in this InterconnectGroup.

Inheritance

object > InterconnectGroupInterconnect

Namespace

Google.Cloud.Compute.V1

Assembly

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