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-03-31 UTC."],[[["The page provides reference documentation for the `InterconnectMacsecConfig` class within the Compute Engine v1 API, specifically focusing on version 3.4.0."],["The `InterconnectMacsecConfig` class is used to manage MACsec configuration information, including the Connectivity Association Key Name (CKN) and key (CAK), for Interconnect connections."],["The page lists numerous versions of the API, ranging from version 1.0.0 to the latest version 3.6.0, allowing users to access the `InterconnectMacsecConfig` documentation for each specified version."],["The `PreSharedKeys` property, which is a `RepeatedField` of `InterconnectMacsecConfigPreSharedKey`, handles a set of named key objects with start times, allowing Google routers to select the most recent key for establishing or re-establishing MACsec secure links."],["This class inherits from an object, and implements the following interfaces: IMessage InterconnectMacsecConfig, IEquatable InterconnectMacsecConfig, IDeepCloneable InterconnectMacsecConfig, IBufferMessage, and IMessage."]]],[]]