Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 421 Bytes

File metadata and controls

18 lines (12 loc) · 421 Bytes

Kubevirt::V1DiskIOThreads

Properties

Name Type Description Notes
supplemental_pool_thread_count Integer SupplementalPoolThreadCount specifies how many iothreads are allocated for the supplementalPool policy. [optional]

Example

require 'kubevirt'

instance = Kubevirt::V1DiskIOThreads.new(
  supplemental_pool_thread_count: null
)