Activities
...
Clone List Info
This activity lists all LUN clones with valid backing snapshots in the given snapshot.
Activity Parameters
The Lun Clone List Info activity parameters can be provided by manual inserted values or via IN arguments or variables:
...
In order to extract the values from the output collection Clone List (in our case the output is a Collection(Of String) ), Custom For Each activity should be used to iterate through the elements of the collection OR Get Element From Collection activity in order to extract a specific element from the output collection:
Execution:
...
Clone Split
This activity clones a LUN Cluster.
Activity Parameters
The Lun Clone Split activity parameters can be provided by manual inserted values or via IN arguments or variables:
...
- APIStatus (type: string): outputs the API Status.
- Error Number (type: string): outputs the error number.
- Failure Reason (type: string): outputs the failure reason.
Execution:
...
Copy Cancel
This activity canceles the coping process of LUN.
Activity Parameters
The Lun Copy Cancel activity parameters can be provided by manual inserted values or via IN arguments or variables:
...
- APIStatus (type: string): outputs the API Status.
- Error Number (type: string): outputs the error number.
- Failure Reason (type: string): outputs the failure reason.
Execution:
...
Copy Info
This activity copies LUN Info.
Activity Parameters
The Lun Copy Info activity parameters can be provided by manual inserted values or via IN arguments or variables:
...
- APIStatus (type: string): outputs the API Status.
- Error Number (type: string): outputs the error number.
- Failure Reason (type: string): outputs the failure reason.
Execution:
...
Create By Size
This activity creates a LUN by specific parameters.
Activity Parameters
The Lun Create By Size activity parameters can be provided by manual inserted values or via IN arguments or variables:
...
- Actual Size (type: Nullable<decimal>): outputs the actual size of the new created LUN.
- APIStatus (type: string): outputs the API Status.
- Error Number (type: string): outputs the error number.
- Failure Reason (type: string): outputs the failure reason.
Execution:
...
Destroy
This activity destroys the specified LUN. This operation will fail if the LUN is currently mapped and is online. The force option can be used to destroy it regardless of being online or mapped.
Activity Parameters
The Lun Destroy activity parameters can be provided by manual inserted values or via IN arguments or variables:
...
- APIStatus (type: string): outputs the API Status.
- Error Number (type: string): outputs the error number.
- Failure Reason (type: string): outputs the failure reason.
Execution:
...
Get Max Size
This activity returnes the maximum size of the specified LUN.
Activity Parameters
The Lun Get Max Size activity parameters can be provided by manual inserted values or via IN arguments or variables:
...