Class: Google::Cloud::Compute::V1::InterconnectMacsecConfigPreSharedKey

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 a pre-shared key used to setup MACsec in static connectivity association key (CAK) mode.

Instance Attribute Summary collapse

Instance Attribute Details

#cak::String

Returns An auto-generated Connectivity Association Key (CAK) for this key.

Returns:

  • (::String)

    An auto-generated Connectivity Association Key (CAK) for this key.



16425
16426
16427
16428
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16425

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

#ckn::String

Returns An auto-generated Connectivity Association Key Name (CKN) for this key.

Returns:

  • (::String)

    An auto-generated Connectivity Association Key Name (CKN) for this key.



16425
16426
16427
16428
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16425

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

#name::String

Returns User provided name for this pre-shared key.

Returns:

  • (::String)

    User provided name for this pre-shared key.



16425
16426
16427
16428
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16425

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

#start_time::String

Returns User provided timestamp on or after which this key is valid.

Returns:

  • (::String)

    User provided timestamp on or after which this key is valid.



16425
16426
16427
16428
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16425

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