Versions in this module Expand all Collapse all v0 v0.0.1 Oct 10, 2017 Changes in this version + var InterfaceType_name = map[int32]string + var InterfaceType_value = map[string]int32 + type BridgeDomain struct + Id uint32 + Interfaces []*BridgeDomain_Interface + Vni []uint32 + func (*BridgeDomain) ProtoMessage() + func (m *BridgeDomain) GetInterfaces() []*BridgeDomain_Interface + func (m *BridgeDomain) Reset() + func (m *BridgeDomain) String() string + type BridgeDomain_Interface struct + Name string + ServiceInstance uint32 + func (*BridgeDomain_Interface) ProtoMessage() + func (m *BridgeDomain_Interface) Reset() + func (m *BridgeDomain_Interface) String() string + type Interface struct + Decription string + IpAddress string + IpRedirects bool + Name string + ServiceInstance *Interface_ServiceInstance + Type InterfaceType + Vxlan []*Interface_Vxlan + func (*Interface) ProtoMessage() + func (m *Interface) GetServiceInstance() *Interface_ServiceInstance + func (m *Interface) GetVxlan() []*Interface_Vxlan + func (m *Interface) Reset() + func (m *Interface) String() string + type InterfaceType int32 + const InterfaceType_BDI_INTERFACE + const InterfaceType_ETHERNET_CSMACD + const InterfaceType_NVE_INTERFACE + const InterfaceType_SOFTWARE_LOOPBACK + func (x InterfaceType) String() string + type Interface_ServiceInstance struct + Encapsulation string + Id uint32 + func (*Interface_ServiceInstance) ProtoMessage() + func (m *Interface_ServiceInstance) Reset() + func (m *Interface_ServiceInstance) String() string + type Interface_Vxlan struct + DstAddress string + SrcInterfaceName string + Vni uint32 + func (*Interface_Vxlan) ProtoMessage() + func (m *Interface_Vxlan) Reset() + func (m *Interface_Vxlan) String() string + type StaticRoute struct + DstAddress string + NextHopAddress string + OutgoingInterfaceName string + func (*StaticRoute) ProtoMessage() + func (m *StaticRoute) Reset() + func (m *StaticRoute) String() string