TraversalMethod class - Platform - BlueCat Gateway - 21.11.2

Gateway Administration Guide

Locale
English
Product name
BlueCat Gateway
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'