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 reference documentation for the `InterconnectMacsecConfig` class within the Compute Engine v1 API, detailing its structure and usage."],["The `InterconnectMacsecConfig` class is used for storing MACsec configuration data, including the Connectivity Association Key Name (CKN) and the key (CAK), which is needed for establishing secure Interconnect connections."],["Version 3.6.0 is the most up to date version for this documentation, with 3.5.0 being the current version for this page, there are many previous versions of the documentation available, down to version 1.0.0."],["The class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it includes methods for constructing and managing `InterconnectMacsecConfig` objects."],["The `PreSharedKeys` property of the `InterconnectMacsecConfig` class allows for the management of multiple pre-shared keys, where each pre-shared key contains a CKN/CAK and a startTime, with the key with the most recent startTime being used."]]],[]]