com.hp.ucmdb.api.discovery.types
Interface CIData

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
CIErrorData

public interface CIData
extends java.io.Serializable

Details such as Related Host, Related IPs, UCMDB Object ID and etc. regarding a CI object.


Method Summary
 UcmdbId getCIId()
          Returns the UcmdbId of the CI wrapped by this CIData object.
 java.lang.String getCIType()
          Returns the type of the CI wrapped by this CIData object.
 java.lang.String getDDMProbeName()
          Returns the name of the DDMProbe which is responsible for the CI wrapped by this CIData object.
 java.lang.String getRelatedHost()
          Returns the String representation of the related host of the CI which is wrapped by this CIData object
 java.util.Collection<java.lang.String> getRelatedIPs()
          Returns the IPv4 addresses contained by the CI.
 

Method Detail

getCIType

java.lang.String getCIType()
Returns the type of the CI wrapped by this CIData object.

Returns:
a String representing the type of the CI wrapped by this CIData object.

getCIId

UcmdbId getCIId()
Returns the UcmdbId of the CI wrapped by this CIData object.

Returns:
the UcmdbId of the CI wrapped by this CIData object.

getDDMProbeName

java.lang.String getDDMProbeName()
Returns the name of the DDMProbe which is responsible for the CI wrapped by this CIData object.

Returns:
the name of the DDMProbe which is responsible for the CI wrapped by this CIData object

getRelatedHost

java.lang.String getRelatedHost()
Returns the String representation of the related host of the CI which is wrapped by this CIData object

Returns:
the String representation of the related host of the CI which is wrapped by this CIData object.

getRelatedIPs

java.util.Collection<java.lang.String> getRelatedIPs()
Returns the IPv4 addresses contained by the CI. The addresses are strings in format "x.x.x.x".

Returns:
a collection of string representations of valid IPv4 addresses.


Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.