Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 427 Bytes

File metadata and controls

20 lines (14 loc) · 427 Bytes

Kubevirt::V1VirtualMachineOptions

Properties

Name Type Description Notes
disable_free_page_reporting Object [optional]
disable_serial_console_log Object [optional]

Example

require 'kubevirt'

instance = Kubevirt::V1VirtualMachineOptions.new(
  disable_free_page_reporting: null,
  disable_serial_console_log: null
)