Class: Virtuozzo::SOAP::Types::Relocator::CpuType

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

Overview

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

mhz - SOAP::SOAPInt
name - SOAP::SOAPString
number - SOAP::SOAPInt
cores - SOAP::SOAPInt
hyperthreads - SOAP::SOAPInt
units - SOAP::SOAPInt
family - SOAP::SOAPString
model - SOAP::SOAPString
bogomips - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(mhz = nil, name = nil, number = nil, cores = nil, hyperthreads = nil, units = nil, family = nil, model = nil, bogomips = nil) ⇒ CpuType

Returns a new instance of CpuType.



950
951
952
953
954
955
956
957
958
959
960
# File 'lib/virtuozzo/soap/types/relocator.rb', line 950

def initialize(mhz = nil, name = nil, number = nil, cores = nil, hyperthreads = nil, units = nil, family = nil, model = nil, bogomips = nil)
  @mhz = mhz
  @name = name
  @number = number
  @cores = cores
  @hyperthreads = hyperthreads
  @units = units
  @family = family
  @model = model
  @bogomips = bogomips
end

Instance Attribute Details

#bogomipsObject

Returns the value of attribute bogomips.



948
949
950
# File 'lib/virtuozzo/soap/types/relocator.rb', line 948

def bogomips
  @bogomips
end

#coresObject

Returns the value of attribute cores.



943
944
945
# File 'lib/virtuozzo/soap/types/relocator.rb', line 943

def cores
  @cores
end

#familyObject

Returns the value of attribute family.



946
947
948
# File 'lib/virtuozzo/soap/types/relocator.rb', line 946

def family
  @family
end

#hyperthreadsObject

Returns the value of attribute hyperthreads.



944
945
946
# File 'lib/virtuozzo/soap/types/relocator.rb', line 944

def hyperthreads
  @hyperthreads
end

#mhzObject

Returns the value of attribute mhz.



940
941
942
# File 'lib/virtuozzo/soap/types/relocator.rb', line 940

def mhz
  @mhz
end

#modelObject

Returns the value of attribute model.



947
948
949
# File 'lib/virtuozzo/soap/types/relocator.rb', line 947

def model
  @model
end

#nameObject

Returns the value of attribute name.



941
942
943
# File 'lib/virtuozzo/soap/types/relocator.rb', line 941

def name
  @name
end

#numberObject

Returns the value of attribute number.



942
943
944
# File 'lib/virtuozzo/soap/types/relocator.rb', line 942

def number
  @number
end

#unitsObject

Returns the value of attribute units.



945
946
947
# File 'lib/virtuozzo/soap/types/relocator.rb', line 945

def units
  @units
end