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."],[[["This webpage provides reference documentation for the `SchedulingOnInstanceStopAction` class within the Google Cloud Compute Engine v1 API for .NET, specifically detailing its use in defining the behavior of instances when the `instance_termination_action` is set to `STOP`."],["The `SchedulingOnInstanceStopAction` class is implemented with several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its comprehensive functionality."],["The latest version of the `SchedulingOnInstanceStopAction` documentation is for version 3.6.0, with several previous versions available for reference ranging from 1.0.0 to 3.5.0."],["The `SchedulingOnInstanceStopAction` class has a `DiscardLocalSsd` property which is a boolean that determines whether the contents of the attached local SSD disks will be discarded or preserved when an instance stops."],["The documentation covers the class's constructors and inherited members, providing a complete overview of its structure and usage within the `Google.Cloud.Compute.V1` namespace."]]],[]]