Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 504 Bytes

File metadata and controls

20 lines (14 loc) · 504 Bytes

Kubevirt::V1VirtualMachineExportVolumeFormat

Properties

Name Type Description Notes
format String Format is the format of the image at the specified URL [default to '']
url String Url is the url that contains the volume in the format specified [default to '']

Example

require 'kubevirt'

instance = Kubevirt::V1VirtualMachineExportVolumeFormat.new(
  format: null,
  url: null
)