public sealed class VerifyConnectivityRequest : IMessage<VerifyConnectivityRequest>, IEquatable<VerifyConnectivityRequest>, IDeepCloneable<VerifyConnectivityRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class VerifyConnectivityRequest.
Request message for
[EkmService.VerifyConnectivity][google.cloud.kms.v1.EkmService.VerifyConnectivity].
[[["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."],[[["The latest version of the `VerifyConnectivityRequest` class is 3.16.0, with previous versions ranging from 3.15.0 down to 2.2.0, all of which are available for reference."],["`VerifyConnectivityRequest` is a request message for verifying connectivity to an `EkmConnection` and is part of the Google Cloud Key Management Service v1 API."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless constructor and one that takes another `VerifyConnectivityRequest` object, allowing you to make a new request, or copy an existing one."],["The class has two main properties: `EkmConnectionName`, which provides a typed view of the EkmConnection resource name, and `Name`, a string property, which is a required field representing the resource name of the EkmConnection to verify."]]],[]]