Class: Google::Cloud::Compute::V1::InterconnectDiagnosticsMacsecStatus

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#ckn ⇒ ::String

Returns Indicates the Connectivity Association Key Name (CKN) currently being used if MACsec is operational.

Returns:

  • (::String) —

    Indicates the Connectivity Association Key Name (CKN) currently being used if MACsec is operational.



38565
38566
38567
38568
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 38565

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.

Returns:

  • (::Boolean) —

    Indicates whether or not MACsec is operational on this link.



38565
38566
38567
38568
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 38565

class InterconnectDiagnosticsMacsecStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end