models.ad_restore_parameters module

class models.ad_restore_parameters.AdRestoreParameters(ad_options=None, credentials=None, mount_and_restore=None, port=None)[source]

Bases: object

Implementation of the ‘AdRestoreParameters’ model.

Specifies the parameters specific to Application domain controller.

Attributes:
ad_options (AdRestoreOptions): Specifies the Active Directory options for the

Restore task.

credentials (Credentials): Specifies credentials to access a target

source.

mount_and_restore (bool): Specifies the option to mount the AD snapshot

database and restore the AD objects in a single restore task. AdOptions must be set if this is set to true.

port (int): Specifies the port on which the AD domain controller’s

NTDS database will be mounted.

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.