vm

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2024 License: Apache-2.0 Imports: 52 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterSchema

func RegisterSchema(scaled *config.Scaled, server *server.Server, options config.Options) error

Types

type AddVolumeInput added in v0.3.0

type AddVolumeInput struct {
	DiskName         string `json:"diskName"`
	VolumeSourceName string `json:"volumeSourceName"`
}

type BackupInput

type BackupInput struct {
	Name string `json:"name"`
}

type CloneInput added in v1.1.0

type CloneInput struct {
	TargetVM string `json:"targetVm"`
}

type CreateTemplateInput

type CreateTemplateInput struct {
	Name        string `json:"name"`
	Description string `json:"description,omitempty"`
	WithData    bool   `json:"withData"`
}

type EjectCdRomActionInput

type EjectCdRomActionInput struct {
	DiskNames []string `json:"diskNames,omitempty"`
}

type FindMigratableNodesOutput added in v1.2.0

type FindMigratableNodesOutput struct {
	Nodes []string `json:"nodes"`
}

type MigrateInput

type MigrateInput struct {
	NodeName string `json:"nodeName"`
}

type RemoveVolumeInput added in v0.3.0

type RemoveVolumeInput struct {
	DiskName string `json:"diskName"`
}

type RestoreInput

type RestoreInput struct {
	Name       string `json:"name"`
	BackupName string `json:"backupName"`
}

Jump to

Keyboard shortcuts

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