class Simulator::HardwareSet
- Simulator::HardwareSet
- Simulator::Hardware
- Simulator::Model
- Reference
- Object
Overview
A Stack of (n) number of certain hardware item
Defined in:
models.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
A Stack of (n) number of certain hardware item
Instance Method Summary
Instance methods inherited from class Simulator::Hardware
cost : Float64
cost,
cost=(cost : Float64)
cost=,
cru : Float64
cru,
cru=(cru : Float64)
cru=,
cu_perc : Int32
cu_perc,
cu_perc=(cu_perc : Int32)
cu_perc=,
description : String
description,
description=(description : String)
description=,
hru : Float64
hru,
hru=(hru : Float64)
hru=,
link : String
link,
link=(link : String)
link=,
mru : Float64
mru,
mru=(mru : Float64)
mru=,
passmark : String
passmark,
passmark=(passmark : String)
passmark=,
power : Int32
power,
power=(power : Int32)
power=,
rackspace : Float64
rackspace,
rackspace=(rackspace : Float64)
rackspace=,
sru : Float64
sru,
sru=(sru : Float64)
sru=,
su_perc : Int32
su_perc,
su_perc=(su_perc : Int32)
su_perc=
Constructor methods inherited from class Simulator::Hardware
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new
Constructor methods inherited from class Simulator::Model
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
A Stack of (n) number of certain hardware item