group

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: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Group

type Group struct {
	GroupShort

	// Variable part between one.groupool.info and one.group.info
	shared.QuotasList
	DefaultGroupQuotas shared.QuotasList `xml:"DEFAULT_GROUP_QUOTAS"`
}

Group represents an OpenNebula Group

type GroupShort

type GroupShort struct {
	XMLName  xml.Name     `xml:"GROUP"`
	ID       int          `xml:"ID,omitempty"`
	Name     string       `xml:"NAME"`
	Template dyn.Template `xml:"TEMPLATE"`

	Users  shared.EntitiesID `xml:"USERS,omitempty"`
	Admins shared.EntitiesID `xml:"ADMINS,omitempty"`
}

GroupShort keeps summary information on a group

type Pool

type Pool struct {
	XMLName            xml.Name          `xml:"GROUP_POOL"`
	Groups             []GroupShort      `xml:"GROUP"`
	Quotas             []shared.Quotas   `xml:"QUOTAS"`
	DefaultGroupQuotas shared.QuotasList `xml:"DEFAULT_GROUP_QUOTAS"`
}

Pool represents an OpenNebula GroupPool

Jump to

Keyboard shortcuts

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