Class: Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2p
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2p
- Defined in:
- lib/virtuozzo/soap/drivers/relocator/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/relocatormigrate_v2p
- Virtuozzo::SOAP::Drivers::Relocator::
eid - (any)
dst - Virtuozzo::SOAP::Drivers::Relocator::Connection_infoType
Instance Attribute Summary collapse
-
#dst ⇒ Object
Returns the value of attribute dst.
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options = nil, eid = nil, dst = nil) ⇒ Migrate_v2p
constructor
A new instance of Migrate_v2p.
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( = nil, eid = nil, dst = nil) = @eid = eid @dst = dst end |
Instance Attribute Details
#dst ⇒ Object
Returns the value of attribute dst.
2810 2811 2812 |
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2810 def dst @dst end |
#eid ⇒ Object
Returns the value of attribute eid.
2809 2810 2811 |
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2809 def eid @eid end |
#options ⇒ Object
Returns the value of attribute options.
2808 2809 2810 |
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2808 def end |