Users Guide

appliance – The ASMAppliance object to be removed.
ASM Service
The Service object describes the ASM Service with minimum essential information.
Attributes:
deployedBy – Shows the ASM user that deployed the Service.
deploymentDate — Shows when the Service was deployed.
description — Shows the description of the Service if available.
id — Identifier used by the vRO to relate and find objects.
name — Name of the Service.
serviceId — Service identifier given by the ASM server
status — Status of the Service (values: in_progress, complete, pending, error, and cancelled).
templateName - templateName — Shows the name of the Template that provided the initial configuration for the Service
deployment.
Methods:
ASMService: Constructor method that takes another ASMService object and clones another object from it.
deployment — The source ASMService object.
ASMService: Constructor method that takes the configuration data and creates a ASMService object.
serviceId — Service identifier issued by the ASM server
name — Name of the Service
applianceId — Identifier of the parent Appliance object
status — The Service status
desc — The Service description
deploymentDate — The timestamp to mark the deployment event
deployedBy – Shows the user who requested the deployment
templateName — Shows the Template that provided the configurations for the Service deployment
ASMService: Default constructor method.
ASMServiceComponent
The ServiceComponent object contains minimum essential data of the resources or components in Services. Resources that are
described can be servers, storages, cluster, virtual machines, and applications.
Attributes:
applianceId (String) — The identifier of the Appliance object where the parent Service object belongs.
componentId (String): The ServiceComponent identifier given by the ASM server.
deploymentId (String) — The identifier of the parent Service object
id (String) — Identifier used by the vRO to relate and find objects
ip (String) — The IP address of the resource if available
name (String) — Name of the ServiceComponent
resourceName (String) — Name of the hardware resource
serviceTag (String) — Shows the service tag
17