Hyper-V Server 2012 actor adapter requests and responses
The actor adapter can execute different PowerShell commands on Microsoft Hyper-V Server 2012 R2. The adapter requests contain values that are used to execute PowerShell commands. The set of values used to execute each PowerShell command is referred to as an operation.
The adapter can perform the following categories of operations:
Operations for the Hyper-V Server 2012 adapter
Operation type | Operation sub-type | Operation name | Description |
---|---|---|---|
Basic_VM_Operations | - | Find Virtual Machine Details | Retrieves details of one or more virtual machines (VMs). |
| - | Set Virtual Machine State | Changes the existing state of a VM. |
VM_Configuration_Operations | - | Create Virtual Machine | Creates a new VM on the Microsoft Hyper-V server. |
| - | Mount Virtual Disk | Mounts a disk on an existing logical drive on the VM. |
| Add_Hardware | Add Virtual Hard Disk | Adds a virtual hard disk to the VM. |
| - | Add Virtual NIC | Adds a virtual network interface controller (NIC) to the specified VM. |
| - | Add Virtual Drive | Adds a virtual drive to a controller on the specified VM. |
| Update_Hardware | Update Virtual Machine Memory | Updates the memory resources of a VM created on the Microsoft Hyper-V server. |
| - | Update Virtual Machine Processors | Sets the processor resources allocated to a VM created on the Microsoft Hyper-V server. |