Class: Google::Cloud::Compute::V1::InterconnectMacsecPreSharedKey
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InterconnectMacsecPreSharedKey
- 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
-
#name ⇒ ::String
Required.
-
#start_time ⇒ ::String
A RFC3339 timestamp on or after which the key is valid.
Instance Attribute Details
#name ⇒ ::String
16727 16728 16729 16730 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16727 class InterconnectMacsecPreSharedKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::String
16727 16728 16729 16730 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16727 class InterconnectMacsecPreSharedKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |