View Source GoogleApi.Redis.V1beta1.Model.MachineConfiguration (google_api_redis v0.42.0)

MachineConfiguration describes the configuration of a machine specific to Database Resource.

Attributes

  • cpuCount (type: integer(), default: nil) - The number of CPUs. TODO(b/342344482, b/342346271) add proto validations again after bug fix.
  • memorySizeInBytes (type: String.t, default: nil) - Memory size in bytes. TODO(b/342344482, b/342346271) add proto validations again after bug fix.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1beta1.Model.MachineConfiguration{
  cpuCount: integer() | nil,
  memorySizeInBytes: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.