def get_all_bridgeheads(self, site, part, transport,
partial_ok, detect_failed):
- """Get all bridghead DCs satisfying the given criteria
+ """Get all bridghead DCs on a site satisfying the given criteria
+
+ Part of MS-ADTS 6.2.2.3.4.4
:param site: site object representing the site for which
bridgehead DCs are desired.
:param detect_failed: True to detect failed DCs and route
replication traffic around them, FALSE to assume
no DC has failed.
- ::returns: list of dsa object for available bridgehead
- DCs or None
+ :return: list of dsa object for available bridgehead DCs
"""
bhs = []