View Source GoogleApi.Compute.V1.Model.SchedulingOnInstanceStopAction (google_api_compute v0.62.0)
Defines the behaviour for instances with the instance_termination_action STOP.
Attributes
-
discardLocalSsd
(type:boolean()
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Compute.V1.Model.SchedulingOnInstanceStopAction{ discardLocalSsd: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.