models_v2.cdp_filter_status_1_enum module

class models_v2.cdp_filter_status_1_enum.CdpFilterStatus1Enum[source]

Bases: object

Implementation of the ‘CdpFilterStatus1’ enum.

Specifies the CDP filter status.

Attributes:

NOTINSTALLED: TODO: type description here. INSTALLFILTERINPROGRESS: TODO: type description here. FILTERINSTALLEDIOINACTIVE: TODO: type description here. IOACTIVATIONINPROGRESS: TODO: type description here. IOACTIVE: TODO: type description here. IODEACTIVATIONINPROGRESS: TODO: type description here. UNINSTALLFILTERINPROGRESS: TODO: type description here.

FILTERINSTALLEDIOINACTIVE = 'FilterInstalledIOInactive'
INSTALLFILTERINPROGRESS = 'InstallFilterInProgress'
IOACTIVATIONINPROGRESS = 'IOActivationInProgress'
IOACTIVE = 'IOActive'
IODEACTIVATIONINPROGRESS = 'IODeactivationInProgress'
NOTINSTALLED = 'NotInstalled'
UNINSTALLFILTERINPROGRESS = 'UninstallFilterInProgress'