public sealed class SimulateMaintenanceEventInstanceRequest : IMessage<SimulateMaintenanceEventInstanceRequest>, IEquatable<SimulateMaintenanceEventInstanceRequest>, IDeepCloneable<SimulateMaintenanceEventInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class SimulateMaintenanceEventInstanceRequest.
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 `SimulateMaintenanceEventInstanceRequest` class is part of the Google Cloud Compute Engine v1 API and is used to request the simulation of a maintenance event on an instance."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, deep cloning, and buffer operations."],["The class has constructors to create a new instance of the `SimulateMaintenanceEventInstanceRequest` and to clone an existing instance, taking in `SimulateMaintenanceEventInstanceRequest` as a parameter."],["The `SimulateMaintenanceEventInstanceRequest` class has three properties: `Instance`, `Project`, and `Zone`, which are all of type `String` and used to define the scope and location of the request."],["The documentation covers numerous versions of the `SimulateMaintenanceEventInstanceRequest`, with the latest version being 3.6.0, showing the history of updates for the class."]]],[]]