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
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectCircuitInfo : IDirectResponseSchema
Properties
CustomerDemarcId
Customer-side demarc ID for this circuit.
Declaration
[JsonProperty("customerDemarcId")]
public virtual string CustomerDemarcId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleCircuitId
Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
Declaration
[JsonProperty("googleCircuitId")]
public virtual string GoogleCircuitId { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleDemarcId
Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by Google to the customer in the LOA.
Declaration
[JsonProperty("googleDemarcId")]
public virtual string GoogleDemarcId { get; set; }
Property Value
Type | Description |
---|---|
string |