public sealed class InterconnectCircuitInfo : IMessage<InterconnectCircuitInfo>, IEquatable<InterconnectCircuitInfo>, IDeepCloneable<InterconnectCircuitInfo>, IBufferMessage, IMessageReference 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.
Implements
IMessage<InterconnectCircuitInfo>, IEquatable<InterconnectCircuitInfo>, IDeepCloneable<InterconnectCircuitInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectCircuitInfo()
public InterconnectCircuitInfo()InterconnectCircuitInfo(InterconnectCircuitInfo)
public InterconnectCircuitInfo(InterconnectCircuitInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectCircuitInfo |
Properties
CustomerDemarcId
public string CustomerDemarcId { get; set; }Customer-side demarc ID for this circuit.
| Property Value | |
|---|---|
| Type | Description |
String |
|
GoogleCircuitId
public string GoogleCircuitId { get; set; }Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
|
HasCustomerDemarcId
public bool HasCustomerDemarcId { get; }Gets whether the "customer_demarc_id" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasGoogleCircuitId
public bool HasGoogleCircuitId { get; }Gets whether the "google_circuit_id" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasGoogleDemarcId
public bool HasGoogleDemarcId { get; }Gets whether the "google_demarc_id" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|