Class: Virtuozzo::SOAP::Types::Relocator::VzarelocatorType

Inherits:
RelocatorType show all
Defined in:
lib/virtuozzo/soap/types/relocator.rb

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzarelocatorvzarelocatorType

configuration - Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType
ok - Virtuozzo::SOAP::Drivers::Relocator::VzarelocatorType::Ok
error - Virtuozzo::SOAP::Drivers::Relocator::VzarelocatorType::Error
migrate_p2v - Virtuozzo::SOAP::Drivers::Relocator::Migrate_p2v
migrate_v2v - Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2v
migrate_v2p - Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2p
calc_env_config - Virtuozzo::SOAP::Drivers::Relocator::Calc_env_config
move - Virtuozzo::SOAP::Drivers::Relocator::Move
clone - Virtuozzo::SOAP::Drivers::Relocator::Clone
config - Virtuozzo::SOAP::Drivers::Relocator::Env_configType
eid - (any)
eid_list - Virtuozzo::SOAP::Drivers::Relocator::Eid_listType
hw_notes - Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = [], migrate_p2v = [], migrate_v2v = [], migrate_v2p = [], calc_env_config = [], move = [], clone = [], config = [], eid = [], eid_list = [], hw_notes = []) ⇒ VzarelocatorType

Returns a new instance of VzarelocatorType.



357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
# File 'lib/virtuozzo/soap/types/relocator.rb', line 357

def initialize(configuration = nil, ok = [], error = [], migrate_p2v = [], migrate_v2v = [], migrate_v2p = [], calc_env_config = [], move = [], clone = [], config = [], eid = [], eid_list = [], hw_notes = [])
  @configuration = configuration
  @ok = ok
  @error = error
  @migrate_p2v = migrate_p2v
  @migrate_v2v = migrate_v2v
  @migrate_v2p = migrate_v2p
  @calc_env_config = calc_env_config
  @move = move
  @clone = clone
  @config = config
  @eid = eid
  @eid_list = eid_list
  @hw_notes = hw_notes
end

Instance Attribute Details

#calc_env_configObject

Returns the value of attribute calc_env_config.



349
350
351
# File 'lib/virtuozzo/soap/types/relocator.rb', line 349

def calc_env_config
  @calc_env_config
end

#cloneObject

Returns the value of attribute clone.



351
352
353
# File 'lib/virtuozzo/soap/types/relocator.rb', line 351

def clone
  @clone
end

#configObject

Returns the value of attribute config.



352
353
354
# File 'lib/virtuozzo/soap/types/relocator.rb', line 352

def config
  @config
end

#configurationObject

Returns the value of attribute configuration.



343
344
345
# File 'lib/virtuozzo/soap/types/relocator.rb', line 343

def configuration
  @configuration
end

#eidObject

Returns the value of attribute eid.



353
354
355
# File 'lib/virtuozzo/soap/types/relocator.rb', line 353

def eid
  @eid
end

#eid_listObject

Returns the value of attribute eid_list.



354
355
356
# File 'lib/virtuozzo/soap/types/relocator.rb', line 354

def eid_list
  @eid_list
end

#errorObject

Returns the value of attribute error.



345
346
347
# File 'lib/virtuozzo/soap/types/relocator.rb', line 345

def error
  @error
end

#hw_notesObject

Returns the value of attribute hw_notes.



355
356
357
# File 'lib/virtuozzo/soap/types/relocator.rb', line 355

def hw_notes
  @hw_notes
end

#migrate_p2vObject

Returns the value of attribute migrate_p2v.



346
347
348
# File 'lib/virtuozzo/soap/types/relocator.rb', line 346

def migrate_p2v
  @migrate_p2v
end

#migrate_v2pObject

Returns the value of attribute migrate_v2p.



348
349
350
# File 'lib/virtuozzo/soap/types/relocator.rb', line 348

def migrate_v2p
  @migrate_v2p
end

#migrate_v2vObject

Returns the value of attribute migrate_v2v.



347
348
349
# File 'lib/virtuozzo/soap/types/relocator.rb', line 347

def migrate_v2v
  @migrate_v2v
end

#moveObject

Returns the value of attribute move.



350
351
352
# File 'lib/virtuozzo/soap/types/relocator.rb', line 350

def move
  @move
end

#okObject

Returns the value of attribute ok.



344
345
346
# File 'lib/virtuozzo/soap/types/relocator.rb', line 344

def ok
  @ok
end