GoogleApi.Memcache.V1.Model.ApplyParametersRequest (google_api_memcache v0.26.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.