Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 387 Bytes

File metadata and controls

18 lines (12 loc) · 387 Bytes

NutanixVmm::VmmV40AhvConfigQosConfig

Properties

Name Type Description Notes
throttled_iops Integer Throttled IOPS for the governed entities. The block size for the I/O is 32 kB. [optional]

Example

require 'nutanix_vmm'

instance = NutanixVmm::VmmV40AhvConfigQosConfig.new(
  throttled_iops: 75
)