Class: Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2p

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

Overview

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

options - Virtuozzo::SOAP::Drivers::Relocator::V2p_migrate_optionsType
eid - (any)
dst - Virtuozzo::SOAP::Drivers::Relocator::Connection_infoType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options = nil, eid = nil, dst = nil) ⇒ Migrate_v2p

Returns a new instance of Migrate_v2p.



2812
2813
2814
2815
2816
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2812

def initialize(options = nil, eid = nil, dst = nil)
  @options = options
  @eid = eid
  @dst = dst
end

Instance Attribute Details

#dstObject

Returns the value of attribute dst.



2810
2811
2812
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2810

def dst
  @dst
end

#eidObject

Returns the value of attribute eid.



2809
2810
2811
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2809

def eid
  @eid
end

#optionsObject

Returns the value of attribute options.



2808
2809
2810
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2808

def options
  @options
end