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.conguration
Actions in com.dell.library.asm.conguration
The actions in this group are used for creating inventory items for the ASM appliance resources and other general helps:
addAsmApplianceCong
This is an action that persists the given conguration of the ASMAppliance object by calling the create method of the
ASMApplianceManager.
removeAsmApplianceCong
This removes the vRO resource used for persisting the ASMAppliance conguration (which is added through
addAsmApplianceCong 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 modied to pick a specic ASMAppliance
by its ID or name. This action is used in the sample workows through the attribute property.
24