public sealed class RerunConnectivityTestRequest : IMessage<RerunConnectivityTestRequest>, IEquatable<RerunConnectivityTestRequest>, IDeepCloneable<RerunConnectivityTestRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class RerunConnectivityTestRequest.
[[["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 provides reference documentation for the `RerunConnectivityTestRequest` class within the Google Cloud Network Management v1 API, specifically for version 2.9.0."],["The `RerunConnectivityTestRequest` class is used to request the rerunning of a connectivity test and is part of the `Google.Cloud.NetworkManagement.V1` namespace."],["It is a `sealed` class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The page lists all available versions of this class, starting from version 1.0.0 and going up to the most current version, 2.13.0, making it possible to access documentation for any specific version."],["The class has a public property, `Name`, which is a string that holds the resource name of the connectivity test to be rerun, and is required to be in the specified format."]]],[]]