ipfix_export

package
v0.0.0-...-f91f7f2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package ipfix_export is a generated VPP binary API for 'ipfix_export' module.

It consists of:

12 messages
 6 services

Index

Constants

View Source
const (
	// ModuleName is the name of this module.
	ModuleName = "ipfix_export"
	// APIVersion is the API version of this module.
	APIVersion = "1.0.0"
	// VersionCrc is the CRC of this module.
	VersionCrc = 0x3e08644f
)

Variables

This section is empty.

Functions

func AllMessages

func AllMessages() []api.Message

Messages returns list of all messages in this module.

Types

type IpfixClassifyStreamDetails

type IpfixClassifyStreamDetails struct {
	DomainID uint32
	SrcPort  uint16
}

IpfixClassifyStreamDetails represents VPP binary API message 'ipfix_classify_stream_details'.

func (*IpfixClassifyStreamDetails) GetCrcString

func (*IpfixClassifyStreamDetails) GetCrcString() string

func (*IpfixClassifyStreamDetails) GetMessageName

func (*IpfixClassifyStreamDetails) GetMessageName() string

func (*IpfixClassifyStreamDetails) GetMessageType

func (*IpfixClassifyStreamDetails) GetMessageType() api.MessageType

func (*IpfixClassifyStreamDetails) Reset

func (m *IpfixClassifyStreamDetails) Reset()

type IpfixClassifyStreamDump

type IpfixClassifyStreamDump struct{}

IpfixClassifyStreamDump represents VPP binary API message 'ipfix_classify_stream_dump'.

func (*IpfixClassifyStreamDump) GetCrcString

func (*IpfixClassifyStreamDump) GetCrcString() string

func (*IpfixClassifyStreamDump) GetMessageName

func (*IpfixClassifyStreamDump) GetMessageName() string

func (*IpfixClassifyStreamDump) GetMessageType

func (*IpfixClassifyStreamDump) GetMessageType() api.MessageType

func (*IpfixClassifyStreamDump) Reset

func (m *IpfixClassifyStreamDump) Reset()

type IpfixClassifyTableAddDel

type IpfixClassifyTableAddDel struct {
	TableID           uint32
	IPVersion         uint8
	TransportProtocol uint8
	IsAdd             uint8
}

IpfixClassifyTableAddDel represents VPP binary API message 'ipfix_classify_table_add_del'.

func (*IpfixClassifyTableAddDel) GetCrcString

func (*IpfixClassifyTableAddDel) GetCrcString() string

func (*IpfixClassifyTableAddDel) GetMessageName

func (*IpfixClassifyTableAddDel) GetMessageName() string

func (*IpfixClassifyTableAddDel) GetMessageType

func (*IpfixClassifyTableAddDel) GetMessageType() api.MessageType

func (*IpfixClassifyTableAddDel) Reset

func (m *IpfixClassifyTableAddDel) Reset()

type IpfixClassifyTableAddDelReply

type IpfixClassifyTableAddDelReply struct {
	Retval int32
}

IpfixClassifyTableAddDelReply represents VPP binary API message 'ipfix_classify_table_add_del_reply'.

func (*IpfixClassifyTableAddDelReply) GetCrcString

func (*IpfixClassifyTableAddDelReply) GetCrcString() string

func (*IpfixClassifyTableAddDelReply) GetMessageName

func (*IpfixClassifyTableAddDelReply) GetMessageName() string

func (*IpfixClassifyTableAddDelReply) GetMessageType

func (*IpfixClassifyTableAddDelReply) GetMessageType() api.MessageType

func (*IpfixClassifyTableAddDelReply) Reset

func (m *IpfixClassifyTableAddDelReply) Reset()

type IpfixClassifyTableDetails

type IpfixClassifyTableDetails struct {
	TableID           uint32
	IPVersion         uint8
	TransportProtocol uint8
}

IpfixClassifyTableDetails represents VPP binary API message 'ipfix_classify_table_details'.

func (*IpfixClassifyTableDetails) GetCrcString

func (*IpfixClassifyTableDetails) GetCrcString() string

func (*IpfixClassifyTableDetails) GetMessageName

func (*IpfixClassifyTableDetails) GetMessageName() string

func (*IpfixClassifyTableDetails) GetMessageType

func (*IpfixClassifyTableDetails) GetMessageType() api.MessageType

func (*IpfixClassifyTableDetails) Reset

func (m *IpfixClassifyTableDetails) Reset()

type IpfixClassifyTableDump

type IpfixClassifyTableDump struct{}

IpfixClassifyTableDump represents VPP binary API message 'ipfix_classify_table_dump'.

func (*IpfixClassifyTableDump) GetCrcString

func (*IpfixClassifyTableDump) GetCrcString() string

func (*IpfixClassifyTableDump) GetMessageName

func (*IpfixClassifyTableDump) GetMessageName() string

func (*IpfixClassifyTableDump) GetMessageType

func (*IpfixClassifyTableDump) GetMessageType() api.MessageType

func (*IpfixClassifyTableDump) Reset

func (m *IpfixClassifyTableDump) Reset()

