6.1

Table Of Contents
getPlatformFqdn
getPlatformFqdn():String
public String getPlatformFqdn()
This method the object FQDN. It returns NULL if the field has not been
specified.
addService
addService(ServiceResource):void
public void addService(ServiceResource service)
This method adds a new service resource to this server.
Parameter Description
service
The new service resource to add to this server.
addServiceType
addServiceType(ServiceType):void
public void addServiceType(ServiceType serviceType)
This method adds a new service type to this server.
Parameter Description
serviceType
The new service type to add to this server.
setIdentifier
setIdentifier(String):void
public void setIdentifier(String name)
This method sets the autoinventory identifier (AIID) for this resource.
Parameter Description
name
The autoinventory identifier.
getIdentifier
getIdentifier():String
public String getIdentifier()
This method returns the resource autoinventory identifier.
setType
setType(String):void
public void setIdentifier(String name)
This method sets the resource type for the server as defined in the plug-in
descriptor. Pass this method the name of the resource type as defined in the
plug-in descriptor. For example, if the plug-in descriptor specifies <server
name="My Server"> set the resource type to My Server.
If the <server> element defines the version attribute, append the value of
version to the value of the name attribute to create the resource type name.
For example, if the server is defined as <server name="My Server"
version="1.x">, set Type to My Server 1.x.
Parameter Description
name
The resource type as a string.
setType(GenericPlugin):void
public void setType(GenericPlugin plugin)
This method derives the resource type to set for the server from the
implementing auto-discovery plug-in, as opposed to the plug-in descriptor.
Endpoint Operations Management Agent Plug-in Development Kit
68 VMware, Inc.