Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Probe ¶ added in v0.21.0
type Probe struct {
graph.DefaultGraphListener
// contains filtered or unexported fields
}
Probe describes a topology probe that maps neutron attributes in the graph
func NewProbe ¶ added in v0.21.0
func NewProbe(g *graph.Graph, authURL, username, password, tenantName, regionName, domainName string, availability gophercloud.Availability) (*Probe, error)
NewProbe creates a neutron probe that will enhance the graph
func NewProbeFromConfig ¶ added in v0.21.0
NewProbeFromConfig creates a new neutron probe based on configuration
func (*Probe) OnNodeAdded ¶ added in v0.21.0
OnNodeAdded event
func (*Probe) OnNodeDeleted ¶ added in v0.21.0
OnNodeDeleted event
func (*Probe) OnNodeUpdated ¶ added in v0.21.0
OnNodeUpdated event
Source Files
¶
- neutron.go
Click to show internal directories.
Click to hide internal directories.