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 `SimulateMaintenanceEventInstanceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer manipulation."],["The class offers two constructors: a default constructor and one that takes another `SimulateMaintenanceEventInstanceRequest` object for creating a copy."],["It includes properties for `Instance`, `Project`, and `Zone`, all of type `String`, to specify the target instance, project, and zone for the maintenance event simulation request."],["The documentation covers multiple versions of the class, ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the most recent, with each version having a corresponding link."]]],[]]