Documentation ¶
Overview ¶
Package vnf is a generated protocol buffer package.
It is generated from these files:
vnf.proto
It has these top-level messages:
VnfEntity
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VnfEntity ¶
type VnfEntity struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Container string `protobuf:"bytes,2,opt,name=container,proto3" json:"container,omitempty"` L2Xconnects []*VnfEntity_L2XConnect `protobuf:"bytes,3,rep,name=l2xconnects" json:"l2xconnects,omitempty"` }
func (*VnfEntity) GetL2Xconnects ¶
func (m *VnfEntity) GetL2Xconnects() []*VnfEntity_L2XConnect
func (*VnfEntity) ProtoMessage ¶
func (*VnfEntity) ProtoMessage()
type VnfEntity_L2XConnect ¶
type VnfEntity_L2XConnect struct {
PortLabels []string `protobuf:"bytes,1,rep,name=port_labels" json:"port_labels,omitempty"`
}
func (*VnfEntity_L2XConnect) ProtoMessage ¶
func (*VnfEntity_L2XConnect) ProtoMessage()
func (*VnfEntity_L2XConnect) Reset ¶
func (m *VnfEntity_L2XConnect) Reset()
func (*VnfEntity_L2XConnect) String ¶
func (m *VnfEntity_L2XConnect) String() string
Click to show internal directories.
Click to hide internal directories.