public sealed class CreateConnectivityTestRequest : IMessage<CreateConnectivityTestRequest>, IEquatable<CreateConnectivityTestRequest>, IDeepCloneable<CreateConnectivityTestRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class CreateConnectivityTestRequest.
[[["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-04-01 UTC."],[[["The `CreateConnectivityTestRequest` class is part of the Google Cloud Network Management v1 API, designed to handle requests for creating connectivity tests."],["This class, found within the `Google.Cloud.NetworkManagement.V1` namespace, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a robust framework for managing and manipulating connectivity test requests."],["The API provides multiple version support, ranging from version 1.0.0 to the latest version 2.13.0, showcasing backwards compatibility and iterative development."],["The class includes properties such as `Parent`, `Resource`, and `TestId`, that allow users to define the context, content, and identity of the connectivity test being requested."],["The documentation outlines the requirements for the `TestId` property, including restrictions on character types, length, and uniqueness, all of which contribute to ensuring proper connectivity test creation."]]],[]]