public sealed class SchedulingOnInstanceStopAction : IMessage<SchedulingOnInstanceStopAction>, IEquatable<SchedulingOnInstanceStopAction>, IDeepCloneable<SchedulingOnInstanceStopAction>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class SchedulingOnInstanceStopAction.
Defines the behaviour for instances with the instance_termination_action STOP.
If true, the contents of any attached Local SSD disks will be discarded else, the Local SSD data will be preserved when the instance is stopped at the end of the run duration/termination time.
[[["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-04-09 UTC."],[[["This webpage provides reference documentation for the `SchedulingOnInstanceStopAction` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The latest version of this class is 3.6.0, with documentation available for versions ranging from 1.0.0 to 3.6.0, including the current page's version 3.3.0."],["`SchedulingOnInstanceStopAction` defines the behavior for Compute Engine instances when they are stopped, as indicated by the `instance_termination_action` set to `STOP`."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to integrate with the .NET protobuf library."],["A key property, `DiscardLocalSsd`, determines whether the contents of attached Local SSD disks are discarded or preserved when the instance is stopped."]]],[]]