TraversalMethod class - BlueCat Python Library - 21.11.2

BlueCat Python Library Guide

Locale
English
Product name
BlueCat Python Library
Version
21.11.2

class bluecat_libraries.address_manager.constants.TraversalMethod(value)

Values for traversal method used in APIs that search through hierarchies of objects.

BREADTH_FIRST = 'BREADTH_FIRST'

DEPTH_FIRST = 'DEPTH_FIRST'

NO_TRAVERSAL = 'NO_TRAVERSAL'