package
Version:
v0.0.0-...-9da2307
Opens a new window with list of versions in this module.
Published: Nov 7, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
¶
type EndpointEntry struct {
Id string `json:"id"`
Ip string `json:"ip"`
EpgId string `json:"epgid"`
}
type EndpointGroup struct {
Id string `json:"id"`
Epg string `json:"epg"`
WireId string `json:"wire-id"`
}
type InfoEntry struct {
Id string `json:"id"`
}
type ModuleEntry struct {
Id string `json:"id"`
ModuleType string `json:"module_type"`
DisplayName string `json:"display_name"`
Perm string `json:"permissions"`
Config map[string]interface{} `json:"config"`
Tags []string `json:"tags"`
}
type Policy struct {
Id string `json:"id"`
SourceEPG string `json:"sourceepg"`
SourcePort string `json:"sourceport"`
DestEPG string `json:"destepg"`
DestPort string `json:"destport"`
Protocol string `json:"protocol"`
Action string `json:"action"`
}
type TableEntry struct {
Key string `json:"key"`
Value string `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.