ipfix_export

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package ipfix_export contains generated bindings for API file ipfix_export.api.

Contents:

19 messages

Index

Constants

View Source
const (
	APIFile    = "ipfix_export"
	APIVersion = "2.0.3"
	VersionCrc = 0x63e0810a
)

Variables

This section is empty.

Functions

func AllMessages

func AllMessages() []api.Message

Messages returns list of all messages in this module.

Types

type IpfixAllExporterDetails added in v0.5.0

type IpfixAllExporterDetails struct {
	CollectorAddress ip_types.Address `binapi:"address,name=collector_address" json:"collector_address,omitempty"`
	CollectorPort    uint16           `binapi:"u16,name=collector_port" json:"collector_port,omitempty"`
	SrcAddress       ip_types.Address `binapi:"address,name=src_address" json:"src_address,omitempty"`
	VrfID            uint32           `binapi:"u32,name=vrf_id" json:"vrf_id,omitempty"`
	PathMtu          uint32           `binapi:"u32,name=path_mtu" json:"path_mtu,omitempty"`
	TemplateInterval uint32           `binapi:"u32,name=template_interval" json:"template_interval,omitempty"`
	UDPChecksum      bool             `binapi:"bool,name=udp_checksum" json:"udp_checksum,omitempty"`
}

IpfixAllExporterDetails defines message 'ipfix_all_exporter_details'.

func (*IpfixAllExporterDetails) GetCrcString added in v0.5.0

func (*IpfixAllExporterDetails) GetCrcString() string

func (*IpfixAllExporterDetails) GetMessageName added in v0.5.0

func (*IpfixAllExporterDetails) GetMessageName() string

func (*IpfixAllExporterDetails) GetMessageType added in v0.5.0

func (*IpfixAllExporterDetails) GetMessageType() api.MessageType

func (*IpfixAllExporterDetails) Marshal added in v0.5.0

func (m *IpfixAllExporterDetails) Marshal(b []byte) ([]byte, error)

func (*IpfixAllExporterDetails) Reset added in v0.5.0

func (m *IpfixAllExporterDetails) Reset()

func (*IpfixAllExporterDetails) Size added in v0.5.0

func (m *IpfixAllExporterDetails) Size() (size int)

func (*IpfixAllExporterDetails) Unmarshal added in v0.5.0

func (m *IpfixAllExporterDetails) Unmarshal(b []byte) error

type IpfixAllExporterGet added in v0.5.0

type IpfixAllExporterGet struct {
	Cursor uint32 `binapi:"u32,name=cursor" json:"cursor,omitempty"`
}

IpfixAllExporterGet defines message 'ipfix_all_exporter_get'.

func (*IpfixAllExporterGet) GetCrcString added in v0.5.0

func (*IpfixAllExporterGet) GetCrcString() string

func (*IpfixAllExporterGet) GetMessageName added in v0.5.0

func (*IpfixAllExporterGet) GetMessageName() string

func (*IpfixAllExporterGet) GetMessageType added in v0.5.0

func (*IpfixAllExporterGet) GetMessageType() api.MessageType

func (*IpfixAllExporterGet) Marshal added in v0.5.0

func (m *IpfixAllExporterGet) Marshal(b []byte) ([]byte, error)

func (*IpfixAllExporterGet) Reset added in v0.5.0

func (m *IpfixAllExporterGet) Reset()

func (*IpfixAllExporterGet) Size added in v0.5.0

func (m *IpfixAllExporterGet) Size() (size int)

func (*IpfixAllExporterGet) Unmarshal added in v0.5.0

func (m *IpfixAllExporterGet) Unmarshal(b []byte) error

type IpfixAllExporterGetReply added in v0.5.0

type IpfixAllExporterGetReply struct {
	Retval int32  `binapi:"i32,name=retval" json:"retval,omitempty"`
	Cursor uint32 `binapi:"u32,name=cursor" json:"cursor,omitempty"`
}

IpfixAllExporterGetReply defines message 'ipfix_all_exporter_get_reply'.

func (*IpfixAllExporterGetReply) GetCrcString added in v0.5.0

