vm

package
v0.0.2-pre Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2022 License: Apache-2.0 Imports: 39 Imported by: 0

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

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

type BackupInput

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

type CloneInput

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

type CreateTemplateInput

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

type EjectCdRomActionInput

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

type MigrateInput

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

type RemoveVolumeInput

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