ServersDeploymentStatus class - BlueCat Python Library - 22.4.1

BlueCat Python Library Guide

Locale
English
Product name
BlueCat Python Library
Version
22.4.1

class bluecat_libraries.address_manager.constants.ServersDeploymentStatus(value)

Values of status codes for deployment of a particular server in BlueCat Address Manager.

CANCELLED = 2

DONE = 7

EXECUTING = -1

FAILED = 3

INITIALIZING = 0

INVALID = 6

NOT_DEPLOYED = 4

NO_RECENT_DEPLOYMENT = 8

QUEUED = 1

WARNING = 5