Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkerAPI ¶
type NetworkerAPI struct {
// contains filtered or unexported fields
}
NetworkerAPI provides access to the Networker API facade.
func NewNetworkerAPI ¶
func NewNetworkerAPI( st *state.State, _ *common.Resources, authorizer common.Authorizer, ) (*NetworkerAPI, error)
NewNetworkerAPI creates a new client-side Networker API facade.
func (*NetworkerAPI) MachineNetworkInfo ¶
func (n *NetworkerAPI) MachineNetworkInfo(args params.Entities) (params.MachineNetworkInfoResults, error)
Networks returns the list of networks with related interfaces for a given set of machines.
Click to show internal directories.
Click to hide internal directories.