Class InterconnectCircuitInfo

InterconnectCircuitInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes a single physical circuit between the Customer and Google. CircuitInfo objects are created by Google, so all fields are output only.

Attributes

NameDescription
customer_demarc_id str
Customer-side demarc ID for this circuit. This field is a member of `oneof`_ ``_customer_demarc_id``.
google_circuit_id str
Google-assigned unique ID for this circuit. Assigned at circuit turn-up. This field is a member of `oneof`_ ``_google_circuit_id``.
google_demarc_id str
Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by Google to the customer in the LOA. This field is a member of `oneof`_ ``_google_demarc_id``.

Inheritance

builtins.object > proto.message.Message > InterconnectCircuitInfo