Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 726 Bytes

V1beta1DataVolumeSourceImageIO.md

File metadata and controls

24 lines (18 loc) · 726 Bytes

Kubevirt::V1beta1DataVolumeSourceImageIO

Properties

Name Type Description Notes
cert_config_map String CertConfigMap provides a reference to the CA cert [optional]
disk_id String DiskID provides id of a disk to be imported [default to '']
secret_ref String SecretRef provides the secret reference needed to access the ovirt-engine [optional]
url String URL is the URL of the ovirt-engine [default to '']

Example

require 'kubevirt'

instance = Kubevirt::V1beta1DataVolumeSourceImageIO.new(
  cert_config_map: null,
  disk_id: null,
  secret_ref: null,
  url: null
)