acs::Cluster method is_configured_server (protected)
<instance of acs::Cluster> is_configured_server locations
Defined in packages/acs-tcl/tcl/cluster-procs.tcl
Check, if one of the provided locations is in the currently configured cluster nodes.
- Parameters:
- locations (required)
- Testcases:
- No testcase defined.
Source code: foreach location $locations { if {$location in ${:configured_cluster_hosts}} { return 1 } } return 0XQL Not present: Generic, PostgreSQL, Oracle