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-03-24 UTC."],[[["The `RouterMd5AuthenticationKey` class, found in the `Google.Cloud.Compute.V1` namespace, is used to manage MD5 authentication keys for routers."],["Version 3.6.0 is the latest version available for `RouterMd5AuthenticationKey`, while the earliest documented version is 1.0.0, with a total of 30 documented releases."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting message handling, comparison, deep cloning, and buffer operations."],["The class has properties `Key` and `Name` which represent the value of the authentication key and its identifier, respectively, along with boolean fields `HasKey` and `HasName` to indicate if those values are set."],["There are two constructors, a parameterless one and one that accepts another instance of `RouterMd5AuthenticationKey` for creating copies."]]],[]]