View Source GoogleApi.Memcache.V1.Model.MemcacheParameters (google_api_memcache v0.21.1)

Attributes

  • id (type: String.t, default: nil) - Output only. The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes. A discrepancy between parameter ids can inform users that they may need to take action to apply parameters on nodes.
  • params (type: map(), default: nil) - User defined set of parameters to use in the memcached process.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Memcache.V1.Model.MemcacheParameters{
  id: String.t() | nil,
  params: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.