Versions Compared

Key

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

...

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

Image RemovedImage Added

Parameters:

  • Name (text box editor type) (type: string): the new name of the Resource Pool.
    The value can also be obtained from activity: Get Resource Pool using the following steps:
    • use a Get Resource Pool activity to extract the ResourcePoolID: 
       Image Added
    • bind the obtained ResourcePoolID(stored in variable) to the Resource Pool ID field from Edit Resource Pool activity: 
      Image Added   
  • Resource Pool ID (text box editor type) (type: string): the ID of the Resource Pool or bind this parameter with the output parameter from Get VM Resource Pool.

...

  • Output Status  (type: boolean): outputs True if the operation succeeded otherwise False.

...

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:Image Removed 

 

 

Get Resource Pool

This activity returns the specified Resource Pool ID.

...