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`, offering functionalities for message handling, comparison, cloning, and buffered operations."],["The `SendDiagnosticInterruptInstanceRequest` class has constructors for default initialization and cloning from another `SendDiagnosticInterruptInstanceRequest` object."],["The class contains properties `Instance`, `Project`, and `Zone`, which are strings that specify the instance, project, and zone related to the request, respectively."],["The documentation covers multiple versions, from 1.0.0 up to 3.6.0 (latest), for the `SendDiagnosticInterruptInstanceRequest` class."]]],[]]