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 conguration data and creates a ASMServiceComponent
object.
– componentId — ServiceTemplateComponent identier issued by the ASM server.
– name — Name of the Service.
– type — Type of the component.
– deploymentId — Identier of the parent Service object.
– applianceId —Identier 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 identier used by the vRO to relate and nd objects.
• name (String): Name of the Template.
• templateId (string): The identier 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 conguration data and creates a new ASMTemplate object.
– templateId —The identier issued by the ASM server to the ServiceTemplate.
– name —Name of the Template.
– applianceId —The identier of the parent ASMAppliance object.
– desc —Description of the Template.
– category —The category of the Template.
19