Class: Google::Cloud::Compute::V1::InterconnectCircuitInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InterconnectCircuitInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Describes a single physical circuit between the Customer and Google. CircuitInfo objects are created by Google, so all fields are output only.
Instance Attribute Summary collapse
-
#customer_demarc_id ⇒ ::String
Customer-side demarc ID for this circuit.
-
#google_circuit_id ⇒ ::String
Google-assigned unique ID for this circuit.
-
#google_demarc_id ⇒ ::String
Google-side demarc ID for this circuit.
Instance Attribute Details
#customer_demarc_id ⇒ ::String
Returns Customer-side demarc ID for this circuit.
16010 16011 16012 16013 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16010 class InterconnectCircuitInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#google_circuit_id ⇒ ::String
Returns Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
16010 16011 16012 16013 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16010 class InterconnectCircuitInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#google_demarc_id ⇒ ::String
Returns Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by Google to the customer in the LOA.
16010 16011 16012 16013 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16010 class InterconnectCircuitInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |