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-03-21 UTC."],[[["This document provides reference information for the `CreateConnectivityTestRequest` class within the Google Cloud Network Management v1 API, specifically for .NET development."],["The `CreateConnectivityTestRequest` class is used to send requests for the `CreateConnectivityTest` method and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `CreateConnectivityTestRequest` is version 2.13.0, and this document also includes older versions ranging from 2.12.0 down to 1.0.0."],["The class has three key properties: `Parent` (the project resource location), `Resource` (a `ConnectivityTest` resource), and `TestId` (a unique logical name for the test)."],["The available constructors are the default constructor `CreateConnectivityTestRequest()`, and one other constructor `CreateConnectivityTestRequest(CreateConnectivityTestRequest other)`, allowing you to create a new instance based on an existing one."]]],[]]