google_api_compute v0.23.1 GoogleApi.Compute.V1.Model.StatefulPolicyPreservedState View Source
Configuration of preserved resources.
Attributes
-
disks
(type:%{optional(String.t) => GoogleApi.Compute.V1.Model.StatefulPolicyPreservedStateDiskDevice.t}
, default:nil
) - Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Compute.V1.Model.StatefulPolicyPreservedState{ disks: %{ optional(String.t()) => GoogleApi.Compute.V1.Model.StatefulPolicyPreservedStateDiskDevice.t() } }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.