Class: Virtuozzo::SOAP::Types::Relocator::Clone

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

Overview

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

eid - (any)
count - SOAP::SOAPInt
options - Virtuozzo::SOAP::Drivers::Relocator::Clone_optionsType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, count = nil, options = nil) ⇒ Clone

Returns a new instance of Clone.



2861
2862
2863
2864
2865
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2861

def initialize(eid = nil, count = nil, options = nil)
  @eid = eid
  @count = count
  @options = options
end

Instance Attribute Details

#countObject

Returns the value of attribute count.



2858
2859
2860
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2858

def count
  @count
end

#eidObject

Returns the value of attribute eid.



2857
2858
2859
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2857

def eid
  @eid
end

#optionsObject

Returns the value of attribute options.



2859
2860
2861
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2859

def options
  @options
end