public interface ClusterData
Modifier and Type | Method and Description |
---|---|
String |
getClusterAttribute(String attrName)
Returns the value for a cluster attribute.
|
List |
getClusterAttributeList()
Returns the list of Cluster Attributes defined for the cluster.
|
String |
getClusterDescription()
Returns the description of the cluster that includes the Avaya Breeze server instance on which the service is running.
|
String |
getClusterDomainName()
Returns the domain name of the cluster that includes the Avaya Breeze server instance on which the service is running.
|
String |
getClusterEncryptedAttribute(String attrName)
Returns the value for an encrypted cluster attribute.
|
String |
getClusterHost()
Returns the IP address of the cluster that includes the Avaya Breeze server instance on which the service is running.
|
String |
getClusterName()
Returns the name of the cluster that includes the Avaya Breeze server instance on which the service is running.
|
Long |
getClusterProfileID()
Returns the profile ID of the cluster that includes the Avaya Breeze server instance on which the service is running.
|
String |
getClusterProfileName()
Returns the cluster profile name of the cluster that includes the Avaya Breeze server instance on which the service is running.
|
String getClusterAttribute(String attrName) throws NoAttributeFoundException
UnsupportedOperationException
runtime exception.
Encrypted Cluster attributes should be retrieved using the ClusterData.getClusterEncryptedAttribute(String)
method.attrName
- attribute name of a cluster attribute defined for the cluster.NoAttributeFoundException
- when invalid attrName is passed in as the parameter or the attrName do not exist.List getClusterAttributeList()
String getClusterEncryptedAttribute(String attrName) throws NoAttributeFoundException
attrName
- attribute name of a cluster attribute defined for the cluster.NoAttributeFoundException
- when invalid attrName is passed in as the parameter or the attrName do not exist.String getClusterName()
String getClusterDomainName()
String getClusterHost()
String getClusterDescription()
Long getClusterProfileID()
String getClusterProfileName()
Copyright © 2016 Avaya. All Rights Reserved.