1
First, we need to define what the program should do: ff We want to upload a .iso file from the local disk of your desktop ff We want to add the .iso file to a catalog in vCloud Here are the programming steps you need to do: 1. Create an object that contains the media filename and location as well as the type ISO. 2. Get the OvDC reference where the catalog we want to upload is stored. 3. Get the catalog reference. 4. Upload the media to the catalog. 5. Wait for the task to finish.

Nouveau Document Texte

  • Upload
    ky-lan

  • View
    212

  • Download
    0

Embed Size (px)

DESCRIPTION

iso to vcd

Citation preview

First, we need to define what the program should do:ff We want to upload a .iso file from the local disk of your desktopff We want to add the .iso file to a catalog in vCloudHere are the programming steps you need to do:1. Create an object that contains the media filename and location as well as thetype ISO.2. Get the OvDC reference where the catalog we want to upload is stored.3. Get the catalog reference.4. Upload the media to the catalog.5. Wait for the task to finish.