func (*IpfixAllExporterGetReply) GetCrcString() string

func (*IpfixAllExporterGetReply) GetMessageName added in v0.5.0

func (*IpfixAllExporterGetReply) GetMessageName() string

func (*IpfixAllExporterGetReply) GetMessageType added in v0.5.0

func (*IpfixAllExporterGetReply) GetMessageType() api.MessageType

func (*IpfixAllExporterGetReply) Marshal added in v0.5.0

func (m *IpfixAllExporterGetReply) Marshal(b []byte) ([]byte, error)

func (*IpfixAllExporterGetReply) Reset added in v0.5.0

func (m *IpfixAllExporterGetReply) Reset()

func (*IpfixAllExporterGetReply) Size added in v0.5.0

func (m *IpfixAllExporterGetReply) Size() (size int)

func (*IpfixAllExporterGetReply) Unmarshal added in v0.5.0

func (m *IpfixAllExporterGetReply) Unmarshal(b []byte) error

type IpfixClassifyStreamDetails

type IpfixClassifyStreamDetails struct {
	DomainID uint32 `binapi:"u32,name=domain_id" json:"domain_id,omitempty"`
	SrcPort  uint16 `binapi:"u16,name=src_port" json:"src_port,omitempty"`
}

IpfixClassifyStreamDetails defines 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) Marshal

func (m *IpfixClassifyStreamDetails) Marshal(b []byte) ([]byte, error)

func (*IpfixClassifyStreamDetails) Reset

func (m *IpfixClassifyStreamDetails) Reset()

func (*IpfixClassifyStreamDetails) Size

func (m *IpfixClassifyStreamDetails) Size() (size int)

func (*IpfixClassifyStreamDetails) Unmarshal

func (m *IpfixClassifyStreamDetails) Unmarshal(b []byte) error

type IpfixClassifyStreamDump

type IpfixClassifyStreamDump struct{}

IpfixClassifyStreamDump defines 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) Marshal

func (m *IpfixClassifyStreamDump) Marshal(b []byte) ([]byte, error)

func (*IpfixClassifyStreamDump) Reset

func (m *IpfixClassifyStreamDump) Reset()

func (*IpfixClassifyStreamDump) Size

func (m *IpfixClassifyStreamDump) Size() (size int)

func (*IpfixClassifyStreamDump) Unmarshal

func (m *IpfixClassifyStreamDump) Unmarshal(b []byte) error

type IpfixClassifyTableAddDel

type IpfixClassifyTableAddDel struct {
	TableID           uint32                 `binapi:"u32,name=table_id" json:"table_id,omitempty"`
	IPVersion         ip_types.AddressFamily `binapi:"address_family,name=ip_version" json:"ip_version,omitempty"`
	TransportProtocol ip_types.IPProto       `binapi:"ip_proto,name=transport_protocol" json:"transport_protocol,omitempty"`
	IsAdd             bool                   `binapi:"bool,name=is_add" json:"is_add,omitempty"`
}

IpfixClassifyTableAddDel defines 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) Marshal

func (m *IpfixClassifyTableAddDel) Marshal(b []byte) ([]byte, error)

func (*IpfixClassifyTableAddDel) Reset

func (m *IpfixClassifyTableAddDel) Reset()

func (*IpfixClassifyTableAddDel) Size

func (m *IpfixClassifyTableAddDel) Size() (size int)

func (*IpfixClassifyTableAddDel) Unmarshal

func (m *IpfixClassifyTableAddDel) Unmarshal(b []byte) error

type IpfixClassifyTableAddDelReply

type IpfixClassifyTableAddDelReply struct {
	Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}

IpfixClassifyTableAddDelReply defines 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) Marshal

func (m *IpfixClassifyTableAddDelReply) Marshal(b []byte) ([]byte, error)

func (*IpfixClassifyTableAddDelReply) Reset

func (m *IpfixClassifyTableAddDelReply) Reset()

func (*IpfixClassifyTableAddDelReply) Size

func (m *IpfixClassifyTableAddDelReply) Size() (size int)

func (*IpfixClassifyTableAddDelReply) Unmarshal

