models_v2.cdp_object_info module

class models_v2.cdp_object_info.CdpObjectInfo(cdp_enabled=None, io_filter_status=None, last_run_info=None)[source]

Bases: object

Implementation of the ‘CdpObjectInfo’ model.

Specifies the CDP related information for a given object. This field will only be populated when protection group is configured with policy having CDP retention settings.

Attributes:
cdp_enabled (bool): Specifies whether CDP is currently active or not.

CDP might have been active on this object before, but it might not be anymore.

io_filter_status (IoFilterStatusEnum): Specifies the state of CDP IO

filter. CDP IO filter is an agent which will be installed on the object for performing continious backup. <br> 1. ‘kNotInstalled’ specifies that CDP is enabled on this object but filter is not installed. <br> 2. ‘kInstallFilterInProgress’ specifies that IO filter installation is triggered and in progress. <br> 3. ‘kFilterInstalledIOInactive’ specifies that IO filter is installed but IO streaming is disabled due to missing backup or explicitly disabled by the user. <br> 4. ‘kIOActivationInProgress’ specifies that IO filter is activated to start streaming. <br> 5. ‘kIOActive’ specifies that filter is attached to theeee object and started streaming. <br> 6. ‘kIODeactivationInProgress’ specifies that deactivattion has been initiated to stop the IO streaming. <br> 7. ‘kUninstallFilterInProgress’ specifies that uninstallation of IO filter is in progress.

last_run_info (CdpObjectLastRunInfo): Specifies the last backup

information for a given CDP object.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.