Versions in this module Expand all Collapse all v0 v0.5.3 Aug 13, 2025 v0.5.2 Aug 10, 2025 Changes in this version + type BridgeNetworkInterface struct + Bridge string + func (ni *BridgeNetworkInterface) PrepareConfig(ctx *interpolate.Context) (warnings []string, errs []error) + func (ni BridgeNetworkInterface) UpdateDomainInterface(domainInterface *libvirtxml.DomainInterface) + type FlatNetworkInterface struct + Alias *string + Bridge *string + Mac *string + Model *string + Network *string + Type *string + func (*FlatNetworkInterface) HCL2Spec() map[string]hcldec.Spec + type ManagedNetworkInterface struct + Network string + func (ni *ManagedNetworkInterface) PrepareConfig(ctx *interpolate.Context) (warnings []string, errs []error) + func (ni *ManagedNetworkInterface) UpdateDomainInterface(domainInterface *libvirtxml.DomainInterface) + type NetworkInterface struct + Alias string + Bridge BridgeNetworkInterface + Mac string + Managed ManagedNetworkInterface + Model string + Type string + func (*NetworkInterface) FlatMapstructure() interface{ ... } + func (ni *NetworkInterface) PrepareConfig(ctx *interpolate.Context) (warnings []string, errs []error) + func (ni NetworkInterface) DomainInterface() *libvirtxml.DomainInterface