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-21 UTC."],[[["The `SchedulingOnInstanceStopAction` class in the Google.Cloud.Compute.V1 API defines how instances behave when their `instance_termination_action` is set to `STOP`."],["The most recent version of the documentation available is 3.6.0, although this page is related to version 3.0.0."],["This class has properties, including `DiscardLocalSsd`, which determines if Local SSD data is discarded when the instance stops."],["The `SchedulingOnInstanceStopAction` class inherits from object and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are several previous versions of this document listed, ranging from version 1.0.0 up to 3.6.0."]]],[]]