func (m *IpfixClassifyTableAddDelReply) Unmarshal(b []byte) error

type IpfixClassifyTableDetails

type IpfixClassifyTableDetails struct {
	TableID           uint32                 `binapi:"u32,name=table_id" json:"table_id,omitempty"`
	IPVersion         ip_types.AddressFamily `binapi:"address_family,name=ip_version" json:"ip_version,omitempty"`
	TransportProtocol ip_types.IPProto       `binapi:"ip_proto,name=transport_protocol" json:"transport_protocol,omitempty"`
}

IpfixClassifyTableDetails defines 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) Marshal

func (m *IpfixClassifyTableDetails) Marshal(b []byte) ([]byte, error)

func (*IpfixClassifyTableDetails) Reset

func (m *IpfixClassifyTableDetails) Reset()

func (*IpfixClassifyTableDetails) Size

func (m *IpfixClassifyTableDetails) Size() (size int)

func (*IpfixClassifyTableDetails) Unmarshal

func (m *IpfixClassifyTableDetails) Unmarshal(b []byte) error

type IpfixClassifyTableDump

type IpfixClassifyTableDump struct{}

IpfixClassifyTableDump defines 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) Marshal

func (m *IpfixClassifyTableDump) Marshal(b []byte) ([]byte, error)

func (*IpfixClassifyTableDump) Reset

func (m *IpfixClassifyTableDump) Reset()

func (*IpfixClassifyTableDump) Size

func (m *IpfixClassifyTableDump) Size() (size int)

func (*IpfixClassifyTableDump) Unmarshal

func (m *IpfixClassifyTableDump) Unmarshal(b []byte) error

type IpfixExporterCreateDelete added in v0.5.0

type IpfixExporterCreateDelete struct {
	IsCreate         bool             `binapi:"bool,name=is_create" json:"is_create,omitempty"`
	CollectorAddress ip_types.Address `binapi:"address,name=collector_address" json:"collector_address,omitempty"`
	CollectorPort    uint16           `binapi:"u16,name=collector_port" json:"collector_port,omitempty"`
	SrcAddress       ip_types.Address `binapi:"address,name=src_address" json:"src_address,omitempty"`
	VrfID            uint32           `binapi:"u32,name=vrf_id" json:"vrf_id,omitempty"`
	PathMtu          uint32           `binapi:"u32,name=path_mtu" json:"path_mtu,omitempty"`
	TemplateInterval uint32           `binapi:"u32,name=template_interval" json:"template_interval,omitempty"`
	UDPChecksum      bool             `binapi:"bool,name=udp_checksum" json:"udp_checksum,omitempty"`
}

IpfixExporterCreateDelete defines message 'ipfix_exporter_create_delete'.

func (*IpfixExporterCreateDelete) GetCrcString added in v0.5.0

func (*IpfixExporterCreateDelete) GetCrcString() string

func (*IpfixExporterCreateDelete) GetMessageName added in v0.5.0

func (*IpfixExporterCreateDelete) GetMessageName() string

func (*IpfixExporterCreateDelete) GetMessageType added in v0.5.0

func (*IpfixExporterCreateDelete) GetMessageType() api.MessageType

func (*IpfixExporterCreateDelete) Marshal added in v0.5.0

func (m *IpfixExporterCreateDelete) Marshal(b []byte) ([]byte, error)

func (*IpfixExporterCreateDelete) Reset added in v0.5.0

func (m *IpfixExporterCreateDelete) Reset()

func (*IpfixExporterCreateDelete) Size added in v0.5.0

func (m *IpfixExporterCreateDelete) Size() (size int)

func (*IpfixExporterCreateDelete) Unmarshal added in v0.5.0

func (m *IpfixExporterCreateDelete) Unmarshal(b []byte) error

type IpfixExporterCreateDeleteReply added in v0.5.0

type IpfixExporterCreateDeleteReply struct {
	Retval    int32  `binapi:"i32,name=retval" json:"retval,omitempty"`
	StatIndex uint32 `binapi:"u32,name=stat_index" json:"stat_index,omitempty"`
}

IpfixExporterCreateDeleteReply defines message 'ipfix_exporter_create_delete_reply'.

func (*IpfixExporterCreateDeleteReply) GetCrcString added in v0.5.0

func (*IpfixExporterCreateDeleteReply) GetCrcString() string

func (*IpfixExporterCreateDeleteReply) GetMessageName added in v0.5.0

func (*IpfixExporterCreateDeleteReply) GetMessageName() string

func (*IpfixExporterCreateDeleteReply) GetMessageType added in v0.5.0

func (*IpfixExporterCreateDeleteReply) Marshal added in v0.5.0

func (m *IpfixExporterCreateDeleteReply) Marshal(b []byte) ([]byte, error)

func (*IpfixExporterCreateDeleteReply) Reset added in v0.5.0

func (m *IpfixExporterCreateDeleteReply) Reset()

func (*IpfixExporterCreateDeleteReply) Size added in v0.5.0

func (m *IpfixExporterCreateDeleteReply) Size() (size int)

func (*IpfixExporterCreateDeleteReply) Unmarshal added in v0.5.0

func (m *IpfixExporterCreateDeleteReply) Unmarshal(b []byte) error

type IpfixExporterDetails

type IpfixExporterDetails struct {
	CollectorAddress ip_types.Address `binapi:"address,name=collector_address" json:"collector_address,omitempty"`
	CollectorPort    uint16           `binapi:"u16,name=collector_port" json:"collector_port,omitempty"`
	SrcAddress       ip_types.Address `binapi:"address,name=src_address" json:"src_address,omitempty"`
	VrfID            uint32           `binapi:"u32,name=vrf_id" json:"vrf_id,omitempty"`
	PathMtu          uint32           `binapi:"u32,name=path_mtu" json:"path_mtu,omitempty"`
	TemplateInterval uint32           `binapi:"u32,name=template_interval" json:"template_interval,omitempty"`
	UDPChecksum      bool             `binapi:"bool,name=udp_checksum" json:"udp_checksum,omitempty"`
}

IpfixExporterDetails defines 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) Marshal

func (m *IpfixExporterDetails) Marshal(b []byte) ([]byte, error)

func (*IpfixExporterDetails) Reset

func (m *IpfixExporterDetails) Reset()

func (*IpfixExporterDetails) Size

func (m *IpfixExporterDetails) Size() (size int)

func (*IpfixExporterDetails) Unmarshal

func (m *IpfixExporterDetails) Unmarshal(b []byte) error

type IpfixExporterDump

type IpfixExporterDump struct{}

IpfixExporterDump defines 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) Marshal

func (m *IpfixExporterDump) Marshal(b []byte) ([]byte, error)

func (*IpfixExporterDump) Reset

func (m *IpfixExporterDump) Reset()

func (*IpfixExporterDump) Size

func (m *IpfixExporterDump) Size() (size int)

func (*IpfixExporterDump) Unmarshal

func (m *IpfixExporterDump) Unmarshal(b []byte) error

type IpfixFlush

type IpfixFlush struct{}

IpfixFlush defines 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) Marshal

func (m *IpfixFlush) Marshal(b []byte) ([]byte, error)

func (*IpfixFlush) Reset

func (m *IpfixFlush) Reset()

func (*IpfixFlush) Size

func (m *IpfixFlush) Size() (size int)

func (*IpfixFlush) Unmarshal

func (m *IpfixFlush) Unmarshal(b []byte) error

type IpfixFlushReply

type IpfixFlushReply struct {
	Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}

IpfixFlushReply defines 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) Marshal

func (m *IpfixFlushReply) Marshal(b []byte) ([]byte, error)

func (*IpfixFlushReply) Reset

func (m *IpfixFlushReply) Reset()

func (*IpfixFlushReply) Size

func (m *IpfixFlushReply) Size() (size int)

func (*IpfixFlushReply) Unmarshal

func (m *IpfixFlushReply) Unmarshal(b []byte) error

type RPCService

RPCService defines RPC service ipfix_export.

func NewServiceClient

func NewServiceClient(conn api.Connection) RPCService

type RPCService_IpfixAllExporterGetClient added in v0.5.0

type RPCService_IpfixAllExporterGetClient interface {
	Recv() (*IpfixAllExporterDetails, error)
	api.Stream
}

type RPCService_IpfixClassifyStreamDumpClient

type RPCService_IpfixClassifyStreamDumpClient interface {
	Recv() (*IpfixClassifyStreamDetails, error)
	api.Stream
}

type RPCService_IpfixClassifyTableDumpClient

type RPCService_IpfixClassifyTableDumpClient interface {
	Recv() (*IpfixClassifyTableDetails, error)
	api.Stream
}

type RPCService_IpfixExporterDumpClient

type RPCService_IpfixExporterDumpClient interface {
	Recv() (*IpfixExporterDetails, error)
	api.Stream
}

type SetIpfixClassifyStream

type SetIpfixClassifyStream struct {
	DomainID uint32 `binapi:"u32,name=domain_id" json:"domain_id,omitempty"`
	SrcPort  uint16 `binapi:"u16,name=src_port" json:"src_port,omitempty"`
}

SetIpfixClassifyStream defines 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) Marshal

func (m *SetIpfixClassifyStream) Marshal(b []byte) ([]byte, error)

func (*SetIpfixClassifyStream) Reset

func (m *SetIpfixClassifyStream) Reset()

func (*SetIpfixClassifyStream) Size

func (m *SetIpfixClassifyStream) Size() (size int)

func (*SetIpfixClassifyStream) Unmarshal

func (m *SetIpfixClassifyStream) Unmarshal(b []byte) error

type SetIpfixClassifyStreamReply

type SetIpfixClassifyStreamReply struct {
	Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}

SetIpfixClassifyStreamReply defines 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) Marshal

func (m *SetIpfixClassifyStreamReply) Marshal(b []byte) ([]byte, error)

func (*SetIpfixClassifyStreamReply) Reset

func (m *SetIpfixClassifyStreamReply) Reset()

func (*SetIpfixClassifyStreamReply) Size

func (m *SetIpfixClassifyStreamReply) Size() (size int)

func (*SetIpfixClassifyStreamReply) Unmarshal

func (m *SetIpfixClassifyStreamReply) Unmarshal(b []byte) error

type SetIpfixExporter

type SetIpfixExporter struct {
	CollectorAddress ip_types.Address `binapi:"address,name=collector_address" json:"collector_address,omitempty"`
	CollectorPort    uint16           `binapi:"u16,name=collector_port" json:"collector_port,omitempty"`
	SrcAddress       ip_types.Address `binapi:"address,name=src_address" json:"src_address,omitempty"`
	VrfID            uint32           `binapi:"u32,name=vrf_id" json:"vrf_id,omitempty"`
	PathMtu          uint32           `binapi:"u32,name=path_mtu" json:"path_mtu,omitempty"`
	TemplateInterval uint32           `binapi:"u32,name=template_interval" json:"template_interval,omitempty"`
	UDPChecksum      bool             `binapi:"bool,name=udp_checksum" json:"udp_checksum,omitempty"`
}

SetIpfixExporter defines 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) Marshal

func (m *SetIpfixExporter) Marshal(b []byte) ([]byte, error)

func (*SetIpfixExporter) Reset

func (m *SetIpfixExporter) Reset()

func (*SetIpfixExporter) Size

func (m *SetIpfixExporter) Size() (size int)

func (*SetIpfixExporter) Unmarshal

func (m *SetIpfixExporter) Unmarshal(b []byte) error

type SetIpfixExporterReply

type SetIpfixExporterReply struct {
	Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}

SetIpfixExporterReply defines 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) Marshal

func (m *SetIpfixExporterReply) Marshal(b []byte) ([]byte, error)

func (*SetIpfixExporterReply) Reset

func (m *SetIpfixExporterReply) Reset()

func (*SetIpfixExporterReply) Size

func (m *SetIpfixExporterReply) Size() (size int)

func (*SetIpfixExporterReply) Unmarshal

func (m *SetIpfixExporterReply) Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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