Interface CpuOptions.Builder

  • Method Details

    • coreCount

      CpuOptions.Builder coreCount(Integer coreCount)

      The number of CPU cores for the instance.

      Parameters:
      coreCount - The number of CPU cores for the instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • threadsPerCore

      CpuOptions.Builder threadsPerCore(Integer threadsPerCore)

      The number of threads per CPU core.

      Parameters:
      threadsPerCore - The number of threads per CPU core.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • amdSevSnp

      CpuOptions.Builder amdSevSnp(String amdSevSnp)

      Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.

      Parameters:
      amdSevSnp - Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • amdSevSnp

      Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.

      Parameters:
      amdSevSnp - Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: