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."],[[["The latest version available for `SchedulingOnInstanceStopAction` is 3.6.0, as part of the Google.Cloud.Compute.V1 API."],["Version 3.5.0 of `SchedulingOnInstanceStopAction` is documented within the Google Cloud Compute Engine v1 API, and it includes the ability to define behavior for instances with the `instance_termination_action` set to STOP."],["This class `SchedulingOnInstanceStopAction` can be used to define whether the data on attached local SSD disks is discarded or preserved when an instance is stopped."],["The `SchedulingOnInstanceStopAction` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a range of functionalities for data handling."],["There are multiple versions of the `SchedulingOnInstanceStopAction` available, ranging from version 1.0.0 to the latest version 3.6.0."]]],[]]