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 documentation for the `SchedulingOnInstanceStopAction` class within the Google Cloud Compute Engine v1 API, specifically for .NET development."],["The class `SchedulingOnInstanceStopAction` defines how instances with the `instance_termination_action` set to `STOP` will behave."],["The page details various versions of the API, ranging from the latest 3.6.0 down to 1.0.0, offering version specific links."],["The `SchedulingOnInstanceStopAction` class includes a property `DiscardLocalSsd` which determines if local SSD data is preserved or discarded when the instance is stopped."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` which have their own inherited members."]]],[]]