Program to override vCLS default VM placement and allow/disallow vCLS VM placement on specific datastores. vSphere Cluster Services (vCLS) is a new feature in vSphere 7.0 Update 1. This feature ensures cluster services such as vSphere DRS and vSphere HA are all available to maintain the...
ClusterSystemVMsAllowedDatastores.java
Enable Microsoft VBS on VM using vSphere Java API Microsoft virtualization-based security, also known as “VBS”, is a feature of the Windows 10 and Windows Server 2016 operating systems. It uses hardware and software virtualization to enhance Windows system security by creating an isolated,...
EnableVBS.java
Print the Virtual machine network details(Nic name,IPv4,Mac,Nic Key,Portgroup) using vSphere java API. Network Adatpter IP4Address Mac Key Portgroup -- -- -- ...
PrintVMNetworkDetails.java
Creates Virtual Standard Switch in the specified host using vSphere java API. #VSS #vSphere #MIT #VirtualStandardSwitch #vSphereManagementSDK #CreateVSS #vSwitch #Java
CreateVSS.java
This java class is to deploy/import ovf file from a local path. #DeployVMfromOVF #Deployanovafile #Java #DeployOvf #ImportOvf #MIT #vSphereManagementSDK #vSphere
DeployOVF.java
1 Comment - no search term matches found in comments.
Program to Export and Import DVS(Backup and restore) using vSphere java API. #vSphereManagementSDK #MIT #Java #ExportVDS #DVSManagerExportEntityTask #ImportVDS #DVSBackupandRestore #DVSManagerImportEntityTask
DVSwitch-Operations-master.zip
Clone VM To NSX-T logicalswitch (Opaquenetwork) #vSphereManagementSDK #MIT #clone #Java #clonetoopaquenetwork
CloneVMToOpaquenetwork.java
Migrate VM To NSX-T logicalswitch( Opaquenetwork). If you want to migrate vm to opaquenetwork in another vcenter , then copy the method(reconfigVMNicConnection()) from this sample and replace into in my another sample -i.e, https://code.vmware.com/samples/4607/migrate-a-vm-to-dvportgroup...
MigrateVMToOpaquenetwork.java
Reconfig VM To NSX-T logicalswitch( Opaquenetwork) #MIT #reconfigvmtoopaquenetwork #vSphereManagementSDK #reconfigvmnic #Java #reconfigvmtologicalswitch
ReconfigVMToOpaquenetwork.java
1) Migrate a sourceVC powerON/Off VM connected to standard switch portgroup to DVS dvportgroup in a second VC. 2) Migrate a sourceVC powerON/Off VM connected to one dvportgroup to another dvportgroup in a second VC. #MIT #xvmotion #vMotion #vSphereManagementSDK #CrossVC #Java ...
CrossVC_DVSvMotion.java