Class: Virtuozzo::SOAP::Types::Relocator::Migrate_v2p

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/relocator.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.



2816
2817
2818
2819
2820
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2816

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.



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

def dst
  @dst
end

#eidObject

Returns the value of attribute eid.



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

def eid
  @eid
end

#optionsObject

Returns the value of attribute options.



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

def options
  @options
end