View Source GoogleApi.Container.V1.Model.AdvancedMachineFeatures (google_api_container v0.43.0)

Specifies options for controlling advanced machine features.

Attributes

  • threadsPerCore (type: String.t, default: nil) - The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.AdvancedMachineFeatures{
  threadsPerCore: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.