...
- 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:
Lun 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:
Parameters:
- Force (text box editor type) (type: boolean): specify whether to destroy a LUN regardless of it being onl,ine or mapped. If False, destroying an online and mapped LUN will fail.
- Path (text box editor type) (type: string): specify the path for LUN to be destroyed. E.g. "/vol/dvol1/lun1"
The Read Only Output variable are the possible output values that the activity will provide:
- APIStatus (type: string): outputs the API Status.
- Error Number (type: string): outputs the error number.
- Failure Reason (type: string): outputs the failure reason.
Execution:
Lun 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:
Parameters:
- Path (text box editor type) (type: string): specify the path of the volume or qtree. E.g. "/vol/dvol1/lun1"
- Snapshot (text box editor type) (type: string): specify the name of the snapshot.
- OS Type (text box editor type) (type: string): specify the OS type. E.g. "vmware"
The Read Only Output variable are the possible output values that the activity will provide:
- APIStatus (type: string): outputs the API Status.
- Error Number (type: string): outputs the error number.
- Failure Reason (type: string): outputs the failure reason.
- WithCompleteSnapshot (type: string): outputs maximum possible size for LUN with snapshot reserve assuming 100% fractional reserve.
- WithoutSnapshotReserve (type: string): outputs maximum possible size for LUN without snapshot reserve.
- WithSnapshotReserve (type: string): outputs maximum possible size for LUN with snapshot reserve.