Class: Virtuozzo::SOAP::Types::Backupm::Backupm_configType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/backupm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/backupmbackupm_configType

backup_server - Virtuozzo::SOAP::Types::Backupm::Connection_infoType
chain_length - SOAP::SOAPInt
chain_days - SOAP::SOAPInt
keep_max - SOAP::SOAPInt
compression - SOAP::SOAPInt
type - SOAP::SOAPInt
pe_backups_limit - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

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_serverObject

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_daysObject

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_lengthObject

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

#compressionObject

Returns the value of attribute compression.



163
164
165
# File 'lib/virtuozzo/soap/types/backupm.rb', line 163

def compression
  @compression
end

#keep_maxObject

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_limitObject

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

#typeObject

Returns the value of attribute type.



164
165
166
# File 'lib/virtuozzo/soap/types/backupm.rb', line 164

def type
  @type
end