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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.