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-09 UTC."],[[["The `RouterMd5AuthenticationKey` class is a sealed class implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class represents an authentication key for routers within the Google Cloud Compute V1 API, and there are multiple versions of this class available from 1.0.0 to the latest, 3.6.0."],["The `RouterMd5AuthenticationKey` object can be constructed using a default constructor or by copying from another `RouterMd5AuthenticationKey` object."],["Key properties of the class include `HasKey`, `HasName`, `Key`, and `Name`, which manage the key's existence, name existence, the key's value, and the key's unique name within the router, respectively."],["The `Key` Property of the class can only contain printable ASCII characters and is limited to 80 characters in length."]]],[]]