Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CapacityBlock ¶
type Model ¶
type Model struct {
Switches []*Switch `yaml:"switches"`
CapacityBlocks []*CapacityBlock `yaml:"capacity_blocks"`
// derived
Nodes map[string]*Node
Instances []topology.ComputeInstances
}
func NewModelFromData ¶ added in v0.3.0
func NewModelFromFile ¶
Click to show internal directories.
Click to hide internal directories.