public sealed class SendDiagnosticInterruptInstanceRequest : IMessage<SendDiagnosticInterruptInstanceRequest>, IEquatable<SendDiagnosticInterruptInstanceRequest>, IDeepCloneable<SendDiagnosticInterruptInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class SendDiagnosticInterruptInstanceRequest.
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-04-09 UTC."],[[["The latest version of the `SendDiagnosticInterruptInstanceRequest` class is 3.6.0, and the page covers versions ranging from 1.0.0 to 3.6.0."],["`SendDiagnosticInterruptInstanceRequest` is a class used in the Compute Engine v1 API for sending diagnostic interrupt requests to instances."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for functionality related to message handling, equality comparison, deep cloning, and buffered messages."],["The class has three properties: `Instance`, `Project`, and `Zone`, all of which are strings, and they are required for scoping the diagnostic interrupt request."],["The `SendDiagnosticInterruptInstanceRequest` class has 2 constructors, one default and one that takes in `SendDiagnosticInterruptInstanceRequest` as a parameter."]]],[]]