Class: Virtuozzo::SOAP::Types::Backupm::Backupm_configType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::Backupm_configType
- Defined in:
- lib/virtuozzo/soap/types/backupm.rb
Overview
Instance Attribute Summary collapse
-
#backup_server ⇒ Object
Returns the value of attribute backup_server.
-
#chain_days ⇒ Object
Returns the value of attribute chain_days.
-
#chain_length ⇒ Object
Returns the value of attribute chain_length.
-
#compression ⇒ Object
Returns the value of attribute compression.
-
#keep_max ⇒ Object
Returns the value of attribute keep_max.
-
#pe_backups_limit ⇒ Object
Returns the value of attribute pe_backups_limit.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(backup_server = nil, chain_length = nil, chain_days = nil, keep_max = nil, compression = nil, type = nil, pe_backups_limit = nil) ⇒ Backupm_configType
constructor
A new instance of Backupm_configType.
Constructor Details
#initialize(backup_server = nil, chain_length = nil, chain_days = nil, keep_max = nil, compression = nil, type = nil, pe_backups_limit = nil) ⇒ Backupm_configType
Returns a new instance of Backupm_configType.
167 168 169 170 171 172 173 174 175 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 167 def initialize(backup_server = nil, chain_length = nil, chain_days = nil, keep_max = nil, compression = nil, type = nil, pe_backups_limit = nil) @backup_server = backup_server @chain_length = chain_length @chain_days = chain_days @keep_max = keep_max @compression = compression @type = type @pe_backups_limit = pe_backups_limit end |
Instance Attribute Details
#backup_server ⇒ Object
Returns the value of attribute backup_server.
159 160 161 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 159 def backup_server @backup_server end |
#chain_days ⇒ Object
Returns the value of attribute chain_days.
161 162 163 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 161 def chain_days @chain_days end |
#chain_length ⇒ Object
Returns the value of attribute chain_length.
160 161 162 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 160 def chain_length @chain_length end |
#compression ⇒ Object
Returns the value of attribute compression.
163 164 165 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 163 def compression @compression end |
#keep_max ⇒ Object
Returns the value of attribute keep_max.
162 163 164 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 162 def keep_max @keep_max end |
#pe_backups_limit ⇒ Object
Returns the value of attribute pe_backups_limit.
165 166 167 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 165 def pe_backups_limit @pe_backups_limit end |
#type ⇒ Object
Returns the value of attribute type.
164 165 166 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 164 def type @type end |