Compute Engine v1 API - Class InterconnectCircuitInfo (2.15.0)

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

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

Describes a single physical circuit between the Customer and Google. CircuitInfo objects are created by Google, so all fields are output only.

Inheritance

object > InterconnectCircuitInfo

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InterconnectCircuitInfo()

public InterconnectCircuitInfo()

InterconnectCircuitInfo(InterconnectCircuitInfo)

public InterconnectCircuitInfo(InterconnectCircuitInfo other)
Parameter
NameDescription
otherInterconnectCircuitInfo

Properties

CustomerDemarcId

public string CustomerDemarcId { get; set; }

Customer-side demarc ID for this circuit.

Property Value
TypeDescription
string

GoogleCircuitId

public string GoogleCircuitId { get; set; }

Google-assigned unique ID for this circuit. Assigned at circuit turn-up.

Property Value
TypeDescription
string

GoogleDemarcId

public string GoogleDemarcId { get; set; }

Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by Google to the customer in the LOA.

Property Value
TypeDescription
string

HasCustomerDemarcId

public bool HasCustomerDemarcId { get; }

Gets whether the "customer_demarc_id" field is set

Property Value
TypeDescription
bool

HasGoogleCircuitId

public bool HasGoogleCircuitId { get; }

Gets whether the "google_circuit_id" field is set

Property Value
TypeDescription
bool

HasGoogleDemarcId

public bool HasGoogleDemarcId { get; }

Gets whether the "google_demarc_id" field is set

Property Value
TypeDescription
bool