Users Guide
• type (String) — The ServiceComponent type — value can be SERVER, STORAGE, CLUSTER, VIRTUALMACHINE, or
SERVICE (which is the application on servers or vm’s)
Methods
• ASMServiceComponent — Constructor method that takes another ASMServiceComponent object and clones another object
from it.
– component — The source ASMServiceComponent object.
• ASMServiceComponent — Constructor method that takes the configuration data and creates a ASMServiceComponent
object.
– componentId — ServiceTemplateComponent identifier issued by the ASM server.
– name — Name of the Service.
– type — Type of the component.
– deploymentId — Identifier of the parent Service object.
– applianceId —Identifier of the ASMAppliance object where the parent object exists
• ASMServiceComponent — Default constructor method.
ASMTemplate
This object describes the ASM Template with essential data about the Template.
Attributes:
• category (String): The category that groups the published templates.
• description (String): Description of the Template.
• id (String): The identifier used by the vRO to relate and find objects.
• name (String): Name of the Template.
• templateId (string): The identifier of the Template given by the ASM server.
Methods
• ASMTemplate: Constructor method that takes another ASMTemplate object and clones another object from it.
– Template —The source ASMTemplate object
• ASMTemplate: Constructor method that takes the configuration data and creates a new ASMTemplate object.
– templateId —The identifier issued by the ASM server to the ServiceTemplate.
– name —Name of the Template.
– applianceId —The identifier of the parent ASMAppliance object.
– desc —Description of the Template.
– category —The category of the Template.
18