public sealed class SendDiagnosticInterruptInstanceRequest : IMessage<SendDiagnosticInterruptInstanceRequest>, IEquatable<SendDiagnosticInterruptInstanceRequest>, IDeepCloneable<SendDiagnosticInterruptInstanceRequest>, IBufferMessage, IMessage
A request message for Instances.SendDiagnosticInterrupt. See the method description for details.
[[["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-24 UTC."],[[["The `SendDiagnosticInterruptInstanceRequest` class is a request message for the `Instances.SendDiagnosticInterrupt` method in the Google Cloud Compute API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for use with Google Protocol Buffers."],["There are multiple versions of `SendDiagnosticInterruptInstanceRequest` available, ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the latest version."],["The class has three main properties: `Instance`, `Project`, and `Zone`, all of which are strings, for specifying the target instance, project ID, and zone respectively."],["`SendDiagnosticInterruptInstanceRequest` has 2 constructors: one that requires no parameters, and one that requires `SendDiagnosticInterruptInstanceRequest` as a parameter."]]],[]]