public sealed class RerunConnectivityTestRequest : IMessage<RerunConnectivityTestRequest>, IEquatable<RerunConnectivityTestRequest>, IDeepCloneable<RerunConnectivityTestRequest>, IBufferMessage, IMessage
[[["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."],[[["This page details the `RerunConnectivityTestRequest` class, which is used to request the rerunning of a connectivity test within the Google Cloud Network Management API."],["The `RerunConnectivityTestRequest` class is part of the `Google.Cloud.NetworkManagement.V1` namespace and is implemented in the `Google.Cloud.NetworkManagement.V1.dll` assembly, and includes methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class implements multiple interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It has a required `Name` property, which is a string representing the Connectivity Test resource name, and follows the format `projects/{project_id}/locations/global/connectivityTests/{test_id}`."],["The documentation outlines the class's constructors and provides a list of the different versions of the API, ranging from version 1.0.0 to the latest, 2.13.0, of `RerunConnectivityTestRequest`."]]],[]]