View Source GoogleApi.Compute.V1.Model.StatefulPolicyPreservedState (google_api_compute v0.56.2)

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.
  • externalIPs (type: %{optional(String.t) => GoogleApi.Compute.V1.Model.StatefulPolicyPreservedStateNetworkIp.t}, default: nil) - External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
  • internalIPs (type: %{optional(String.t) => GoogleApi.Compute.V1.Model.StatefulPolicyPreservedStateNetworkIp.t}, default: nil) - Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.StatefulPolicyPreservedState{
  disks:
    %{
      optional(String.t()) =>
        GoogleApi.Compute.V1.Model.StatefulPolicyPreservedStateDiskDevice.t()
    }
    | nil,
  externalIPs:
    %{
      optional(String.t()) =>
        GoogleApi.Compute.V1.Model.StatefulPolicyPreservedStateNetworkIp.t()
    }
    | nil,
  internalIPs:
    %{
      optional(String.t()) =>
        GoogleApi.Compute.V1.Model.StatefulPolicyPreservedStateNetworkIp.t()
    }
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.