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 page details the `SimulateMaintenanceEventInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to send requests for simulating maintenance events on instances."],["The most recent version of `SimulateMaintenanceEventInstanceRequest` is 3.6.0, and the content lists versions dating back to 1.0.0."],["The `SimulateMaintenanceEventInstanceRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class includes constructors for creating new instances, and properties like `Instance`, `Project`, and `Zone` for setting specific request parameters."],["This class is found within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]