public sealed class InterconnectMacsecConfig : IMessage<InterconnectMacsecConfig>, IEquatable<InterconnectMacsecConfig>, IDeepCloneable<InterconnectMacsecConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class InterconnectMacsecConfig.
MACsec configuration information for the Interconnect connection. Contains the generated Connectivity Association Key Name (CKN) and the key (CAK) for this Interconnect connection.
public RepeatedField<InterconnectMacsecConfigPreSharedKey> PreSharedKeys { get; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `InterconnectMacsecConfig` class within the Google Compute Engine v1 API, specifically focusing on version 3.2.0."],["`InterconnectMacsecConfig` handles MACsec configuration information, including the Connectivity Association Key Name (CKN) and the key (CAK), for Interconnect connections."],["The page details the class's inheritance, implementation of interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, as well as inherited members from `object`."],["It outlines the available constructors for `InterconnectMacsecConfig` and describes its `PreSharedKeys` property, which manages a set of named key objects used to establish a secure MACsec link."],["The documentation covers various versions of the API from 1.0.0 to 3.6.0, allowing developers to access documentation for prior releases, and indicating 3.6.0 is the latest version."]]],[]]