GoogleApi.Memcache.V1.Model.NodeConfig (google_api_memcache v0.26.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.