TraversalMethod class - Platform - BlueCat Gateway - 22.4.1

Gateway Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.4.1

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'