Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The List Resource Pools activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

Parameters:

  • Datacenter Name (text box editor type) (type: string): the name of the Datacenter.
  • Cluster Name (text box editor type) (type: string): the name of the Cluster.
  • Path (text box editor type) (type: string): thepath where the desired Resource Pool is. If left empty it will return the Parent Resource Pool. For example: ResourcePoolName1/ResourcePoolName2/DesiredResourcePool.

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 List Resource Pools activity:

Image Removed

The Read Only Output variable are the possible output values that the activity will provide:

  • Output  (type: collection<string>): outputs a collection of Resource Pools found on the specified path.
 

Image RemovedIn order to extract the values from the ListResPools output collection , For Each and Log Track Data activities should be used:

Image Added

 

Execution: The example below is an execution where all resource pools from DemoCluster cluster:

Image Added



 

Remove Resource Pool

...