Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 524 Bytes

File metadata and controls

20 lines (14 loc) · 524 Bytes

Kubevirt::V1VirtualMachineExportBackupEndpoint

Properties

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 '']

Example

require 'kubevirt'

instance = Kubevirt::V1VirtualMachineExportBackupEndpoint.new(
  endpoint: null,
  url: null
)