View Source GoogleApi.BackupDR.V1.Model.AdvancedMachineFeatures (google_api_backup_dr v0.9.1)

Specifies options for controlling advanced machine features.

Attributes

  • enableNestedVirtualization (type: boolean(), default: nil) - Optional. Whether to enable nested virtualization or not (default is false).
  • enableUefiNetworking (type: boolean(), default: nil) - Optional. Whether to enable UEFI networking for instance creation.
  • threadsPerCore (type: integer(), default: nil) - Optional. 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.
  • visibleCoreCount (type: integer(), default: nil) - Optional. The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.AdvancedMachineFeatures{
  enableNestedVirtualization: boolean() | nil,
  enableUefiNetworking: boolean() | nil,
  threadsPerCore: integer() | nil,
  visibleCoreCount: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.