Class: Virtuozzo::SOAP::Types::Backupm::Selective_restore_env

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

Overview

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

eid - (any)
backup_id - (any)
path - SOAP::SOAPBase64
selective_restore_options - Virtuozzo::SOAP::Types::Backupm::Selective_restore_optionsType
backup_server - Virtuozzo::SOAP::Types::Backupm::Connection_infoType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, backup_id = nil, path = [], selective_restore_options = nil, backup_server = nil) ⇒ Selective_restore_env

Returns a new instance of Selective_restore_env.



2433
2434
2435
2436
2437
2438
2439
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2433

def initialize(eid = nil, backup_id = nil, path = [], selective_restore_options = nil, backup_server = nil)
  @eid = eid
  @backup_id = backup_id
  @path = path
  @selective_restore_options = selective_restore_options
  @backup_server = backup_server
end

Instance Attribute Details

#backup_idObject

Returns the value of attribute backup_id.



2428
2429
2430
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2428

def backup_id
  @backup_id
end

#backup_serverObject

Returns the value of attribute backup_server.



2431
2432
2433
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2431

def backup_server
  @backup_server
end

#eidObject

Returns the value of attribute eid.



2427
2428
2429
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2427

def eid
  @eid
end

#pathObject

Returns the value of attribute path.



2429
2430
2431
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2429

def path
  @path
end

#selective_restore_optionsObject

Returns the value of attribute selective_restore_options.



2430
2431
2432
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2430

def selective_restore_options
  @selective_restore_options
end