Class: Virtuozzo::SOAP::Types::Template::Migrate
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Template::Migrate
- Defined in:
- lib/virtuozzo/soap/types/template.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/packagemmigrate
packages - Virtuozzo::SOAP::Drivers::Template::PackagesType
src - Virtuozzo::SOAP::Drivers::Template::Connection_infoType
dst - Virtuozzo::SOAP::Drivers::Template::Connection_infoType
- Virtuozzo::SOAP::Drivers::Template::Migrate::Options
Defined Under Namespace
Classes: Options
Instance Attribute Summary collapse
-
#dst ⇒ Object
Returns the value of attribute dst.
-
#options ⇒ Object
Returns the value of attribute options.
-
#packages ⇒ Object
Returns the value of attribute packages.
-
#src ⇒ Object
Returns the value of attribute src.
Instance Method Summary collapse
-
#initialize(packages = nil, src = nil, dst = nil, options = nil) ⇒ Migrate
constructor
A new instance of Migrate.
Constructor Details
#initialize(packages = nil, src = nil, dst = nil, options = nil) ⇒ Migrate
Returns a new instance of Migrate.
3001 3002 3003 3004 3005 3006 |
# File 'lib/virtuozzo/soap/types/template.rb', line 3001 def initialize(packages = nil, src = nil, dst = nil, = nil) @packages = packages @src = src @dst = dst = end |
Instance Attribute Details
#dst ⇒ Object
Returns the value of attribute dst.
2998 2999 3000 |
# File 'lib/virtuozzo/soap/types/template.rb', line 2998 def dst @dst end |
#options ⇒ Object
Returns the value of attribute options.
2999 3000 3001 |
# File 'lib/virtuozzo/soap/types/template.rb', line 2999 def end |
#packages ⇒ Object
Returns the value of attribute packages.
2996 2997 2998 |
# File 'lib/virtuozzo/soap/types/template.rb', line 2996 def packages @packages end |
#src ⇒ Object
Returns the value of attribute src.
2997 2998 2999 |
# File 'lib/virtuozzo/soap/types/template.rb', line 2997 def src @src end |