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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Memcache.V1.Model.NodeConfig{
  cpuCount: integer() | nil,
  memorySizeMb: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.