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 |
getClusterFqdnByClusterName(String clusterName)
Returns the FQDN of the cluster when a cluster name is passed as parameter
|
String |
getClusterHost()
Returns the IP address of the cluster that includes the Avaya Breeze server instance on which the service is running.
|
String |
getClusterHostByName(String clusterName)
Returns the Cluster IP of the cluster when a cluster name is passed as parameter
|
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()
String getClusterHostByName(String clusterName) throws ClusterNotFoundException
clusterName
- name of a clusterClusterNotFoundException
- if cluster not found.String getClusterFqdnByClusterName(String clusterName) throws ClusterNotFoundException
clusterName
- name of a clusterClusterNotFoundException
- if cluster not foundCopyright © 2023 Avaya. All rights reserved.