View Source GoogleApi.Memcache.V1beta2.Model.ApplySoftwareUpdateRequest (google_api_memcache v0.21.1)

Request for ApplySoftwareUpdate.

Attributes

  • applyAll (type: boolean(), default: nil) - Whether to apply the update to all nodes. If set to true, will explicitly restrict users from specifying any nodes, and apply software update to all nodes (where applicable) within the instance.
  • nodeIds (type: list(String.t), default: nil) - Nodes to which we should apply the update to. Note all the selected nodes are updated in parallel.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Memcache.V1beta2.Model.ApplySoftwareUpdateRequest{
  applyAll: boolean() | nil,
  nodeIds: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.