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

Request for ApplyParameters.

Attributes

  • applyAll (type: boolean(), default: nil) - Whether to apply instance-level parameter group to all nodes. If set to true, users are restricted from specifying individual nodes, and ApplyParameters updates all nodes within the instance.
  • nodeIds (type: list(String.t), default: nil) - Nodes to which the instance-level parameter group is applied.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.