Documentation
¶
Overview ¶
Package nsim contains generated bindings for API file nsim.api.
Contents:
1 alias 6 enums 6 messages
Index ¶
- Constants
- Variables
- func AllMessages() []api.Message
- type IfStatusFlags
- type IfType
- type InterfaceIndex
- type LinkDuplex
- type MtuProto
- type NsimConfigure
- func (*NsimConfigure) GetCrcString() string
- func (*NsimConfigure) GetMessageName() string
- func (*NsimConfigure) GetMessageType() api.MessageType
- func (m *NsimConfigure) Marshal(b []byte) ([]byte, error)
- func (m *NsimConfigure) Reset()
- func (m *NsimConfigure) Size() (size int)
- func (m *NsimConfigure) Unmarshal(b []byte) error
- type NsimConfigureReply
- func (*NsimConfigureReply) GetCrcString() string
- func (*NsimConfigureReply) GetMessageName() string
- func (*NsimConfigureReply) GetMessageType() api.MessageType
- func (m *NsimConfigureReply) Marshal(b []byte) ([]byte, error)
- func (m *NsimConfigureReply) Reset()
- func (m *NsimConfigureReply) Size() (size int)
- func (m *NsimConfigureReply) Unmarshal(b []byte) error
- type NsimCrossConnectEnableDisable
- func (*NsimCrossConnectEnableDisable) GetCrcString() string
- func (*NsimCrossConnectEnableDisable) GetMessageName() string
- func (*NsimCrossConnectEnableDisable) GetMessageType() api.MessageType
- func (m *NsimCrossConnectEnableDisable) Marshal(b []byte) ([]byte, error)
- func (m *NsimCrossConnectEnableDisable) Reset()
- func (m *NsimCrossConnectEnableDisable) Size() (size int)
- func (m *NsimCrossConnectEnableDisable) Unmarshal(b []byte) error
- type NsimCrossConnectEnableDisableReply
- func (*NsimCrossConnectEnableDisableReply) GetCrcString() string
- func (*NsimCrossConnectEnableDisableReply) GetMessageName() string
- func (*NsimCrossConnectEnableDisableReply) GetMessageType() api.MessageType
- func (m *NsimCrossConnectEnableDisableReply) Marshal(b []byte) ([]byte, error)
- func (m *NsimCrossConnectEnableDisableReply) Reset()
- func (m *NsimCrossConnectEnableDisableReply) Size() (size int)
- func (m *NsimCrossConnectEnableDisableReply) Unmarshal(b []byte) error
- type NsimOutputFeatureEnableDisable
- func (*NsimOutputFeatureEnableDisable) GetCrcString() string
- func (*NsimOutputFeatureEnableDisable) GetMessageName() string
- func (*NsimOutputFeatureEnableDisable) GetMessageType() api.MessageType
- func (m *NsimOutputFeatureEnableDisable) Marshal(b []byte) ([]byte, error)
- func (m *NsimOutputFeatureEnableDisable) Reset()
- func (m *NsimOutputFeatureEnableDisable) Size() (size int)
- func (m *NsimOutputFeatureEnableDisable) Unmarshal(b []byte) error
- type NsimOutputFeatureEnableDisableReply
- func (*NsimOutputFeatureEnableDisableReply) GetCrcString() string
- func (*NsimOutputFeatureEnableDisableReply) GetMessageName() string
- func (*NsimOutputFeatureEnableDisableReply) GetMessageType() api.MessageType
- func (m *NsimOutputFeatureEnableDisableReply) Marshal(b []byte) ([]byte, error)
- func (m *NsimOutputFeatureEnableDisableReply) Reset()
- func (m *NsimOutputFeatureEnableDisableReply) Size() (size int)
- func (m *NsimOutputFeatureEnableDisableReply) Unmarshal(b []byte) error
- type RPCService
- type RxMode
- type SubIfFlags
Constants ¶
const ( APIFile = "nsim" APIVersion = "2.1.1" VersionCrc = 0xd61e346f )
Variables ¶
var ( IfStatusFlags_name = map[uint32]string{ 1: "IF_STATUS_API_FLAG_ADMIN_UP", 2: "IF_STATUS_API_FLAG_LINK_UP", } IfStatusFlags_value = map[string]uint32{ "IF_STATUS_API_FLAG_ADMIN_UP": 1, "IF_STATUS_API_FLAG_LINK_UP": 2, } )
var ( IfType_name = map[uint32]string{ 1: "IF_API_TYPE_HARDWARE", 2: "IF_API_TYPE_SUB", 3: "IF_API_TYPE_P2P", 4: "IF_API_TYPE_PIPE", } IfType_value = map[string]uint32{ "IF_API_TYPE_HARDWARE": 1, "IF_API_TYPE_SUB": 2, "IF_API_TYPE_P2P": 3, "IF_API_TYPE_PIPE": 4, } )
var ( LinkDuplex_name = map[uint32]string{ 0: "LINK_DUPLEX_API_UNKNOWN", 1: "LINK_DUPLEX_API_HALF", 2: "LINK_DUPLEX_API_FULL", } LinkDuplex_value = map[string]uint32{ "LINK_DUPLEX_API_UNKNOWN": 0, "LINK_DUPLEX_API_HALF": 1, "LINK_DUPLEX_API_FULL": 2, } )
var ( MtuProto_name = map[uint32]string{ 1: "MTU_PROTO_API_L3", 2: "MTU_PROTO_API_IP4", 3: "MTU_PROTO_API_IP6", 4: "MTU_PROTO_API_MPLS", 5: "MTU_PROTO_API_N", } MtuProto_value = map[string]uint32{ "MTU_PROTO_API_L3": 1, "MTU_PROTO_API_IP4": 2, "MTU_PROTO_API_IP6": 3, "MTU_PROTO_API_MPLS": 4, "MTU_PROTO_API_N": 5, } )
var ( RxMode_name = map[uint32]string{ 0: "RX_MODE_API_UNKNOWN", 1: "RX_MODE_API_POLLING", 2: "RX_MODE_API_INTERRUPT", 3: "RX_MODE_API_ADAPTIVE", 4: "RX_MODE_API_DEFAULT", } RxMode_value = map[string]uint32{ "RX_MODE_API_UNKNOWN": 0, "RX_MODE_API_POLLING": 1, "RX_MODE_API_INTERRUPT": 2, "RX_MODE_API_ADAPTIVE": 3, "RX_MODE_API_DEFAULT": 4, } )
var ( SubIfFlags_name = map[uint32]string{ 1: "SUB_IF_API_FLAG_NO_TAGS", 2: "SUB_IF_API_FLAG_ONE_TAG", 4: "SUB_IF_API_FLAG_TWO_TAGS", 8: "SUB_IF_API_FLAG_DOT1AD", 16: "SUB_IF_API_FLAG_EXACT_MATCH", 32: "SUB_IF_API_FLAG_DEFAULT", 64: "SUB_IF_API_FLAG_OUTER_VLAN_ID_ANY", 128: "SUB_IF_API_FLAG_INNER_VLAN_ID_ANY", 254: "SUB_IF_API_FLAG_MASK_VNET", 256: "SUB_IF_API_FLAG_DOT1AH", } SubIfFlags_value = map[string]uint32{ "SUB_IF_API_FLAG_NO_TAGS": 1, "SUB_IF_API_FLAG_ONE_TAG": 2, "SUB_IF_API_FLAG_TWO_TAGS": 4, "SUB_IF_API_FLAG_DOT1AD": 8, "SUB_IF_API_FLAG_EXACT_MATCH": 16, "SUB_IF_API_FLAG_DEFAULT": 32, "SUB_IF_API_FLAG_OUTER_VLAN_ID_ANY": 64, "SUB_IF_API_FLAG_INNER_VLAN_ID_ANY": 128, "SUB_IF_API_FLAG_MASK_VNET": 254, "SUB_IF_API_FLAG_DOT1AH": 256, } )
Functions ¶
func AllMessages ¶
Messages returns list of all messages in this module.
Types ¶
type IfStatusFlags ¶
type IfStatusFlags uint32
IfStatusFlags defines enum 'if_status_flags'.
const ( IF_STATUS_API_FLAG_ADMIN_UP IfStatusFlags = 1 IF_STATUS_API_FLAG_LINK_UP IfStatusFlags = 2 )
func (IfStatusFlags) String ¶
func (x IfStatusFlags) String() string
type LinkDuplex ¶
type LinkDuplex uint32
LinkDuplex defines enum 'link_duplex'.
const ( LINK_DUPLEX_API_UNKNOWN LinkDuplex = 0 LINK_DUPLEX_API_HALF LinkDuplex = 1 LINK_DUPLEX_API_FULL LinkDuplex = 2 )
func (LinkDuplex) String ¶
func (x LinkDuplex) String() string
type NsimConfigure ¶
type NsimConfigure struct { DelayInUsec uint32 `binapi:"u32,name=delay_in_usec" json:"delay_in_usec,omitempty"` AveragePacketSize uint32 `binapi:"u32,name=average_packet_size" json:"average_packet_size,omitempty"` BandwidthInBitsPerSecond uint64 `binapi:"u64,name=bandwidth_in_bits_per_second" json:"bandwidth_in_bits_per_second,omitempty"` PacketsPerDrop uint32 `binapi:"u32,name=packets_per_drop" json:"packets_per_drop,omitempty"` }
NsimConfigure defines message 'nsim_configure'.
func (*NsimConfigure) GetCrcString ¶
func (*NsimConfigure) GetCrcString() string
func (*NsimConfigure) GetMessageName ¶
func (*NsimConfigure) GetMessageName() string
func (*NsimConfigure) GetMessageType ¶
func (*NsimConfigure) GetMessageType() api.MessageType
func (*NsimConfigure) Reset ¶
func (m *NsimConfigure) Reset()
func (*NsimConfigure) Size ¶
func (m *NsimConfigure) Size() (size int)
func (*NsimConfigure) Unmarshal ¶
func (m *NsimConfigure) Unmarshal(b []byte) error
type NsimConfigureReply ¶
type NsimConfigureReply struct {
Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}
NsimConfigureReply defines message 'nsim_configure_reply'.
func (*NsimConfigureReply) GetCrcString ¶
func (*NsimConfigureReply) GetCrcString() string
func (*NsimConfigureReply) GetMessageName ¶
func (*NsimConfigureReply) GetMessageName() string
func (*NsimConfigureReply) GetMessageType ¶
func (*NsimConfigureReply) GetMessageType() api.MessageType
func (*NsimConfigureReply) Reset ¶
func (m *NsimConfigureReply) Reset()
func (*NsimConfigureReply) Size ¶
func (m *NsimConfigureReply) Size() (size int)
func (*NsimConfigureReply) Unmarshal ¶
func (m *NsimConfigureReply) Unmarshal(b []byte) error
type NsimCrossConnectEnableDisable ¶
type NsimCrossConnectEnableDisable struct { EnableDisable bool `binapi:"bool,name=enable_disable" json:"enable_disable,omitempty"` SwIfIndex0 InterfaceIndex `binapi:"interface_index,name=sw_if_index0" json:"sw_if_index0,omitempty"` SwIfIndex1 InterfaceIndex `binapi:"interface_index,name=sw_if_index1" json:"sw_if_index1,omitempty"` }
NsimCrossConnectEnableDisable defines message 'nsim_cross_connect_enable_disable'.
func (*NsimCrossConnectEnableDisable) GetCrcString ¶
func (*NsimCrossConnectEnableDisable) GetCrcString() string
func (*NsimCrossConnectEnableDisable) GetMessageName ¶
func (*NsimCrossConnectEnableDisable) GetMessageName() string
func (*NsimCrossConnectEnableDisable) GetMessageType ¶
func (*NsimCrossConnectEnableDisable) GetMessageType() api.MessageType
func (*NsimCrossConnectEnableDisable) Marshal ¶
func (m *NsimCrossConnectEnableDisable) Marshal(b []byte) ([]byte, error)
func (*NsimCrossConnectEnableDisable) Reset ¶
func (m *NsimCrossConnectEnableDisable) Reset()
func (*NsimCrossConnectEnableDisable) Size ¶
func (m *NsimCrossConnectEnableDisable) Size() (size int)
func (*NsimCrossConnectEnableDisable) Unmarshal ¶
func (m *NsimCrossConnectEnableDisable) Unmarshal(b []byte) error
type NsimCrossConnectEnableDisableReply ¶
type NsimCrossConnectEnableDisableReply struct {
Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}
NsimCrossConnectEnableDisableReply defines message 'nsim_cross_connect_enable_disable_reply'.
func (*NsimCrossConnectEnableDisableReply) GetCrcString ¶
func (*NsimCrossConnectEnableDisableReply) GetCrcString() string
func (*NsimCrossConnectEnableDisableReply) GetMessageName ¶
func (*NsimCrossConnectEnableDisableReply) GetMessageName() string
func (*NsimCrossConnectEnableDisableReply) GetMessageType ¶
func (*NsimCrossConnectEnableDisableReply) GetMessageType() api.MessageType
func (*NsimCrossConnectEnableDisableReply) Marshal ¶
func (m *NsimCrossConnectEnableDisableReply) Marshal(b []byte) ([]byte, error)
func (*NsimCrossConnectEnableDisableReply) Reset ¶
func (m *NsimCrossConnectEnableDisableReply) Reset()
func (*NsimCrossConnectEnableDisableReply) Size ¶
func (m *NsimCrossConnectEnableDisableReply) Size() (size int)
func (*NsimCrossConnectEnableDisableReply) Unmarshal ¶
func (m *NsimCrossConnectEnableDisableReply) Unmarshal(b []byte) error
type NsimOutputFeatureEnableDisable ¶
type NsimOutputFeatureEnableDisable struct { EnableDisable bool `binapi:"bool,name=enable_disable" json:"enable_disable,omitempty"` SwIfIndex InterfaceIndex `binapi:"interface_index,name=sw_if_index" json:"sw_if_index,omitempty"` }
NsimOutputFeatureEnableDisable defines message 'nsim_output_feature_enable_disable'.
func (*NsimOutputFeatureEnableDisable) GetCrcString ¶
func (*NsimOutputFeatureEnableDisable) GetCrcString() string
func (*NsimOutputFeatureEnableDisable) GetMessageName ¶
func (*NsimOutputFeatureEnableDisable) GetMessageName() string
func (*NsimOutputFeatureEnableDisable) GetMessageType ¶
func (*NsimOutputFeatureEnableDisable) GetMessageType() api.MessageType
func (*NsimOutputFeatureEnableDisable) Marshal ¶
func (m *NsimOutputFeatureEnableDisable) Marshal(b []byte) ([]byte, error)
func (*NsimOutputFeatureEnableDisable) Reset ¶
func (m *NsimOutputFeatureEnableDisable) Reset()
func (*NsimOutputFeatureEnableDisable) Size ¶
func (m *NsimOutputFeatureEnableDisable) Size() (size int)
func (*NsimOutputFeatureEnableDisable) Unmarshal ¶
func (m *NsimOutputFeatureEnableDisable) Unmarshal(b []byte) error
type NsimOutputFeatureEnableDisableReply ¶
type NsimOutputFeatureEnableDisableReply struct {
Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}
NsimOutputFeatureEnableDisableReply defines message 'nsim_output_feature_enable_disable_reply'.
func (*NsimOutputFeatureEnableDisableReply) GetCrcString ¶
func (*NsimOutputFeatureEnableDisableReply) GetCrcString() string
func (*NsimOutputFeatureEnableDisableReply) GetMessageName ¶
func (*NsimOutputFeatureEnableDisableReply) GetMessageName() string
func (*NsimOutputFeatureEnableDisableReply) GetMessageType ¶
func (*NsimOutputFeatureEnableDisableReply) GetMessageType() api.MessageType
func (*NsimOutputFeatureEnableDisableReply) Marshal ¶
func (m *NsimOutputFeatureEnableDisableReply) Marshal(b []byte) ([]byte, error)
func (*NsimOutputFeatureEnableDisableReply) Reset ¶
func (m *NsimOutputFeatureEnableDisableReply) Reset()
func (*NsimOutputFeatureEnableDisableReply) Size ¶
func (m *NsimOutputFeatureEnableDisableReply) Size() (size int)
func (*NsimOutputFeatureEnableDisableReply) Unmarshal ¶
func (m *NsimOutputFeatureEnableDisableReply) Unmarshal(b []byte) error
type RPCService ¶
type RPCService interface { NsimConfigure(ctx context.Context, in *NsimConfigure) (*NsimConfigureReply, error) NsimCrossConnectEnableDisable(ctx context.Context, in *NsimCrossConnectEnableDisable) (*NsimCrossConnectEnableDisableReply, error) NsimOutputFeatureEnableDisable(ctx context.Context, in *NsimOutputFeatureEnableDisable) (*NsimOutputFeatureEnableDisableReply, error) }
RPCService defines RPC service nsim.
func NewServiceClient ¶
func NewServiceClient(conn api.Connection) RPCService
type SubIfFlags ¶
type SubIfFlags uint32
SubIfFlags defines enum 'sub_if_flags'.
const ( SUB_IF_API_FLAG_NO_TAGS SubIfFlags = 1 SUB_IF_API_FLAG_ONE_TAG SubIfFlags = 2 SUB_IF_API_FLAG_TWO_TAGS SubIfFlags = 4 SUB_IF_API_FLAG_DOT1AD SubIfFlags = 8 SUB_IF_API_FLAG_EXACT_MATCH SubIfFlags = 16 SUB_IF_API_FLAG_DEFAULT SubIfFlags = 32 SUB_IF_API_FLAG_OUTER_VLAN_ID_ANY SubIfFlags = 64 SUB_IF_API_FLAG_INNER_VLAN_ID_ANY SubIfFlags = 128 SUB_IF_API_FLAG_MASK_VNET SubIfFlags = 254 SUB_IF_API_FLAG_DOT1AH SubIfFlags = 256 )
func (SubIfFlags) String ¶
func (x SubIfFlags) String() string