Class: Virtuozzo::SOAP::Types::Relocator::V2v_migrate_optionsType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/relocatorv2v_migrate_optionsType

force - (any)
nostart - (any)
remove - SOAP::SOAPBoolean
config - Virtuozzo::SOAP::Drivers::Relocator::Env_configType
type - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(force = nil, nostart = nil, remove = nil, config = nil, type = nil) ⇒ V2v_migrate_optionsType

Returns a new instance of V2v_migrate_optionsType.



2543
2544
2545
2546
2547
2548
2549
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2543

def initialize(force = nil, nostart = nil, remove = nil, config = nil, type = nil)
  @force = force
  @nostart = nostart
  @remove = remove
  @config = config
  @type = type
end

Instance Attribute Details

#configObject

Returns the value of attribute config.



2540
2541
2542
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2540

def config
  @config
end

#forceObject

Returns the value of attribute force.



2537
2538
2539
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2537

def force
  @force
end

#nostartObject

Returns the value of attribute nostart.



2538
2539
2540
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2538

def nostart
  @nostart
end

#removeObject

Returns the value of attribute remove.



2539
2540
2541
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2539

def remove
  @remove
end

#typeObject

Returns the value of attribute type.



2541
2542
2543
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2541

def type
  @type
end