Versions Compared

Key

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

...

  • Name (text box editor type) (type: string): the name of the new Resource Pool.
  • Parent ID (text box editor type) (type: string): the ID of the Parent Location chosen where you wish to create the new Resource Pool. 
    The value can also be obtained from activity: Get Cluster using the following steps:
    • use a Get Cluster activity to extract the ClusterID:
       Image Added
    • bind the obtained ClusterID(stored in variable) to the Parent ID field from Create Resource Pool activity:
      Image Added  
     
  • Parent Type (combo box control) (type: string): the Parent Location Type for the new resource pool, whether it is an existing Resource Pool or a Cluster.

...

  • Output  (type: string): outputs the new created Resource Pool ID.
  • 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

 

 

Edit Resource Pool

...