GoogleApi.Redis.V1beta1.Model.MachineConfiguration (google_api_redis v0.51.0)
View SourceMachineConfiguration describes the configuration of a machine specific to Database Resource.
Attributes
-
cpuCount
(type:integer()
, default:nil
) - The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations again after bug fix. -
memorySizeInBytes
(type:String.t
, default:nil
) - Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix. -
shardCount
(type:integer()
, default:nil
) - Optional. Number of shards (if applicable). -
vcpuCount
(type:float()
, default:nil
) - Optional. The number of vCPUs. TODO(b/342344482) add proto validations again after bug fix.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.