Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultFormat ¶
type DefaultFormat struct {
Type string `xml:"type,attr"`
}
type Pool ¶
type Pool struct { Type string `xml:"type,attr"` Supported string `xml:"supported,attr"` VolOptions VolOptions `xml:"volOptions"` PoolOptions PoolOptions `xml:"poolOptions"` }
type PoolOptions ¶
type PoolOptions struct { DefaultFormat DefaultFormat `xml:"defaultFormat"` Enum Enum `xml:"enum"` }
type Source ¶ added in v0.1.35
type Source struct { XMLName xml.Name `xml:"source"` Host Host `xml:"host"` Initiator Initiator `xml:"initiator"` }
type Sources ¶ added in v0.1.35
type Sources struct { XMLName xml.Name `xml:"sources"` Source []libvirtxml.StoragePoolSource `xml:"source"` }
type StoragepoolCapabilities ¶
type StoragepoolCapabilities struct { XMLName xml.Name `xml:"storagepoolCapabilities"` Pool []Pool `xml:"pool"` }
Storage Pool Capabilities xml not found inside https://pkg.go.dev/libvirt.org/go/libvirtxml.
type VolOptions ¶
type VolOptions struct { DefaultFormat DefaultFormat `xml:"defaultFormat"` Enum Enum `xml:"enum"` }
Click to show internal directories.
Click to hide internal directories.