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

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

Overview

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/drivers/relocator/types.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/drivers/relocator/types.rb', line 2814

def dst
  @dst
end

#eidObject

Returns the value of attribute eid.



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

def eid
  @eid
end

#optionsObject

Returns the value of attribute options.



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

def options
  @options
end