View Source GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainMachineConfiguration (google_api_alloy_db v0.11.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.
  • shardCount (type: integer(), default: nil) - Optional. Number of shards (if applicable).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainMachineConfiguration{
    cpuCount: integer() | nil,
    memorySizeInBytes: String.t() | nil,
    shardCount: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.