Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 709 Bytes

File metadata and controls

22 lines (16 loc) · 709 Bytes

Kubevirt::V1alpha1BackupCheckpoint

Properties

Name Type Description Notes
creation_time Time Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. [optional]
name String [optional]
volumes Array<V1alpha1BackupVolumeInfo> Volumes lists volumes and their disk targets at backup time [optional]

Example

require 'kubevirt'

instance = Kubevirt::V1alpha1BackupCheckpoint.new(
  creation_time: null,
  name: null,
  volumes: null
)