type IpfixExporterDetails

type IpfixExporterDetails struct {
	CollectorAddress []byte `struc:"[16]byte"`
	CollectorPort    uint16
	SrcAddress       []byte `struc:"[16]byte"`
	VrfID            uint32
	PathMtu          uint32
	TemplateInterval uint32
	UDPChecksum      uint8
}

IpfixExporterDetails represents VPP binary API message 'ipfix_exporter_details'.

func (*IpfixExporterDetails) GetCrcString

func (*IpfixExporterDetails) GetCrcString() string

func (*IpfixExporterDetails) GetMessageName

func (*IpfixExporterDetails) GetMessageName() string

func (*IpfixExporterDetails) GetMessageType

func (*IpfixExporterDetails) GetMessageType() api.MessageType

func (*IpfixExporterDetails) Reset

func (m *IpfixExporterDetails) Reset()

type IpfixExporterDump

type IpfixExporterDump struct{}

IpfixExporterDump represents VPP binary API message 'ipfix_exporter_dump'.

func (*IpfixExporterDump) GetCrcString

func (*IpfixExporterDump) GetCrcString() string

func (*IpfixExporterDump) GetMessageName

func (*IpfixExporterDump) GetMessageName() string

func (*IpfixExporterDump) GetMessageType

func (*IpfixExporterDump) GetMessageType() api.MessageType

func (*IpfixExporterDump) Reset

func (m *IpfixExporterDump) Reset()

type RPCService

RPCService represents RPC service API for ipfix_export module.

func NewServiceClient

func NewServiceClient(ch api.Channel) RPCService

type RPCService_DumpIpfixClassifyStreamClient

type RPCService_DumpIpfixClassifyStreamClient interface {
	Recv() (*IpfixClassifyStreamDetails, error)
}

type RPCService_DumpIpfixClassifyTableClient

type RPCService_DumpIpfixClassifyTableClient interface {
	Recv() (*IpfixClassifyTableDetails, error)
}

type RPCService_DumpIpfixExporterClient

type RPCService_DumpIpfixExporterClient interface {
	Recv() (*IpfixExporterDetails, error)
}

type SetIpfixClassifyStream

type SetIpfixClassifyStream struct {
	DomainID uint32
	SrcPort  uint16
}

SetIpfixClassifyStream represents VPP binary API message 'set_ipfix_classify_stream'.

func (*SetIpfixClassifyStream) GetCrcString

func (*SetIpfixClassifyStream) GetCrcString() string

func (*SetIpfixClassifyStream) GetMessageName

func (*SetIpfixClassifyStream) GetMessageName() string

func (*SetIpfixClassifyStream) GetMessageType

func (*SetIpfixClassifyStream) GetMessageType() api.MessageType

func (*SetIpfixClassifyStream) Reset

func (m *SetIpfixClassifyStream) Reset()

type SetIpfixClassifyStreamReply

type SetIpfixClassifyStreamReply struct {
	Retval int32
}

SetIpfixClassifyStreamReply represents VPP binary API message 'set_ipfix_classify_stream_reply'.

func (*SetIpfixClassifyStreamReply) GetCrcString

func (*SetIpfixClassifyStreamReply) GetCrcString() string

func (*SetIpfixClassifyStreamReply) GetMessageName

func (*SetIpfixClassifyStreamReply) GetMessageName() string

func (*SetIpfixClassifyStreamReply) GetMessageType

func (*SetIpfixClassifyStreamReply) GetMessageType() api.MessageType

func (*SetIpfixClassifyStreamReply) Reset

func (m *SetIpfixClassifyStreamReply) Reset()

type SetIpfixExporter

type SetIpfixExporter struct {
	CollectorAddress []byte `struc:"[16]byte"`
	CollectorPort    uint16
	SrcAddress       []byte `struc:"[16]byte"`
	VrfID            uint32
	PathMtu          uint32
	TemplateInterval uint32
	UDPChecksum      uint8
}

SetIpfixExporter represents VPP binary API message 'set_ipfix_exporter'.

func (*SetIpfixExporter) GetCrcString

func (*SetIpfixExporter) GetCrcString() string

func (*SetIpfixExporter) GetMessageName

func (*SetIpfixExporter) GetMessageName() string

func (*SetIpfixExporter) GetMessageType

func (*SetIpfixExporter) GetMessageType() api.MessageType

func (*SetIpfixExporter) Reset

func (m *SetIpfixExporter) Reset()

type SetIpfixExporterReply

type SetIpfixExporterReply struct {
	Retval int32
}

SetIpfixExporterReply represents VPP binary API message 'set_ipfix_exporter_reply'.

func (*SetIpfixExporterReply) GetCrcString

func (*SetIpfixExporterReply) GetCrcString() string

func (*SetIpfixExporterReply) GetMessageName

func (*SetIpfixExporterReply) GetMessageName() string

func (*SetIpfixExporterReply) GetMessageType

func (*SetIpfixExporterReply) GetMessageType() api.MessageType

func (*SetIpfixExporterReply) Reset

func (m *SetIpfixExporterReply) Reset()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL