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 latest version available for `RouterMd5AuthenticationKey` is 3.6.0, as indicated in the provided list of versions."],["This documentation page provides an overview of the `RouterMd5AuthenticationKey` class in the `Google.Cloud.Compute.V1` namespace, implemented in the `Google.Cloud.Compute.V1.dll` assembly."],["The `RouterMd5AuthenticationKey` class offers two constructors, a parameterless one and another that accepts a `RouterMd5AuthenticationKey` object as a parameter for copying."],["The class features properties such as `HasKey`, `HasName`, `Key`, and `Name`, allowing for checking the setting status and retrieving/setting the key and name values, with specific constraints like the maximum length and character type for the key."],["The class has implemented `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, inheriting members such as `GetHashCode`, `GetType`, and `ToString` from the object class."]]],[]]