GoogleApi.Memcache.V1beta2.Model.MemcacheParameters (google_api_memcache v0.11.0) View Source

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 and any action needs to be taken to apply parameters on nodes.
  • params (type: map(), default: nil) - User defined set of parameters to use in the memcached process.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Memcache.V1beta2.Model.MemcacheParameters{
  id: String.t(),
  params: map()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.