vm

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2024 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VMConfig

type VMConfig struct {
	Address *string `yaml:"address,omitempty"`
	Arch    *string `yaml:"arch,omitempty"`
	CPU     *int    `yaml:"cpu,omitempty"`
	Disk    *int    `yaml:"disk,omitempty"`
	Driver  *string `yaml:"driver,omitempty"`
	Memory  *int    `yaml:"memory,omitempty"`
}

VMConfig represents the VM configuration

func (*VMConfig) Copy

func (c *VMConfig) Copy() *VMConfig

Copy creates a deep copy of the VMConfig object

func (*VMConfig) Merge

func (base *VMConfig) Merge(overlay *VMConfig)

Merge performs a deep merge of the current VMConfig with another VMConfig.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL