GoogleApi.Container.V1.Model.AdvancedMachineFeatures (google_api_container v0.57.0)

View Source

Specifies options for controlling advanced machine features.

Attributes

  • enableNestedVirtualization (type: boolean(), default: nil) - Whether or not to enable nested virtualization (defaults to false).
  • 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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.