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 V1 API, with the latest version being 3.6.0 and many prior versions available."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class contains properties such as `Instance`, `Project`, and `Zone`, which are string values that allow the scoping of the diagnostic interrupt request."],["There are two constructors for the class, one empty and one that accepts another object of the same type."]]],[]]