Users Guide
The addDuplicateServer(s) method cannot scale up the server(s) unless the target server for duplication is
configured in this way:
• The server must be created with hardware settings that specify the server source to be server pool
instead of manual entry.
• The duplicated servers must be provisioned from the same server pool from where the original server
was pulled out.
addDuplicateStorage
The method, addDuplicateStorage, is called from the ASMAppliance API object. It returns a Service object
that has updated information.
DeployService
This action calls the deployTemplate method of the ASMAppliance API object. It returns a Service object
that has been deployed.
getServices
This calls the getServices method from the ASMAppliance. An array of Service objects is returned.
getTemplates
This calls the getTemplates method from the ASMAppliance. An array of Template objects is returned.
scaleDownService
This action calls the scaleDownService method of the ASMAppliance. A Service object with updated
information is returned.
scaleDownServiceComponent
This action calls the scaleDownServiceComponent method from the ASMAppliance. A Service object with
updated information is returned.
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.configuration
Actions in com.dell.library.asm.configuration
21