Class: Google::Cloud::Compute::V1::InterconnectDiagnosticsMacsecStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InterconnectDiagnosticsMacsecStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Describes the status of MACsec encryption on the link.
Instance Attribute Summary collapse
-
#ckn ⇒ ::String
Indicates the Connectivity Association Key Name (CKN) currently being used if MACsec is operational.
-
#operational ⇒ ::Boolean
Indicates whether or not MACsec is operational on this link.
Instance Attribute Details
#ckn ⇒ ::String
Returns Indicates the Connectivity Association Key Name (CKN) currently being used if MACsec is operational.
16182 16183 16184 16185 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16182 class InterconnectDiagnosticsMacsecStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operational ⇒ ::Boolean
Returns Indicates whether or not MACsec is operational on this link.
16182 16183 16184 16185 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16182 class InterconnectDiagnosticsMacsecStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |