Documentation ¶
Overview ¶
Package ipfix_export is a generated VPP binary API for 'ipfix_export' module.
It consists of:
4 enums 5 aliases 6 types 1 union 14 messages 7 services
Index ¶
- Constants
- func AllMessages() []api.Message
- type Address
- type AddressFamily
- type AddressUnion
- type AddressWithPrefix
- type IP4Address
- type IP4AddressWithPrefix
- type IP4Prefix
- type IP6Address
- type IP6AddressWithPrefix
- type IP6Prefix
- type IPDscp
- type IPEcn
- type IPProto
- type IpfixClassifyStreamDetails
- type IpfixClassifyStreamDump
- type IpfixClassifyTableAddDel
- type IpfixClassifyTableAddDelReply
- type IpfixClassifyTableDetails
- type IpfixClassifyTableDump
- type IpfixExporterDetails
- type IpfixExporterDump
- type IpfixFlush
- type IpfixFlushReply
- type Mprefix
- type Prefix
- type PrefixMatcher
- type RPCService
- type RPCService_DumpIpfixClassifyStreamClient
- type RPCService_DumpIpfixClassifyTableClient
- type RPCService_DumpIpfixExporterClient
- type SetIpfixClassifyStream
- type SetIpfixClassifyStreamReply
- type SetIpfixExporter
- type SetIpfixExporterReply
Constants ¶
const ( // ModuleName is the name of this module. ModuleName = "ipfix_export" // APIVersion is the API version of this module. APIVersion = "2.0.1" // VersionCrc is the CRC of this module. VersionCrc = 0xee6ea488 )
Variables ¶
This section is empty.
Functions ¶
func AllMessages ¶
Messages returns list of all messages in this module.
Types ¶
type AddressFamily ¶
type AddressFamily = ip_types.AddressFamily
type AddressUnion ¶
type AddressUnion = ip_types.AddressUnion
type AddressWithPrefix ¶
type AddressWithPrefix = ip_types.AddressWithPrefix
type IP4Address ¶
type IP4Address = ip_types.IP4Address
type IP4AddressWithPrefix ¶
type IP4AddressWithPrefix = ip_types.IP4AddressWithPrefix
type IP6Address ¶
type IP6Address = ip_types.IP6Address
type IP6AddressWithPrefix ¶
type IP6AddressWithPrefix = ip_types.IP6AddressWithPrefix
type IpfixClassifyStreamDetails ¶
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 AddressFamily TransportProtocol IPProto IsAdd bool }
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 AddressFamily TransportProtocol IPProto }
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 Address CollectorPort uint16 SrcAddress Address VrfID uint32 PathMtu uint32 TemplateInterval uint32 UDPChecksum bool }
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 IpfixFlush ¶
type IpfixFlush struct{}
IpfixFlush represents VPP binary API message 'ipfix_flush'.
func (*IpfixFlush) GetCrcString ¶
func (*IpfixFlush) GetCrcString() string
func (*IpfixFlush) GetMessageName ¶
func (*IpfixFlush) GetMessageName() string
func (*IpfixFlush) GetMessageType ¶
func (*IpfixFlush) GetMessageType() api.MessageType
func (*IpfixFlush) Reset ¶
func (m *IpfixFlush) Reset()
type IpfixFlushReply ¶
type IpfixFlushReply struct {
Retval int32
}
IpfixFlushReply represents VPP binary API message 'ipfix_flush_reply'.
func (*IpfixFlushReply) GetCrcString ¶
func (*IpfixFlushReply) GetCrcString() string
func (*IpfixFlushReply) GetMessageName ¶
func (*IpfixFlushReply) GetMessageName() string
func (*IpfixFlushReply) GetMessageType ¶
func (*IpfixFlushReply) GetMessageType() api.MessageType
func (*IpfixFlushReply) Reset ¶
func (m *IpfixFlushReply) Reset()
type PrefixMatcher ¶
type PrefixMatcher = ip_types.PrefixMatcher
type RPCService ¶
type RPCService interface { DumpIpfixClassifyStream(ctx context.Context, in *IpfixClassifyStreamDump) (RPCService_DumpIpfixClassifyStreamClient, error) DumpIpfixClassifyTable(ctx context.Context, in *IpfixClassifyTableDump) (RPCService_DumpIpfixClassifyTableClient, error) DumpIpfixExporter(ctx context.Context, in *IpfixExporterDump) (RPCService_DumpIpfixExporterClient, error) IpfixClassifyTableAddDel(ctx context.Context, in *IpfixClassifyTableAddDel) (*IpfixClassifyTableAddDelReply, error) IpfixFlush(ctx context.Context, in *IpfixFlush) (*IpfixFlushReply, error) SetIpfixClassifyStream(ctx context.Context, in *SetIpfixClassifyStream) (*SetIpfixClassifyStreamReply, error) SetIpfixExporter(ctx context.Context, in *SetIpfixExporter) (*SetIpfixExporterReply, error) }
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 ¶
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 Address CollectorPort uint16 SrcAddress Address VrfID uint32 PathMtu uint32 TemplateInterval uint32 UDPChecksum bool }
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()