Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetModel ¶
func GetModel() (model.DatabaseModel, error)
func GetSchema ¶
func GetSchema() (ovsdb.DatabaseSchema, error)
Types ¶
type BridgeType ¶
type BridgeType struct {
UUID string `ovsdb:"_uuid"`
Name string `ovsdb:"name"`
DatapathType string `ovsdb:"datapath_type"`
DatapathID *string `ovsdb:"datapath_id"`
OtherConfig map[string]string `ovsdb:"other_config"`
ExternalIds map[string]string `ovsdb:"external_ids"`
Ports []string `ovsdb:"ports"`
Status map[string]string `ovsdb:"status"`
Mirrors []string `ovsdb:"mirrors"`
}
BridgeType is the simplified ORM model of the Bridge table
type ManagerType ¶
type MirrorType ¶
Click to show internal directories.
Click to hide internal directories.