GoogleApi.Memcache.V1.Model.ApplyParametersRequest (google_api_memcache v0.11.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, will explicitly restrict users from specifying any nodes, and apply parameter group updates to all nodes within the instance.
  • nodeIds (type: list(String.t), default: nil) - Nodes to which we should apply the instance-level parameter group.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.