Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 495 Bytes

File metadata and controls

20 lines (14 loc) · 495 Bytes

Kubevirt::V1VirtualMachineExportBackup

Properties

Name Type Description Notes
endpoints Array<V1VirtualMachineExportBackupEndpoint> [optional]
name String Name is the name of the exported volume [default to '']

Example

require 'kubevirt'

instance = Kubevirt::V1VirtualMachineExportBackup.new(
  endpoints: null,
  name: null
)