Skip to content

Instantly share code, notes, and snippets.

View nvazquez's full-sized avatar

Nicolas Vazquez nvazquez

View GitHub Profile
@nvazquez
nvazquez / deployasis-investigation
Created February 17, 2022 11:07
Deploy as is investigation
// AVOIDING CONNECTION TO VSPHERE FOR SIMPLICITY
// vCenter Server OVA related - not OVF
InstallStub installStub = new InstallStub();
InstallTypes.InstallSpec installSpec = installStub.get();
installSpec.getVcsaEmbedded().getStandalone().get
// Check documentation: https://developer.vmware.com/apis/vsphere-automation/latest/vcenter/api/vcenter/deployment/install/get/
OvfInfo ovfInfo;
List<LocalizableMessage> messages = ovfInfo.getMessages();