Class: Virtuozzo::SOAP::Types::Relocator::Clone_optionsType_

Inherits:
Clone_optionsType show all
Defined in:
lib/virtuozzo/soap/types/relocator.rb

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzarelocatorclone_optionsType

fast - (any)
config - Virtuozzo::SOAP::Drivers::Relocator::Venv_configType_
veid - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fast = nil, config = nil, veid = []) ⇒ Clone_optionsType_

Returns a new instance of Clone_optionsType_.



2461
2462
2463
2464
2465
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2461

def initialize(fast = nil, config = nil, veid = [])
  @fast = fast
  @config = config
  @veid = veid
end

Instance Attribute Details

#configObject

Returns the value of attribute config.



2458
2459
2460
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2458

def config
  @config
end

#fastObject

Returns the value of attribute fast.



2457
2458
2459
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2457

def fast
  @fast
end

#veidObject

Returns the value of attribute veid.



2459
2460
2461
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2459

def veid
  @veid
end