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-21 UTC."],[[["The latest version of the `RouterMd5AuthenticationKey` is 3.6.0, which can be found with the following url : /dotnet/docs/reference/Google.Cloud.Compute.V1/latest/Google.Cloud.Compute.V1.RouterMd5AuthenticationKey."],["This document outlines various versions of `RouterMd5AuthenticationKey`, spanning from version 1.0.0 to the most current version, 3.6.0."],["The `RouterMd5AuthenticationKey` class inherits from Object and implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["Key properties of the `RouterMd5AuthenticationKey` include `HasKey`, `HasName`, `Key`, and `Name`, with `Key` allowing input of a value up to 80 printable ASCII characters and `Name` requiring uniqueness within a router and RFC1035 compliance."],["The `RouterMd5AuthenticationKey` class has two constructors, one is default and the other is used to clone other `RouterMd5AuthenticationKey` objects."]]],[]]