vntemplate

package
v0.0.0-...-884d9dc Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pool

type Pool struct {
	XMLName     xml.Name     `xml:"VNTEMPLATE_POOL"`
	VNTemplates []VNTemplate `xml:"VNTEMPLATE"`
}

Pool represents an OpenNebula Virtual Network Template pool

type VNTemplate

type VNTemplate struct {
	XMLName     xml.Name           `xml:"VNTEMPLATE"`
	ID          int                `xml:"ID,omitempty"`
	UID         int                `xml:"UID,omitempty"`
	GID         int                `xml:"GID,omitempty"`
	UName       string             `xml:"UNAME,omitempty"`
	GName       string             `xml:"GNAME,omitempty"`
	Name        string             `xml:"NAME"`
	LockInfos   *shared.Lock       `xml:"LOCK"`
	Permissions shared.Permissions `xml:"PERMISSIONS"`
	RegTime     string             `xml:"REGTIME"`
	Template    dyn.Template       `xml:"TEMPLATE"`
}

VNTemplate represents an OpenNebula Virtual Network Template

Jump to

Keyboard shortcuts

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