Retrieves the details about a given Datastore from the specified Host.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DatastoreName | In | InArgument<String> |
✓ | ||
| Timeout | In | InArgument<Int32> |
✓ | ||
| Datastore | Out | OutArgument<UiPath.VMware.Contracts.Datastore> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the details about a given Host from the specified Datacenter.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DatacenterName | In | InArgument<String> |
✓ | ||
| HostName | In | InArgument<String> |
✓ | ||
| Timeout | In | InArgument<Int32> |
✓ | ||
| Host | Out | OutArgument<UiPath.VMware.Contracts.Host> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
A container that provides a scope for VMware activities.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ServerAddress | In | InArgument<String> |
✓ | ||
| Username | In | InArgument<String> |
✓ | ||
| Password | In | InArgument<Security.SecureString> |
✓ |
Connects the Robot in the given virtual machine to Orchestrator.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachineInfo | In | InArgument<UiPath.VMware.VirtualMachineInfo> |
✓ | ||
| Orchestrator | In | InArgument<String> |
✓ | ||
| MachineKey | In | InArgument<String> |
|||
| Username | In | InArgument<String> |
✓ | ||
| Password | In | InArgument<Security.SecureString> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Runs a program in a given virtual machine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachineInfo | In | InArgument<UiPath.VMware.VirtualMachineInfo> |
✓ | ||
| Program | In | InArgument<String> |
✓ | ||
| ProgramArguments | In | InArgument<String> |
|||
| ProgramWorkingDirectory | In | InArgument<String> |
|||
| Username | In | InArgument<String> |
✓ | ||
| Password | In | InArgument<Security.SecureString> |
✓ | ||
| Timeout | In | InArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitForCompletion | property | Boolean |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a cloned VM starting from the specified source virtual machine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SourceMachine | In | InArgument<String> |
✓ | ||
| VirtualMachineName | In | InArgument<String> |
✓ | ||
| Host | In | InArgument<String> |
✓ | ||
| Datastore | In | InArgument<String> |
✓ | ||
| VirtualMachineDescription | In | InArgument<String> |
|||
| CustomizationSpecification | In | InArgument<String> |
|||
| Timeout | In | InArgument<Int32> |
|||
| VirtualMachineInfo | Out | OutArgument<UiPath.VMware.VirtualMachineInfo> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| DiskStorage | property | UiPath.VMware.DiskStorageType |
|
| PowerOnAfterCreation | property | Boolean |
|
| WaitForCompletion | property | Boolean |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new virtual machine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachineName | In | InArgument<String> |
✓ | ||
| GuestOS | In | InArgument<UiPath.VMware.Activities.CrossPlatform.VirtualMachine.GuestOs> |
✓ | ||
| Datastore | In | InArgument<String> |
✓ | ||
| Host | In | InArgument<String> |
✓ | ||
| NoOfCPUs | In | InArgument<Int32> |
|||
| MemoryInMBs | In | InArgument<Int32> |
|||
| Timeout | In | InArgument<Int32> |
|||
| VirtualMachine | Out | OutArgument<UiPath.VMware.VirtualMachineInfo> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitForCompletion | property | Boolean |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a specified virtual machine or template from the disk.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachineInfo | In | InArgument<UiPath.VMware.VirtualMachineInfo> |
✓ | ||
| Timeout | In | InArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitForCompletion | property | Boolean |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves details about the specified virtual machine or template.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachineId | In | InArgument<String> |
|||
| VirtualMachineName | In | InArgument<String> |
|||
| Timeout | In | InArgument<Int32> |
✓ | ||
| VirtualMachineInfo | Out | OutArgument<UiPath.VMware.VirtualMachineInfo> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Obtains the list of virtual machines from a given folder.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Folder | In | InArgument<String> |
✓ | ||
| PowerState | In | InArgument<UiPath.VMware.PowerStateFilter> |
|||
| Timeout | In | InArgument<Int32> |
✓ | ||
| TagName | In | InArgument<String> |
|||
| TagCategory | In | InArgument<String> |
|||
| VMList | Out | OutArgument<UiPath.VMware.VirtualMachineInfo[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| IncludeSubfolders | property | Boolean |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Powers off a virtual machine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachineInfo | In | InArgument<UiPath.VMware.VirtualMachineInfo> |
✓ | ||
| Timeout | In | InArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ShutdownGuestOS | property | Boolean |
|
| WaitForCompletion | property | Boolean |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Powers on a virtual machine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachineInfo | In | InArgument<UiPath.VMware.VirtualMachineInfo> |
✓ | ||
| Timeout | In | InArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitForCompletion | property | Boolean |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Suspends a running virtual machine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachine | In | InArgument<UiPath.VMware.VirtualMachineInfo> |
✓ | ||
| Timeout | In | InArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| EnterStandbyMode | property | Boolean |
|
| WaitForCompletion | property | Boolean |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Updates Virtual Machine Memory and CPU configuration.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachine | In | InArgument<UiPath.VMware.VirtualMachineInfo> |
✓ | ||
| MemoryInMiBs | In | InArgument<Nullable<Int32>> |
|||
| NoOfCores | In | InArgument<Nullable<Int32>> |
|||
| CoresPerSocket | In | InArgument<Nullable<Int32>> |
|||
| Timeout | In | InArgument<Int32> |
|||
| UpdatedVirtualMachine | Out | OutArgument<UiPath.VMware.VirtualMachineInfo> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitForCompletion | property | Boolean |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Mounts VMware Tools Installer for a virtual machine. The virtual machine must be powered on.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachine | In | InArgument<UiPath.VMware.VirtualMachineInfo> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Unmounts VMware Tools Installer for a virtual machine. The virtual machine must be powered on.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachine | In | InArgument<UiPath.VMware.VirtualMachineInfo> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Upgrade the VMware Tools for a virtual machine. The virtual machine must be powered on.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachine | In | InArgument<UiPath.VMware.VirtualMachineInfo> |
✓ | ||
| InstallerOptions | In | InArgument<String> |
|||
| Timeout | In | InArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitForCompletion | property | Boolean |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves a list of all the Hosts from the specified Datacenter.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DatacenterName | In | InArgument<String> |
✓ | ||
| Timeout | In | InArgument<Int32> |
✓ | ||
| Hosts | Out | OutArgument<UiPath.VMware.Contracts.Host[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the details of a folder.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Folder | In | InArgument<String> |
✓ | ||
| FolderInfo | Out | OutArgument<UiPath.VMware.VMFolderInfo> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves a list of all the Datastores for a specified Host.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Timeout | In | InArgument<Int32> |
✓ | ||
| Datastores | Out | OutArgument<UiPath.VMware.Contracts.Datastore[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |