Class: Google::Cloud::Compute::V1::InterconnectDiagnosticsLinkStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InterconnectDiagnosticsLinkStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Defined Under Namespace
Modules: OperationalStatus
Instance Attribute Summary collapse
-
#arp_caches ⇒ ::Array<::Google::Cloud::Compute::V1::InterconnectDiagnosticsARPEntry>
A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link.
-
#circuit_id ⇒ ::String
The unique ID for this link assigned during turn up by Google.
-
#google_demarc ⇒ ::String
The Demarc address assigned by Google and provided in the LoA.
- #lacp_status ⇒ ::Google::Cloud::Compute::V1::InterconnectDiagnosticsLinkLACPStatus
-
#macsec ⇒ ::Google::Cloud::Compute::V1::InterconnectDiagnosticsMacsecStatus
Describes the status of MACsec encryption on this link.
-
#operational_status ⇒ ::String
The operational status of the link.
-
#receiving_optical_power ⇒ ::Google::Cloud::Compute::V1::InterconnectDiagnosticsLinkOpticalPower
An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the received light level.
-
#transmitting_optical_power ⇒ ::Google::Cloud::Compute::V1::InterconnectDiagnosticsLinkOpticalPower
An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the transmitted light level.
Instance Attribute Details
#arp_caches ⇒ ::Array<::Google::Cloud::Compute::V1::InterconnectDiagnosticsARPEntry>
17667 17668 17669 17670 17671 17672 17673 17674 17675 17676 17677 17678 17679 17680 17681 17682 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17667 class InterconnectDiagnosticsLinkStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The operational status of the link. module OperationalStatus # A value indicating that the enum field is not set. UNDEFINED_OPERATIONAL_STATUS = 0 # The interface is unable to communicate with the remote end. LINK_OPERATIONAL_STATUS_DOWN = 281_653_885 # The interface has low level communication with the remote end. LINK_OPERATIONAL_STATUS_UP = 305_879_862 end end |
#circuit_id ⇒ ::String
17667 17668 17669 17670 17671 17672 17673 17674 17675 17676 17677 17678 17679 17680 17681 17682 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17667 class InterconnectDiagnosticsLinkStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The operational status of the link. module OperationalStatus # A value indicating that the enum field is not set. UNDEFINED_OPERATIONAL_STATUS = 0 # The interface is unable to communicate with the remote end. LINK_OPERATIONAL_STATUS_DOWN = 281_653_885 # The interface has low level communication with the remote end. LINK_OPERATIONAL_STATUS_UP = 305_879_862 end end |
#google_demarc ⇒ ::String
17667 17668 17669 17670 17671 17672 17673 17674 17675 17676 17677 17678 17679 17680 17681 17682 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17667 class InterconnectDiagnosticsLinkStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The operational status of the link. module OperationalStatus # A value indicating that the enum field is not set. UNDEFINED_OPERATIONAL_STATUS = 0 # The interface is unable to communicate with the remote end. LINK_OPERATIONAL_STATUS_DOWN = 281_653_885 # The interface has low level communication with the remote end. LINK_OPERATIONAL_STATUS_UP = 305_879_862 end end |
#lacp_status ⇒ ::Google::Cloud::Compute::V1::InterconnectDiagnosticsLinkLACPStatus
17667 17668 17669 17670 17671 17672 17673 17674 17675 17676 17677 17678 17679 17680 17681 17682 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17667 class InterconnectDiagnosticsLinkStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The operational status of the link. module OperationalStatus # A value indicating that the enum field is not set. UNDEFINED_OPERATIONAL_STATUS = 0 # The interface is unable to communicate with the remote end. LINK_OPERATIONAL_STATUS_DOWN = 281_653_885 # The interface has low level communication with the remote end. LINK_OPERATIONAL_STATUS_UP = 305_879_862 end end |
#macsec ⇒ ::Google::Cloud::Compute::V1::InterconnectDiagnosticsMacsecStatus
17667 17668 17669 17670 17671 17672 17673 17674 17675 17676 17677 17678 17679 17680 17681 17682 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17667 class InterconnectDiagnosticsLinkStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The operational status of the link. module OperationalStatus # A value indicating that the enum field is not set. UNDEFINED_OPERATIONAL_STATUS = 0 # The interface is unable to communicate with the remote end. LINK_OPERATIONAL_STATUS_DOWN = 281_653_885 # The interface has low level communication with the remote end. LINK_OPERATIONAL_STATUS_UP = 305_879_862 end end |
#operational_status ⇒ ::String
17667 17668 17669 17670 17671 17672 17673 17674 17675 17676 17677 17678 17679 17680 17681 17682 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17667 class InterconnectDiagnosticsLinkStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The operational status of the link. module OperationalStatus # A value indicating that the enum field is not set. UNDEFINED_OPERATIONAL_STATUS = 0 # The interface is unable to communicate with the remote end. LINK_OPERATIONAL_STATUS_DOWN = 281_653_885 # The interface has low level communication with the remote end. LINK_OPERATIONAL_STATUS_UP = 305_879_862 end end |
#receiving_optical_power ⇒ ::Google::Cloud::Compute::V1::InterconnectDiagnosticsLinkOpticalPower
17667 17668 17669 17670 17671 17672 17673 17674 17675 17676 17677 17678 17679 17680 17681 17682 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17667 class InterconnectDiagnosticsLinkStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The operational status of the link. module OperationalStatus # A value indicating that the enum field is not set. UNDEFINED_OPERATIONAL_STATUS = 0 # The interface is unable to communicate with the remote end. LINK_OPERATIONAL_STATUS_DOWN = 281_653_885 # The interface has low level communication with the remote end. LINK_OPERATIONAL_STATUS_UP = 305_879_862 end end |
#transmitting_optical_power ⇒ ::Google::Cloud::Compute::V1::InterconnectDiagnosticsLinkOpticalPower
17667 17668 17669 17670 17671 17672 17673 17674 17675 17676 17677 17678 17679 17680 17681 17682 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17667 class InterconnectDiagnosticsLinkStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The operational status of the link. module OperationalStatus # A value indicating that the enum field is not set. UNDEFINED_OPERATIONAL_STATUS = 0 # The interface is unable to communicate with the remote end. LINK_OPERATIONAL_STATUS_DOWN = 281_653_885 # The interface has low level communication with the remote end. LINK_OPERATIONAL_STATUS_UP = 305_879_862 end end |