This activity creates a new Resource Pool on the existing Resource Pool or the specified Cluster.
The Create Resource Pool activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
Resources (parameters):
The Read Only Output variable are the possible output values that the activity will provide:
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Create Resource Pool activity:
Edits the specified Resource Pool
The Connect to FTP activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
The Read Only Output variable are the possible output values that the activity will provide:
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Connect to FTP activity:
Name | Description | Type |
---|---|---|
connection | VMware Host connection. The Output from Connect to host activity should be used as Input here | System.Object |
ResourcePoolName | Specify the new Name of the Resource Pool | System.String |
ResourcePoolID | Specify the ID of the Resource Pool or bind this parameter with the output parameter from Get VM Resource Pool | System.String |
Name | Description | Type |
---|---|---|
OutputStatus | Outputs True if the operation succeeded otherwise False | System.Boolean |
Name | Description | Type |
---|---|---|
cpuLimit | Limit the utilization of the resource pool,and it will not exceed it even if there are available resources. This is typically used to ensure a consistent performance of resource pools independent of available resources. If set to -1, then there is no fixed limit on resource usage (only bounded by available resources and shares). Units are MHz | System.Int64 |
cpuReservation | Amount of resource that is guaranteed available to the resource pool. Reserved resources are not wasted if they are not used. If the utilization is less than the reservation, the resources can be utilized by other running virtual machines. Units are MHz. | System.Int64 |
cpuShares | The number of shares allocated. Used to determine resource allocation in case of resource contention. This value is only set if level is set to custom. If level is not set to custom, this value is ignored. Therefore, only shares with custom values can be compared. | System.Int32 |
cpuSharesLevel | Set the allocation level, it is a simplified view of shares. Levels map to a pre-determined set of numeric values for shares. If the shares value does not map to a predefined size, then the level is set as custom.If custom -> Shares value is specified in the 'shares' parameter, if high -> Shares = 2000 * number of virtual CPUs, if low -> Shares = 500 * number of virtual CPUs, or if normal -> Shares = 1000 * number of virtual CPUs | System.String |
memoryLimit | Limit the utilization of the resource pool,and it will not exceed it even if there are available resources. This is typically used to ensure a consistent performance of resource pools independent of available resources. If set to -1, then there is no fixed limit on resource usage (only bounded by available resources and shares). Units are MB | System.Int64 |
memoryReservation | Amount of resource that is guaranteed available to the resource pool. Reserved resources are not wasted if they are not used. If the utilization is less than the reservation, the resources can be utilized by other running virtual machines. Units are MB. | System.Int64 |
memoryShares | The number of shares allocated. Used to determine resource allocation in case of resource contention. This value is only set if level is set to custom. If level is not set to custom, this value is ignored. Therefore, only shares with custom values can be compared. | System.Int32 |
memorySharesLevel | This is the allocation level, it is a simplified view of shares. Levels map to a pre-determined set of numeric values for shares. If the shares value does not map to a predefined size, then the level is set as custom. | System.String |
expandableReservationCPU | In a resource pool with an expandable reservation, the reservation on a resource pool can grow beyond the specified value, if the parent resource pool has unreserved resources. A non-expandable reservation is called a fixed reservation. | System.String |
expandableReservationMemory | In a resource pool with an expandable reservation, the reservation on a resource pool can grow beyond the specified value, if the parent resource pool has unreserved resources. A non-expandable reservation is called a fixed reservation. | System.String |
Returns the specified Resource Pool ID
The Connect to FTP activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
The Read Only Output variable are the possible output values that the activity will provide:
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Connect to FTP activity:
Name | Description | Type |
---|---|---|
connection | VMware Host connection. The Output from Connect to host activity should be used as Input here | System.Object |
Path | Specify the path where the desired Resource Pool is. If left empty it will return the Parent Resource Pool. For example: ResourcePoolName1/ResourcePoolName2/DesiredResourcePool | System.String |
ClusterName | Enter the name of the Cluster | System.String |
DatacenterName | Enter the name of the Datacenter | System.String |
Name | Description | Type |
---|---|---|
Output | Outputs the resulting Resource Pool ID. | System.String |
Retrieves all the runtime information for a resource pool
The Connect to FTP activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
The Read Only Output variable are the possible output values that the activity will provide:
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Connect to FTP activity:
Name | Description | Type |
---|---|---|
connection | VMware Host connection. The Output from Connect to host activity should be used as Input here | System.Object |
ResourcePoolID | Enter the ResourcePool ID | System.String |
Name | Description | Type |
---|---|---|
Output | Outputs a collection of Properties and their corresponding values.To use the elements of the collection, use Get Element From Collection activity where the Input Collection parameter should be bound to this parameter | System.Collections.ObjectModel.Collection`1 [System.String] |
Retrieves a list of all the resource pools
The Connect to FTP activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
The Read Only Output variable are the possible output values that the activity will provide:
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Connect to FTP activity:
Name | Description | Type |
---|---|---|
connection | VMware Host connection. The Output from Connect to host activity should be used as Input here | System.Object |
Path | Specify the path where the desired Resource Pool is. If left empty it will return the Parent Resource Pool. For example: ResourcePoolName1/ResourcePoolName2/DesiredResourcePool | System.String |
ClusterName | Enter the name of the Cluster | System.String |
DatacenterName | Enter the name of the Datacenter | System.String |
Name | Description | Type |
---|---|---|
Output | Outputs a collection of Resource Pools found on the specified path | System.Collections.ObjectModel.Collection`1 [System.String] |
Removes the specified Resource Pool.
The Connect to FTP activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
The Read Only Output variable are the possible output values that the activity will provide:
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Connect to FTP activity:
Name | Description | Type |
---|---|---|
connection | VMware Host connection. The Output from Connect to host activity should be used as Input here | System.Object |
ResourcePoolID | Specify the ID of the Resource Pool or bind this parameter with the output parameter from Get Resource Pool activity | System.String |
Name | Description | Type |
---|---|---|
OutputStatus | Outputs True if the operation succeeded otherwise False | System.Boolean |