models.source_special_parameter module

class models.source_special_parameter.SourceSpecialParameter(ad_special_parameters=None, exchange_special_parameters=None, oracle_special_parameters=None, physical_special_parameters=None, skip_indexing=None, source_id=None, sql_special_parameters=None, truncate_exchange_log=None, vm_credentials=None, vmware_special_parameters=None)[source]

Bases: object

Implementation of the ‘SourceSpecialParameter’ model.

Specifies additional special settings for a single Source in a Protection Job. This Source must be a leaf node in the Source tree.

Attributes:
ad_special_parameters (ApplicationSpecialParameters): Specifies

additional special settings applicable for a Protection Source of ‘kSQL’/’kOracle’ type in a Protection Job.

exchange_special_parameters (ApplicationSpecialParameters): Specifies

additional special parameters that are applicable only to Protection Sources of ‘kExchange’ type.

oracle_special_parameters (OracleSpecialParameters): Specifies special

settings applicable for ‘kOracle’ environment.

physical_special_parameters (PhysicalSpecialParameters): Specifies

additional special settings applicable for a Protection Source of ‘kPhysical’ type in a Protection Job.

skip_indexing (bool): Specifies not to index the objects in the

Protection Source when backing up.

source_id (long|int): Specifies the object id of the Protection Source

that these special settings apply. This field must refer to a leaf node such a VM or a Physical Server.

sql_special_parameters (ApplicationSpecialParameters): Specifies

additional special settings applicable for a Protection Source of ‘kSQL’/’kOracle’ type in a Protection Job.

truncate_exchange_log (bool): If true, after the Cohesity Cluster

successfully captures a Snapshot during a Job Run, the Cluster truncates the Exchange transaction logs on a Microsoft Exchange Server. The default value is false. This field is deprecated. Use the field in ApplicationParameters inside source specific parameter. deprecated: true

vm_credentials (Credentials): Specifies the administrator credentials

to log in to the guest Windows system of a VM that hosts the Microsoft Exchange Server. If truncateExchangeLog is set to true and the specified source is a VM, administrator credentials to log in to the guest Windows system of the VM must be provided to truncate the logs. This field is only applicable to Sources in the kVMware environment. This field is deprecated. Use the field in VmCredentials inside source specific parameter. deprecated: true

vmware_special_parameters (VmwareSpecialParameters): Specifies

additional special settings applicable for a Protection Source of ‘kVMware’ type in a Protection Job.

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.