| Name | Type | Description | Notes |
|---|---|---|---|
| endpoint | String | Endpoint is the endpoint of the backup export at the specified URL | [default to ''] |
| url | String | Url is the url that contains the volume in the format specified | [default to ''] |
require 'kubevirt'
instance = Kubevirt::V1VirtualMachineExportBackupEndpoint.new(
endpoint: null,
url: null
)