google_api_memcache v0.2.1 GoogleApi.Memcache.V1beta2.Model.NodeConfig View Source

Configuration for a Memcached Node.

Attributes

  • cpuCount (type: integer(), default: nil) - Required. Number of cpus per Memcached node.
  • memorySizeMb (type: integer(), default: nil) - Required. Memory size in MiB for each Memcached node.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Memcache.V1beta2.Model.NodeConfig{
  cpuCount: integer(),
  memorySizeMb: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.