Please use it at your own risk and read comments in the script. #vROPS #customgroup #vcentertags #restapi #PowerShell #Rest #MIT #vRealizeOperationsManager
snippet.ps1
# Product: vCenter server/vCenter Server High Availability (VCHA) # Description: Python script to Get vCenter server HA health information # Reference: http://vthinkbeyondvm.com/how-to-manage-vcenter-server-ha-using-vsphere-python-sdk-pyvmomi-part...
get_vcha_health.py
Configuring the settings used when booting a virtual machine. This sample is a part of the vSphere Automation SDK for Java. If you wish to build and run the sample, clone or download the vSphere Automation SDK for Java repository on Github and follow the setup instructions in the README.md...
BootConfiguration.java
Create an exhaustive VM with the following configuration - 3 disks, 2 nics, 2 vcpu, 2 GB, memory, boot=BIOS, 1 cdrom, 1 serial port, 1 parallel port, 1 floppy, boot device=[CDROM, DISK, ETHERNET]). This sample is a part of the vSphere Automation SDK for Java. If you wish to build and run the...
CreateExhaustiveVM.java
Configuring virtual ethernet adapters of a virtual machine. This sample is a part of the vSphere Automation SDK for Java. If you wish to build and run the sample, clone or download the vSphere Automation SDK for Java repository on Github and follow the setup instructions in the README.md in...
EthernetConfiguration.java
Configuring virtual SCSI adapters of a virtual machine. This sample is a part of the vSphere Automation SDK for Java. If you wish to build and run the sample, clone or download the vSphere Automation SDK for Java repository on Github and follow the setup instructions in the README.md in the...
ScsiAdapterConfiguration.java
Create a VM with system provided defaults. This sample is a part of the vSphere Automation SDK for Java. If you wish to build and run the sample, clone or download the vSphere Automation SDK for Java repository on Github and follow the setup instructions in the README.md in the root of the...
CreateDefaultVM.java
Configuring the memory related settings of a virtual machine. This sample is a part of the vSphere Automation SDK for Java. If you wish to build and run the sample, clone or download the vSphere Automation SDK for Java repository on Github and follow the setup instructions in the README.md...
MemoryConfiguration.java
Configuring a CPU for a VM. This sample is a part of the vSphere Automation SDK for Java. If you wish to build and run the sample, clone or download the vSphere Automation SDK for Java repository on Github and follow the setup instructions in the README.md in the root of the repository. If...
CpuConfiguration.java
Create a basic VM with following configuration - 2 disks, 1 nic. This sample is a part of the vSphere Automation SDK for Java. If you wish to build and run the sample, clone or download the vSphere Automation SDK for Java repository on Github and follow the setup instructions in the README...
CreateBasicVM.java