public final class OmpImLmoRelInfo
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
OmpImLmoRelInfo(java.lang.String ompGuid,
java.lang.String lmoName,
java.lang.String lmoNamespace,
java.lang.String imName,
java.lang.String imVersion,
java.lang.String endPointName,
boolean primary) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEndPointName()
Gets the name of the endpoint that is used by the Integration Module when it
implements the Logical Management Operation on the Operational Management Product.
|
java.lang.String |
getImName()
Gets the name of the Integration Module.
|
java.lang.String |
getImVersion()
Gets the version of the Integration Module.
|
java.lang.String |
getLmoName()
Gets the name of the Logical Management Operation.
|
java.lang.String |
getLmoNamespace()
Gets the namespace of the Logical Management Operation.
|
java.lang.String |
getOmpGuid()
Gets the GUID of the Operational Management Product.
|
boolean |
isPrimary()
Tests if this Integration Module is the primary/preferred Integration Module to implement
the Logical Management Operation on the Operational Management Product.
|
public OmpImLmoRelInfo(java.lang.String ompGuid, java.lang.String lmoName, java.lang.String lmoNamespace, java.lang.String imName, java.lang.String imVersion, java.lang.String endPointName, boolean primary)
public java.lang.String getOmpGuid()
public java.lang.String getLmoName()
public java.lang.String getLmoNamespace()
public java.lang.String getImName()
public java.lang.String getImVersion()
public java.lang.String getEndPointName()
public boolean isPrimary()