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."],[[["This webpage provides documentation for the `RouterMd5AuthenticationKey` class within the `Google.Cloud.Compute.V1` namespace in .NET, detailing its properties, constructors, and inherited members."],["The documentation covers multiple versions of the `RouterMd5AuthenticationKey`, ranging from version 1.0.0 up to the latest version 3.6.0."],["The `RouterMd5AuthenticationKey` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality and compatibility."],["The class has two key properties: `Key`, which is the value of the authentication key with specific formatting requirements, and `Name`, which is a unique identifier for the key within a router."],["The class also contains two constructors, one default and another taking a `RouterMd5AuthenticationKey` object, allowing for object initialization and cloning, alongside two boolean properties to check whether the key and name values have been set."]]],[]]