Users Guide

serviceExists
This calls serviceExist method to check if the Service exists in the ASM appliance. A boolean value is returned to indicate whether it
exists or not.
teardownService
This action calls teardownService method, and the target Service is returned.
teardownServiceSelective
This calls the teardownServiceSelective method from the ASMAppliance, and the target Service is returned.
com.dell.library.asm.conguration
Actions in com.dell.library.asm.conguration
The actions in this group are used for creating inventory items for the ASM appliance resources and other general helps:
addAsmApplianceCong
This is an action that persists the given conguration of the ASMAppliance object by calling the create method of the
ASMApplianceManager.
removeAsmApplianceCong
This removes the vRO resource used for persisting the ASMAppliance conguration (which is added through
addAsmApplianceCong action or ASMApplianceManager.save method).
generateUniqueServiceName
This action takes a base name of Service and appends sequence number at the end to ensure the uniqueness of the given name. To
get the list of all the Service names, it calls the getServices method from the ASMAppliance.
getDefaultAsmAppliance
This action is useful in a vRO environment that manages multiple instances of ASMAppliance objects. It picks the rst persisted
ASMAppliance object from the list of all the ASMAppliance resources. The action can be modied to pick a specic ASMAppliance
by its ID or name. This action is used in the sample workows through the attribute property.
24