public sealed class RouterMd5AuthenticationKey : IMessage<RouterMd5AuthenticationKey>, IEquatable<RouterMd5AuthenticationKey>, IDeepCloneable<RouterMd5AuthenticationKey>, IBufferMessage, IMessage
[Input only] Value of the key. For patch and update calls, it can be skipped to copy the value from the previous configuration. This is allowed if the key with the same name existed before the operation. Maximum length is 80 characters. Can only contain printable ASCII characters.
[[["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-02 UTC."],[[["The `RouterMd5AuthenticationKey` class, found within the `Google.Cloud.Compute.V1` namespace, is part of the Google Cloud .NET library."],["Version 3.6.0 is the latest available version of the `RouterMd5AuthenticationKey` documentation, with historical versions ranging from 1.0.0 to 3.5.0 available."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RouterMd5AuthenticationKey` class has two constructors, one default and one for copying an existing `RouterMd5AuthenticationKey` object, and includes properties for managing the key and name with `HasKey`, `HasName`, `Key` and `Name`."],["The `Key` property is for providing the key value, which must be 80 characters or less, with only printable ASCII characters, while the `Name` property is to name the key, and must be unique in the router."]]],[]]