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 latest version of the `SimulateMaintenanceEventInstanceRequest` is 3.6.0, and the page provides access to versions ranging from 1.0.0 to the latest."],["`SimulateMaintenanceEventInstanceRequest` is a class within the Google Cloud Compute Engine v1 API, specifically designed to request a simulation of a maintenance event on an instance."],["The `SimulateMaintenanceEventInstanceRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Instance`, `Project`, and `Zone`, all of which are strings, to identify and scope the maintenance event simulation request."],["Two constructors are available: a parameterless constructor, and a second constructor that takes another `SimulateMaintenanceEventInstanceRequest` as a parameter."]]],[]]