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.
Implements
IMessageInterconnectCircuitInfo, IEquatableInterconnectCircuitInfo, IDeepCloneableInterconnectCircuitInfo, 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 |
bool |
HasGoogleCircuitId
public bool HasGoogleCircuitId { get; }
Gets whether the "google_circuit_id" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasGoogleDemarcId
public bool HasGoogleDemarcId { get; }
Gets whether the "google_demarc_id" field is set
Property Value | |
---|---|
Type | Description |
bool |