Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 346 Bytes

File metadata and controls

18 lines (12 loc) · 346 Bytes

Kubevirt::V1Machine

Properties

Name Type Description Notes
type String QEMU machine type is the actual chipset of the VirtualMachineInstance. [optional][default to '']

Example

require 'kubevirt'

instance = Kubevirt::V1Machine.new(
  type: null
)