Class: Virtuozzo::SOAP::Types::Relocator::RelocatorType

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

Overview

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

configuration - Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType
ok - Virtuozzo::SOAP::Drivers::Relocator::RelocatorType::Ok
error - Virtuozzo::SOAP::Drivers::Relocator::RelocatorType::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

Direct Known Subclasses

VzarelocatorType

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 = []) ⇒ RelocatorType

Returns a new instance of RelocatorType.



289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
# File 'lib/virtuozzo/soap/types/relocator.rb', line 289

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.



281
282
283
# File 'lib/virtuozzo/soap/types/relocator.rb', line 281

def calc_env_config
  @calc_env_config
end

#cloneObject

Returns the value of attribute clone.



283
284
285
# File 'lib/virtuozzo/soap/types/relocator.rb', line 283

def clone
  @clone
end

#configObject

Returns the value of attribute config.



284
285
286
# File 'lib/virtuozzo/soap/types/relocator.rb', line 284

def config
  @config
end

#configurationObject

Returns the value of attribute configuration.



275
276
277
# File 'lib/virtuozzo/soap/types/relocator.rb', line 275

def configuration
  @configuration
end

#eidObject

Returns the value of attribute eid.



285
286
287
# File 'lib/virtuozzo/soap/types/relocator.rb', line 285

def eid
  @eid
end

#eid_listObject

Returns the value of attribute eid_list.



286
287
288
# File 'lib/virtuozzo/soap/types/relocator.rb', line 286

def eid_list
  @eid_list
end

#errorObject

Returns the value of attribute error.



277
278
279
# File 'lib/virtuozzo/soap/types/relocator.rb', line 277

def error
  @error
end

#hw_notesObject

Returns the value of attribute hw_notes.



287
288
289
# File 'lib/virtuozzo/soap/types/relocator.rb', line 287

def hw_notes
  @hw_notes
end

#migrate_p2vObject

Returns the value of attribute migrate_p2v.



278
279
280
# File 'lib/virtuozzo/soap/types/relocator.rb', line 278

def migrate_p2v
  @migrate_p2v
end

#migrate_v2pObject

Returns the value of attribute migrate_v2p.



280
281
282
# File 'lib/virtuozzo/soap/types/relocator.rb', line 280

def migrate_v2p
  @migrate_v2p
end

#migrate_v2vObject

Returns the value of attribute migrate_v2v.



279
280
281
# File 'lib/virtuozzo/soap/types/relocator.rb', line 279

def migrate_v2v
  @migrate_v2v
end

#moveObject

Returns the value of attribute move.



282
283
284
# File 'lib/virtuozzo/soap/types/relocator.rb', line 282

def move
  @move
end

#okObject

Returns the value of attribute ok.



276
277
278
# File 'lib/virtuozzo/soap/types/relocator.rb', line 276

def ok
  @ok
end