Package timedrive :: Package backupsettings :: Module includeremoteitem :: Class IncludeRemoteItem
[frames] | no frames]

Class IncludeRemoteItem


IncludeLocalItem class: definition of an include local item

Instance Methods
 
__init__(self)
Initialization function for IncludeItem
 
set_default_values(self)
set all the fields to default values

Inherited from includeitem.IncludeItem: toList

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from includeitem.IncludeItem: GENERALSETTINGS, LOCAL, LOCATION_LOCAL, LOCATION_REMOTE, REMOTE

Properties
String RemoteName
remote name
String LocationRemoteUsername
Location remote username
String LocationRemotePassword
Location remote password
int LocationRemoteProtocolInt
Location remote protocol int
String LocationRemoteProtocol
Location remote protocol
String LocationRemotePath
Location remote path
int LocationRemotePort
Location remote port
String LocationRemoteHost
Location remote host

Inherited from includeitem.IncludeItem: BackupType, EncryptionKey, EncryptionKeyEnabled, ExcludeList, LocationType

Inherited from remotesettings.RemoteSettings: RemoteHost, RemotePassword, RemotePath, RemotePort, RemoteProtocol, RemoteProtocolInt, RemoteUsername

Inherited from localsettings.LocalSettings: LocalBackupDirectory

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

Initialization function for IncludeItem

Overrides: object.__init__

set_default_values(self)

 

set all the fields to default values

Overrides: localsettings.LocalSettings.set_default_values
(inherited documentation)

Property Details

RemoteName

remote name

Get Method:
_get_remoteName(self) - remote name
Set Method:
_set_remoteName(self, value) - remote name
Type:
String

LocationRemoteUsername

Location remote username

Get Method:
_get_locationRemoteUsername(self) - Location remote username
Set Method:
_set_locationRemoteUsername(self, value) - Location remote username
Type:
String

LocationRemotePassword

Location remote password

Get Method:
_get_locationRemotePassword(self) - Location remote password
Set Method:
_set_locationRemotePassword(self, value) - Location remote password
Type:
String

LocationRemoteProtocolInt

Location remote protocol int

Get Method:
_get_locationRemoteProtocolInt(self) - Location remote protocol int
Set Method:
_set_locationRemoteProtocolInt(self, value) - Location remote protocol int
Type:
int

LocationRemoteProtocol

Location remote protocol

Get Method:
_get_locationRemoteProtocol(self) - Location remote protocol
Set Method:
_set_locationRemoteProtocol(self, value) - Location remote protocol
Type:
String

LocationRemotePath

Location remote path

Get Method:
_get_locationRemotePath(self) - Location remote path
Set Method:
_set_locationRemotePath(self, value) - Location remote path
Type:
String

LocationRemotePort

Location remote port

Get Method:
_get_locationRemotePort(self) - Location remote port
Set Method:
_set_locationRemotePort(self, value) - Location remote port
Type:
int

LocationRemoteHost

Location remote host

Get Method:
_get_locationRemoteHost(self) - Location remote host
Set Method:
_set_locationRemoteHost(self, value) - Location remote host
Type:
String