Class: Google::Cloud::Compute::V1::InterconnectMacsecConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

MACsec configuration information for the Interconnect connection. Contains the generated Connectivity Association Key Name (CKN) and the key (CAK) for this Interconnect connection.

Instance Attribute Summary collapse

Instance Attribute Details

#pre_shared_keys::Array<::Google::Cloud::Compute::V1::InterconnectMacsecConfigPreSharedKey>

Returns A keychain placeholder describing a set of named key objects along with their start times. A MACsec CKN/CAK is generated for each key in the key chain. Google router automatically picks the key with the most recent startTime when establishing or re-establishing a MACsec secure link.

Returns:

  • (::Array<::Google::Cloud::Compute::V1::InterconnectMacsecConfigPreSharedKey>)

    A keychain placeholder describing a set of named key objects along with their start times. A MACsec CKN/CAK is generated for each key in the key chain. Google router automatically picks the key with the most recent startTime when establishing or re-establishing a MACsec secure link.



16407
16408
16409
16410
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16407

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