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-03-24 UTC."],[[["The latest version available for `SchedulingOnInstanceStopAction` is 3.6.0, as part of the Google Cloud Compute V1 API."],["The `SchedulingOnInstanceStopAction` class in the Compute Engine v1 API defines the behavior for instances with the `instance_termination_action` set to `STOP`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a variety of functionalities."],["The class contains a property, `DiscardLocalSsd`, which determines whether the content of attached Local SSD disks are discarded or preserved when the instance stops."],["There are numerous previous versions available for the class, with the earliest going back to 1.0.0, allowing users to reference or use older versions if needed."]]],[]]