acs::Cluster method is_configured_server (protected)

 <instance of acs::Cluster[i]> 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 0
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: