public sealed class SimulateMaintenanceEventInstanceRequest : IMessage<SimulateMaintenanceEventInstanceRequest>, IEquatable<SimulateMaintenanceEventInstanceRequest>, IDeepCloneable<SimulateMaintenanceEventInstanceRequest>, IBufferMessage, IMessage
A request message for Instances.SimulateMaintenanceEvent. 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."],[[["This webpage details the `SimulateMaintenanceEventInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to send requests for simulating maintenance events on instances."],["The page offers documentation for numerous versions of the class, ranging from version 1.0.0 up to the latest, version 3.6.0, each version linking to the specific documentation of that version."],["The `SimulateMaintenanceEventInstanceRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all used for the handling of messages."],["The class includes constructors, including a parameterless one and one for creating a new instance from an existing `SimulateMaintenanceEventInstanceRequest` instance, and properties like `Instance`, `Project`, and `Zone` to facilitate the details of the request."]]],[]]