Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Creating a scratch vApp example

In this example app, we use the Java SDK to perform various operations:

  • Login.
  • Get and print all the vDCs for the user.
  • Create a vApp from scratch.
  • Delete created vApp.
  • Logout.

Here is a guide to help you understand the code and how it is working.