Class: Virtuozzo::SOAP::Types::Devm::CpuType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/devm.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.



986
987
988
989
990
991
992
993
994
995
996
# File 'lib/virtuozzo/soap/types/devm.rb', line 986

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.



984
985
986
# File 'lib/virtuozzo/soap/types/devm.rb', line 984

def bogomips
  @bogomips
end

#coresObject

Returns the value of attribute cores.



979
980
981
# File 'lib/virtuozzo/soap/types/devm.rb', line 979

def cores
  @cores
end

#familyObject

Returns the value of attribute family.



982
983
984
# File 'lib/virtuozzo/soap/types/devm.rb', line 982

def family
  @family
end

#hyperthreadsObject

Returns the value of attribute hyperthreads.



980
981
982
# File 'lib/virtuozzo/soap/types/devm.rb', line 980

def hyperthreads
  @hyperthreads
end

#mhzObject

Returns the value of attribute mhz.



976
977
978
# File 'lib/virtuozzo/soap/types/devm.rb', line 976

def mhz
  @mhz
end

#modelObject

Returns the value of attribute model.



983
984
985
# File 'lib/virtuozzo/soap/types/devm.rb', line 983

def model
  @model
end

#nameObject

Returns the value of attribute name.



977
978
979
# File 'lib/virtuozzo/soap/types/devm.rb', line 977

def name
  @name
end

#numberObject

Returns the value of attribute number.



978
979
980
# File 'lib/virtuozzo/soap/types/devm.rb', line 978

def number
  @number
end

#unitsObject

Returns the value of attribute units.



981
982
983
# File 'lib/virtuozzo/soap/types/devm.rb', line 981

def units
  @units
end