Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State struct {
// contains filtered or unexported fields
}
State provides access to an networker worker's view of the state.
func (*State) MachineNetworkInfo ¶
func (st *State) MachineNetworkInfo(tag names.MachineTag) ([]network.InterfaceInfo, error)
MachineNetworkInfo returns information about network interfaces to setup only for a single machine.
func (*State) WatchInterfaces ¶
func (st *State) WatchInterfaces(tag names.MachineTag) (watcher.NotifyWatcher, error)
WatchInterfaces returns a NotifyWatcher that notifies of changes to network interfaces on the machine.
Click to show internal directories.
Click to hide internal directories.