Package timedrive :: Package backupsettings :: Module remotesettings :: Class RemoteSettings
[frames] | no frames]

Class RemoteSettings


RemoteSettings class: holds the remote settings

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

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

Properties
String RemoteUsername
remote username
String RemotePassword
remote password
int RemoteProtocolInt
remote protocol int
String RemoteProtocol
remote protocol
String RemotePath
remote path
int RemotePort
remote port
String RemoteHost
remote host

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

Initialization function for RemoteSettings

Overrides: object.__init__

Property Details

RemoteUsername

remote username

Get Method:
_get_remoteUsername(self) - remote username
Set Method:
_set_remoteUsername(self, value) - remote username
Type:
String

RemotePassword

remote password

Get Method:
_get_remotePassword(self) - remote password
Set Method:
_set_remotePassword(self, value) - remote password
Type:
String

RemoteProtocolInt

remote protocol int

Get Method:
_get_remoteProtocolInt(self) - remote protocol int
Set Method:
_set_remoteProtocolInt(self, value) - remote prtocol int
Type:
int

RemoteProtocol

remote protocol

Get Method:
_get_remoteProtocol(self) - remote protocol
Set Method:
_set_remoteProtocol(self, value) - remote protocol
Type:
String

RemotePath

remote path

Get Method:
_get_remotePath(self) - remote path
Set Method:
_set_remotePath(self, value) - remote path
Type:
String

RemotePort

remote port

Get Method:
_get_remotePort(self) - remote port
Set Method:
_set_remotePort(self, value) - remote port
Type:
int

RemoteHost

remote host

Get Method:
_get_remoteHost(self) - remote host
Set Method:
_set_remoteHost(self, value) - remote host
Type:
String