models_v2.remote_adapter_host module

class models_v2.remote_adapter_host.RemoteAdapterHost(hostname=None, username=None, host_type=None, incremental_backup_script=None, full_backup_script=None, log_backup_script=None)[source]

Bases: object

Implementation of the ‘RemoteAdapterHost’ model.

Specifies params of the remote host.

Attributes:
hostname (string): Specifies the Hostname or IP address of the host

where the pre and post script will be run.

username (string): Specifies the username for the host. host_type (HostTypeEnum): Specifies the Operating system type of the

host.

incremental_backup_script (CommonPreBackupScriptParams): Specifies the

common params for PreBackup scripts.

full_backup_script (CommonPreBackupScriptParams): Specifies the common

params for PreBackup scripts.

log_backup_script (CommonPreBackupScriptParams): Specifies the common

params for PreBackup scripts.

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.