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."],[[["The latest version of the `SimulateMaintenanceEventInstanceRequest` is 3.6.0, and the page provides links to older versions, ranging down to version 1.0.0."],["`SimulateMaintenanceEventInstanceRequest` is a request message used for simulating maintenance events on instances, as described in its method description."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `SimulateMaintenanceEventInstanceRequest` contains three properties: Instance, Project, and Zone, all of which are strings."],["There are two constructors available for creating a `SimulateMaintenanceEventInstanceRequest` object: a default constructor and a constructor that accepts another `SimulateMaintenanceEventInstanceRequest` object as a parameter."]]],[]]