Interface CpuOptionsRequest.Builder

  • Method Details

    • amdSevSnp

      CpuOptionsRequest.Builder amdSevSnp(String amdSevSnp)

      AMD Secure Encrypted Virtualization configuration.

      Parameters:
      amdSevSnp - AMD Secure Encrypted Virtualization configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • amdSevSnp

      AMD Secure Encrypted Virtualization configuration.

      Parameters:
      amdSevSnp - AMD Secure Encrypted Virtualization configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • coreCount

      CpuOptionsRequest.Builder coreCount(Integer coreCount)

      Number of CPU cores to allocate.

      Parameters:
      coreCount - Number of CPU cores to allocate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • threadsPerCore

      CpuOptionsRequest.Builder threadsPerCore(Integer threadsPerCore)

      Number of threads per CPU core.

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