Show / Hide Table of Contents

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
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX