Class: Google::Cloud::Compute::V1::InterconnectMacsecConfigPreSharedKey
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InterconnectMacsecConfigPreSharedKey
- 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
-
#cak ⇒ ::String
An auto-generated Connectivity Association Key (CAK) for this key.
-
#ckn ⇒ ::String
An auto-generated Connectivity Association Key Name (CKN) for this key.
-
#name ⇒ ::String
User provided name for this pre-shared key.
-
#start_time ⇒ ::String
User provided timestamp on or after which this key is valid.
Instance Attribute Details
#cak ⇒ ::String
Returns 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.
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.
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.
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 |