| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The name of the source PVC | [default to ''] |
| namespace | String | The namespace of the source PVC | [default to ''] |
require 'kubevirt'
instance = Kubevirt::V1beta1DataVolumeSourcePVC.new(
name: null,
namespace: null
)