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."],[[["This page details the `RouterMd5AuthenticationKey` class within the `Google.Cloud.Compute.V1` namespace, presenting various versions from 1.0.0 up to the latest 3.6.0."],["The `RouterMd5AuthenticationKey` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class features two constructors, `RouterMd5AuthenticationKey()` and `RouterMd5AuthenticationKey(RouterMd5AuthenticationKey other)`, for creating instances."],["It includes properties `HasKey`, `HasName`, `Key`, and `Name`, allowing for management and verification of the key's configuration with specific descriptions for each."],["The latest available version for this class is 3.6.0, representing the most current release within the provided version list."]]],[]]