vm

package
v0.0.0-...-86e45fd Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2024 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NetboxVmResponse

type NetboxVmResponse struct {
	Name   string `json:"name"`
	Status struct {
		Value string `json:"value"`
	} `json:"status"`
	PrimaryIp struct {
		Address string `json:"address"`
	} `json:"primary_ip"`
}

func CreateVm

func CreateVm(c *cli.Context, name string) (NetboxVmResponse, error)

func FindVm

func FindVm(c *cli.Context, name string) (NetboxVmResponse, error)

Jump to

Keyboard shortcuts

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