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
System.Object
InterconnectCircuitInfo
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.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
System.String

Implements

IDirectResponseSchema
In This Article
Back to top