Documentation
¶
Index ¶
- Constants
- func DecodeAction(decoder *goloxi.Decoder) (goloxi.IAction, error)
- func DecodeMessage(data []byte) (goloxi.Message, error)
- func DecodeOxm(decoder *goloxi.Decoder) (goloxi.IOxm, error)
- type Action
- type ActionBsn
- func (self *ActionBsn) GetActionFields() map[string]interface{}
- func (self *ActionBsn) GetActionName() string
- func (self *ActionBsn) GetSubtype() uint32
- func (self *ActionBsn) MarshalJSON() ([]byte, error)
- func (self *ActionBsn) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionBsn) SetSubtype(v uint32)
- type ActionBsnChecksum
- func (self *ActionBsnChecksum) GetActionFields() map[string]interface{}
- func (self *ActionBsnChecksum) GetActionName() string
- func (self *ActionBsnChecksum) GetChecksum() Checksum128
- func (self *ActionBsnChecksum) MarshalJSON() ([]byte, error)
- func (self *ActionBsnChecksum) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionBsnChecksum) SetChecksum(v Checksum128)
- type ActionBsnMirror
- func (self *ActionBsnMirror) GetActionFields() map[string]interface{}
- func (self *ActionBsnMirror) GetActionName() string
- func (self *ActionBsnMirror) GetCopyStage() uint8
- func (self *ActionBsnMirror) GetDestPort() uint32
- func (self *ActionBsnMirror) GetVlanTag() uint32
- func (self *ActionBsnMirror) MarshalJSON() ([]byte, error)
- func (self *ActionBsnMirror) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionBsnMirror) SetCopyStage(v uint8)
- func (self *ActionBsnMirror) SetDestPort(v uint32)
- func (self *ActionBsnMirror) SetVlanTag(v uint32)
- type ActionBsnSetTunnelDst
- func (self *ActionBsnSetTunnelDst) GetActionFields() map[string]interface{}
- func (self *ActionBsnSetTunnelDst) GetActionName() string
- func (self *ActionBsnSetTunnelDst) GetDst() uint32
- func (self *ActionBsnSetTunnelDst) MarshalJSON() ([]byte, error)
- func (self *ActionBsnSetTunnelDst) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionBsnSetTunnelDst) SetDst(v uint32)
- type ActionEnqueue
- func (self *ActionEnqueue) GetActionFields() map[string]interface{}
- func (self *ActionEnqueue) GetActionName() string
- func (self *ActionEnqueue) GetPort() Port
- func (self *ActionEnqueue) GetQueueId() uint32
- func (self *ActionEnqueue) MarshalJSON() ([]byte, error)
- func (self *ActionEnqueue) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionEnqueue) SetPort(v Port)
- func (self *ActionEnqueue) SetQueueId(v uint32)
- type ActionExperimenter
- func (self *ActionExperimenter) GetActionFields() map[string]interface{}
- func (self *ActionExperimenter) GetActionName() string
- func (self *ActionExperimenter) GetExperimenter() uint32
- func (self *ActionExperimenter) MarshalJSON() ([]byte, error)
- func (self *ActionExperimenter) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionExperimenter) SetExperimenter(v uint32)
- type ActionId
- type ActionIdBsn
- type ActionIdBsnChecksum
- type ActionIdBsnMirror
- type ActionIdBsnSetTunnelDst
- type ActionIdEnqueue
- type ActionIdExperimenter
- type ActionIdNicira
- type ActionIdNiciraDecTtl
- type ActionIdNxBundle
- type ActionIdNxBundleLoad
- type ActionIdNxBundleLoadInPort
- func (self *ActionIdNxBundleLoadInPort) GetNSlaves() uint16
- func (self *ActionIdNxBundleLoadInPort) GetSlaveType() ActionNxBundleSlaveType
- func (self *ActionIdNxBundleLoadInPort) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionIdNxBundleLoadInPort) SetNSlaves(v uint16)
- func (self *ActionIdNxBundleLoadInPort) SetSlaveType(v ActionNxBundleSlaveType)
- type ActionIdNxClone
- type ActionIdNxConjunction
- type ActionIdNxController
- type ActionIdNxController2
- type ActionIdNxCt
- type ActionIdNxCtClear
- type ActionIdNxDebugRecirc
- type ActionIdNxDebugSlow
- type ActionIdNxDecMplsTtl
- type ActionIdNxDecNshTtl
- type ActionIdNxDecTtlCntIds
- type ActionIdNxDecap
- type ActionIdNxEncap
- type ActionIdNxExit
- type ActionIdNxFinTimeout
- type ActionIdNxGroup
- type ActionIdNxLearn
- type ActionIdNxLearn2
- type ActionIdNxMultipath
- type ActionIdNxNat
- type ActionIdNxNote
- type ActionIdNxOutputReg
- type ActionIdNxOutputReg2
- type ActionIdNxOutputTrunc
- type ActionIdNxPopMpls
- type ActionIdNxPopQueue
- type ActionIdNxPushMpls
- type ActionIdNxRegLoad
- type ActionIdNxRegLoad2
- type ActionIdNxRegMove
- type ActionIdNxResubmit
- type ActionIdNxResubmitTable
- type ActionIdNxResubmitTableCt
- type ActionIdNxSample
- type ActionIdNxSample2
- type ActionIdNxSample3
- type ActionIdNxSetMplsLabel
- type ActionIdNxSetMplsTc
- type ActionIdNxSetMplsTtl
- type ActionIdNxSetQueue
- type ActionIdNxSetTunnel
- type ActionIdNxSetTunnel64
- type ActionIdNxStackPop
- type ActionIdNxStackPush
- type ActionIdNxWriteMetadata
- type ActionIdOutput
- type ActionIdResubmit
- type ActionIdSetDlDst
- type ActionIdSetDlSrc
- type ActionIdSetNwDst
- type ActionIdSetNwSrc
- type ActionIdSetNwTos
- type ActionIdSetTpDst
- type ActionIdSetTpSrc
- type ActionIdSetVlanPcp
- type ActionIdSetVlanVid
- type ActionIdStripVlan
- type ActionNicira
- func (self *ActionNicira) GetActionFields() map[string]interface{}
- func (self *ActionNicira) GetActionName() string
- func (self *ActionNicira) GetSubtype() uint16
- func (self *ActionNicira) MarshalJSON() ([]byte, error)
- func (self *ActionNicira) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNicira) SetSubtype(v uint16)
- type ActionNiciraDecTtl
- type ActionNxBundle
- func (self *ActionNxBundle) GetActionFields() map[string]interface{}
- func (self *ActionNxBundle) GetActionName() string
- func (self *ActionNxBundle) GetAlgorithm() uint16
- func (self *ActionNxBundle) GetBasis() uint16
- func (self *ActionNxBundle) GetDst() goloxi.IOxmId
- func (self *ActionNxBundle) GetFields() NxHashFields
- func (self *ActionNxBundle) GetNSlaves() uint16
- func (self *ActionNxBundle) GetOfsNbits() uint16
- func (self *ActionNxBundle) GetSlaveType() ActionNxBundleSlaveType
- func (self *ActionNxBundle) MarshalJSON() ([]byte, error)
- func (self *ActionNxBundle) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxBundle) SetAlgorithm(v uint16)
- func (self *ActionNxBundle) SetBasis(v uint16)
- func (self *ActionNxBundle) SetDst(v goloxi.IOxmId)
- func (self *ActionNxBundle) SetFields(v NxHashFields)
- func (self *ActionNxBundle) SetNSlaves(v uint16)
- func (self *ActionNxBundle) SetOfsNbits(v uint16)
- func (self *ActionNxBundle) SetSlaveType(v ActionNxBundleSlaveType)
- type ActionNxBundleLoad
- func (self *ActionNxBundleLoad) GetActionFields() map[string]interface{}
- func (self *ActionNxBundleLoad) GetActionName() string
- func (self *ActionNxBundleLoad) GetAlgorithm() NxBdAlgorithms
- func (self *ActionNxBundleLoad) GetBasis() uint16
- func (self *ActionNxBundleLoad) GetDst() goloxi.IOxmId
- func (self *ActionNxBundleLoad) GetFields() NxHashFields
- func (self *ActionNxBundleLoad) GetNSlaves() uint16
- func (self *ActionNxBundleLoad) GetOfsNbits() uint16
- func (self *ActionNxBundleLoad) GetSlaveType() ActionNxBundleSlaveType
- func (self *ActionNxBundleLoad) MarshalJSON() ([]byte, error)
- func (self *ActionNxBundleLoad) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxBundleLoad) SetAlgorithm(v NxBdAlgorithms)
- func (self *ActionNxBundleLoad) SetBasis(v uint16)
- func (self *ActionNxBundleLoad) SetDst(v goloxi.IOxmId)
- func (self *ActionNxBundleLoad) SetFields(v NxHashFields)
- func (self *ActionNxBundleLoad) SetNSlaves(v uint16)
- func (self *ActionNxBundleLoad) SetOfsNbits(v uint16)
- func (self *ActionNxBundleLoad) SetSlaveType(v ActionNxBundleSlaveType)
- type ActionNxBundleLoadInPort
- func (self *ActionNxBundleLoadInPort) GetActionFields() map[string]interface{}
- func (self *ActionNxBundleLoadInPort) GetActionName() string
- func (self *ActionNxBundleLoadInPort) GetAlgorithm() NxBdAlgorithms
- func (self *ActionNxBundleLoadInPort) GetBasis() uint16
- func (self *ActionNxBundleLoadInPort) GetDst() goloxi.IOxmId
- func (self *ActionNxBundleLoadInPort) GetFields() NxHashFields
- func (self *ActionNxBundleLoadInPort) GetInPorts() []*ActionNxBundleLoadSlave
- func (self *ActionNxBundleLoadInPort) GetNSlaves() uint16
- func (self *ActionNxBundleLoadInPort) GetOfsNbits() uint16
- func (self *ActionNxBundleLoadInPort) GetSlaveType() ActionNxBundleSlaveType
- func (self *ActionNxBundleLoadInPort) MarshalJSON() ([]byte, error)
- func (self *ActionNxBundleLoadInPort) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxBundleLoadInPort) SetAlgorithm(v NxBdAlgorithms)
- func (self *ActionNxBundleLoadInPort) SetBasis(v uint16)
- func (self *ActionNxBundleLoadInPort) SetDst(v goloxi.IOxmId)
- func (self *ActionNxBundleLoadInPort) SetFields(v NxHashFields)
- func (self *ActionNxBundleLoadInPort) SetInPorts(v []*ActionNxBundleLoadSlave)
- func (self *ActionNxBundleLoadInPort) SetNSlaves(v uint16)
- func (self *ActionNxBundleLoadInPort) SetOfsNbits(v uint16)
- func (self *ActionNxBundleLoadInPort) SetSlaveType(v ActionNxBundleSlaveType)
- type ActionNxBundleLoadSlave
- type ActionNxBundleSlaveType
- type ActionNxClone
- func (self *ActionNxClone) GetActionFields() map[string]interface{}
- func (self *ActionNxClone) GetActionName() string
- func (self *ActionNxClone) GetActions() []goloxi.IAction
- func (self *ActionNxClone) MarshalJSON() ([]byte, error)
- func (self *ActionNxClone) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxClone) SetActions(v []goloxi.IAction)
- type ActionNxConjunction
- func (self *ActionNxConjunction) GetActionFields() map[string]interface{}
- func (self *ActionNxConjunction) GetActionName() string
- func (self *ActionNxConjunction) GetClause() uint8
- func (self *ActionNxConjunction) GetId() uint32
- func (self *ActionNxConjunction) GetNClauses() uint8
- func (self *ActionNxConjunction) MarshalJSON() ([]byte, error)
- func (self *ActionNxConjunction) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxConjunction) SetClause(v uint8)
- func (self *ActionNxConjunction) SetId(v uint32)
- func (self *ActionNxConjunction) SetNClauses(v uint8)
- type ActionNxController
- func (self *ActionNxController) GetActionFields() map[string]interface{}
- func (self *ActionNxController) GetActionName() string
- func (self *ActionNxController) GetControllerId() uint16
- func (self *ActionNxController) GetMaxLen() uint16
- func (self *ActionNxController) GetReason() uint8
- func (self *ActionNxController) MarshalJSON() ([]byte, error)
- func (self *ActionNxController) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxController) SetControllerId(v uint16)
- func (self *ActionNxController) SetMaxLen(v uint16)
- func (self *ActionNxController) SetReason(v uint8)
- type ActionNxController2
- func (self *ActionNxController2) GetActionFields() map[string]interface{}
- func (self *ActionNxController2) GetActionName() string
- func (self *ActionNxController2) GetProperties() []IActionNxController2Property
- func (self *ActionNxController2) MarshalJSON() ([]byte, error)
- func (self *ActionNxController2) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxController2) SetProperties(v []IActionNxController2Property)
- type ActionNxController2Property
- type ActionNxController2PropertyControllerId
- type ActionNxController2PropertyMaxLen
- type ActionNxController2PropertyMeterId
- type ActionNxController2PropertyPause
- type ActionNxController2PropertyReason
- type ActionNxController2PropertyUserdata
- func (self *ActionNxController2PropertyUserdata) GetLength() uint16
- func (self *ActionNxController2PropertyUserdata) GetUserdata() []byte
- func (self *ActionNxController2PropertyUserdata) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxController2PropertyUserdata) SetLength(v uint16)
- func (self *ActionNxController2PropertyUserdata) SetUserdata(v []byte)
- type ActionNxCt
- func (self *ActionNxCt) GetActionFields() map[string]interface{}
- func (self *ActionNxCt) GetActionName() string
- func (self *ActionNxCt) GetActions() []goloxi.IAction
- func (self *ActionNxCt) GetAlg() uint16
- func (self *ActionNxCt) GetFlags() NxConntrackFlags
- func (self *ActionNxCt) GetRecircTable() uint8
- func (self *ActionNxCt) GetValue() uint16
- func (self *ActionNxCt) GetZoneSrc() goloxi.IOxmId
- func (self *ActionNxCt) MarshalJSON() ([]byte, error)
- func (self *ActionNxCt) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxCt) SetActions(v []goloxi.IAction)
- func (self *ActionNxCt) SetAlg(v uint16)
- func (self *ActionNxCt) SetFlags(v NxConntrackFlags)
- func (self *ActionNxCt) SetRecircTable(v uint8)
- func (self *ActionNxCt) SetValue(v uint16)
- func (self *ActionNxCt) SetZoneSrc(v goloxi.IOxmId)
- type ActionNxCtClear
- type ActionNxDebugRecirc
- type ActionNxDebugSlow
- type ActionNxDecMplsTtl
- type ActionNxDecNshTtl
- type ActionNxDecTtlCntIds
- func (self *ActionNxDecTtlCntIds) GetActionFields() map[string]interface{}
- func (self *ActionNxDecTtlCntIds) GetActionName() string
- func (self *ActionNxDecTtlCntIds) GetNControllers() uint16
- func (self *ActionNxDecTtlCntIds) MarshalJSON() ([]byte, error)
- func (self *ActionNxDecTtlCntIds) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxDecTtlCntIds) SetNControllers(v uint16)
- type ActionNxDecap
- func (self *ActionNxDecap) GetActionFields() map[string]interface{}
- func (self *ActionNxDecap) GetActionName() string
- func (self *ActionNxDecap) GetNewPktType() uint32
- func (self *ActionNxDecap) MarshalJSON() ([]byte, error)
- func (self *ActionNxDecap) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxDecap) SetNewPktType(v uint32)
- type ActionNxEncap
- func (self *ActionNxEncap) GetActionFields() map[string]interface{}
- func (self *ActionNxEncap) GetActionName() string
- func (self *ActionNxEncap) GetHdrSize() uint16
- func (self *ActionNxEncap) GetPacketType() PacketType
- func (self *ActionNxEncap) GetProps() []IEdPropHeader
- func (self *ActionNxEncap) MarshalJSON() ([]byte, error)
- func (self *ActionNxEncap) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxEncap) SetHdrSize(v uint16)
- func (self *ActionNxEncap) SetPacketType(v PacketType)
- func (self *ActionNxEncap) SetProps(v []IEdPropHeader)
- type ActionNxExit
- type ActionNxFinTimeout
- func (self *ActionNxFinTimeout) GetActionFields() map[string]interface{}
- func (self *ActionNxFinTimeout) GetActionName() string
- func (self *ActionNxFinTimeout) GetFinHardTimeout() uint16
- func (self *ActionNxFinTimeout) GetFinIdleTimeout() uint16
- func (self *ActionNxFinTimeout) MarshalJSON() ([]byte, error)
- func (self *ActionNxFinTimeout) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxFinTimeout) SetFinHardTimeout(v uint16)
- func (self *ActionNxFinTimeout) SetFinIdleTimeout(v uint16)
- type ActionNxGroup
- func (self *ActionNxGroup) GetActionFields() map[string]interface{}
- func (self *ActionNxGroup) GetActionName() string
- func (self *ActionNxGroup) GetValue() uint32
- func (self *ActionNxGroup) MarshalJSON() ([]byte, error)
- func (self *ActionNxGroup) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxGroup) SetValue(v uint32)
- type ActionNxLearn
- func (self *ActionNxLearn) GetActionFields() map[string]interface{}
- func (self *ActionNxLearn) GetActionName() string
- func (self *ActionNxLearn) GetCookie() uint64
- func (self *ActionNxLearn) GetFinHardTimeout() uint16
- func (self *ActionNxLearn) GetFinIdleTimeout() uint16
- func (self *ActionNxLearn) GetFlags() uint16
- func (self *ActionNxLearn) GetFlowMods() []IFlowModSpec
- func (self *ActionNxLearn) GetHardTimeout() uint16
- func (self *ActionNxLearn) GetIdleTimeout() uint16
- func (self *ActionNxLearn) GetPriority() uint16
- func (self *ActionNxLearn) GetTableId() uint8
- func (self *ActionNxLearn) MarshalJSON() ([]byte, error)
- func (self *ActionNxLearn) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxLearn) SetCookie(v uint64)
- func (self *ActionNxLearn) SetFinHardTimeout(v uint16)
- func (self *ActionNxLearn) SetFinIdleTimeout(v uint16)
- func (self *ActionNxLearn) SetFlags(v uint16)
- func (self *ActionNxLearn) SetFlowMods(v []IFlowModSpec)
- func (self *ActionNxLearn) SetHardTimeout(v uint16)
- func (self *ActionNxLearn) SetIdleTimeout(v uint16)
- func (self *ActionNxLearn) SetPriority(v uint16)
- func (self *ActionNxLearn) SetTableId(v uint8)
- type ActionNxLearn2
- type ActionNxMultipath
- func (self *ActionNxMultipath) GetActionFields() map[string]interface{}
- func (self *ActionNxMultipath) GetActionName() string
- func (self *ActionNxMultipath) GetAlgorithm() NxMpAlgorithm
- func (self *ActionNxMultipath) GetArg() uint32
- func (self *ActionNxMultipath) GetBasis() uint16
- func (self *ActionNxMultipath) GetDst() goloxi.IOxmId
- func (self *ActionNxMultipath) GetFields() NxHashFields
- func (self *ActionNxMultipath) GetMaxLink() uint16
- func (self *ActionNxMultipath) GetOfsNbits() uint16
- func (self *ActionNxMultipath) MarshalJSON() ([]byte, error)
- func (self *ActionNxMultipath) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxMultipath) SetAlgorithm(v NxMpAlgorithm)
- func (self *ActionNxMultipath) SetArg(v uint32)
- func (self *ActionNxMultipath) SetBasis(v uint16)
- func (self *ActionNxMultipath) SetDst(v goloxi.IOxmId)
- func (self *ActionNxMultipath) SetFields(v NxHashFields)
- func (self *ActionNxMultipath) SetMaxLink(v uint16)
- func (self *ActionNxMultipath) SetOfsNbits(v uint16)
- type ActionNxNat
- func (self *ActionNxNat) GetActionFields() map[string]interface{}
- func (self *ActionNxNat) GetActionName() string
- func (self *ActionNxNat) GetFlags() uint16
- func (self *ActionNxNat) GetIpv4Max() net.IP
- func (self *ActionNxNat) GetIpv4Min() net.IP
- func (self *ActionNxNat) GetIpv6Max() net.IP
- func (self *ActionNxNat) GetIpv6Min() net.IP
- func (self *ActionNxNat) GetProtoMax() uint32
- func (self *ActionNxNat) GetProtoMin() uint32
- func (self *ActionNxNat) GetRangePresent() NxNatRange
- func (self *ActionNxNat) MarshalJSON() ([]byte, error)
- func (self *ActionNxNat) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxNat) SetFlags(v uint16)
- func (self *ActionNxNat) SetIpv4Max(v net.IP)
- func (self *ActionNxNat) SetIpv4Min(v net.IP)
- func (self *ActionNxNat) SetIpv6Max(v net.IP)
- func (self *ActionNxNat) SetIpv6Min(v net.IP)
- func (self *ActionNxNat) SetProtoMax(v uint32)
- func (self *ActionNxNat) SetProtoMin(v uint32)
- func (self *ActionNxNat) SetRangePresent(v NxNatRange)
- type ActionNxNote
- func (self *ActionNxNote) GetActionFields() map[string]interface{}
- func (self *ActionNxNote) GetActionName() string
- func (self *ActionNxNote) GetNote() []byte
- func (self *ActionNxNote) MarshalJSON() ([]byte, error)
- func (self *ActionNxNote) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxNote) SetNote(v []byte)
- type ActionNxOutputReg
- func (self *ActionNxOutputReg) GetActionFields() map[string]interface{}
- func (self *ActionNxOutputReg) GetActionName() string
- func (self *ActionNxOutputReg) GetMaxLen() uint16
- func (self *ActionNxOutputReg) GetOfsNbits() uint16
- func (self *ActionNxOutputReg) GetSrc() uint32
- func (self *ActionNxOutputReg) MarshalJSON() ([]byte, error)
- func (self *ActionNxOutputReg) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxOutputReg) SetMaxLen(v uint16)
- func (self *ActionNxOutputReg) SetOfsNbits(v uint16)
- func (self *ActionNxOutputReg) SetSrc(v uint32)
- type ActionNxOutputReg2
- func (self *ActionNxOutputReg2) GetActionFields() map[string]interface{}
- func (self *ActionNxOutputReg2) GetActionName() string
- func (self *ActionNxOutputReg2) GetMaxLen() uint16
- func (self *ActionNxOutputReg2) GetOfsNbits() uint16
- func (self *ActionNxOutputReg2) MarshalJSON() ([]byte, error)
- func (self *ActionNxOutputReg2) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxOutputReg2) SetMaxLen(v uint16)
- func (self *ActionNxOutputReg2) SetOfsNbits(v uint16)
- type ActionNxOutputTrunc
- func (self *ActionNxOutputTrunc) GetActionFields() map[string]interface{}
- func (self *ActionNxOutputTrunc) GetActionName() string
- func (self *ActionNxOutputTrunc) GetMaxLen() uint32
- func (self *ActionNxOutputTrunc) GetPort() uint16
- func (self *ActionNxOutputTrunc) MarshalJSON() ([]byte, error)
- func (self *ActionNxOutputTrunc) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxOutputTrunc) SetMaxLen(v uint32)
- func (self *ActionNxOutputTrunc) SetPort(v uint16)
- type ActionNxPopMpls
- func (self *ActionNxPopMpls) GetActionFields() map[string]interface{}
- func (self *ActionNxPopMpls) GetActionName() string
- func (self *ActionNxPopMpls) GetValue() uint16
- func (self *ActionNxPopMpls) MarshalJSON() ([]byte, error)
- func (self *ActionNxPopMpls) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxPopMpls) SetValue(v uint16)
- type ActionNxPopQueue
- type ActionNxPushMpls
- func (self *ActionNxPushMpls) GetActionFields() map[string]interface{}
- func (self *ActionNxPushMpls) GetActionName() string
- func (self *ActionNxPushMpls) GetValue() uint16
- func (self *ActionNxPushMpls) MarshalJSON() ([]byte, error)
- func (self *ActionNxPushMpls) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxPushMpls) SetValue(v uint16)
- type ActionNxRegLoad
- func (self *ActionNxRegLoad) GetActionFields() map[string]interface{}
- func (self *ActionNxRegLoad) GetActionName() string
- func (self *ActionNxRegLoad) GetOfsNbits() uint16
- func (self *ActionNxRegLoad) GetSrcField() goloxi.IOxmId
- func (self *ActionNxRegLoad) GetValue() uint64
- func (self *ActionNxRegLoad) MarshalJSON() ([]byte, error)
- func (self *ActionNxRegLoad) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxRegLoad) SetOfsNbits(v uint16)
- func (self *ActionNxRegLoad) SetSrcField(v goloxi.IOxmId)
- func (self *ActionNxRegLoad) SetValue(v uint64)
- type ActionNxRegLoad2
- type ActionNxRegMove
- func (self *ActionNxRegMove) GetActionFields() map[string]interface{}
- func (self *ActionNxRegMove) GetActionName() string
- func (self *ActionNxRegMove) GetDst() goloxi.IOxmId
- func (self *ActionNxRegMove) GetDstOfs() uint16
- func (self *ActionNxRegMove) GetNBits() uint16
- func (self *ActionNxRegMove) GetSrc() goloxi.IOxmId
- func (self *ActionNxRegMove) GetSrcOfs() uint16
- func (self *ActionNxRegMove) MarshalJSON() ([]byte, error)
- func (self *ActionNxRegMove) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxRegMove) SetDst(v goloxi.IOxmId)
- func (self *ActionNxRegMove) SetDstOfs(v uint16)
- func (self *ActionNxRegMove) SetNBits(v uint16)
- func (self *ActionNxRegMove) SetSrc(v goloxi.IOxmId)
- func (self *ActionNxRegMove) SetSrcOfs(v uint16)
- type ActionNxResubmit
- func (self *ActionNxResubmit) GetActionFields() map[string]interface{}
- func (self *ActionNxResubmit) GetActionName() string
- func (self *ActionNxResubmit) GetValue() uint16
- func (self *ActionNxResubmit) MarshalJSON() ([]byte, error)
- func (self *ActionNxResubmit) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxResubmit) SetValue(v uint16)
- type ActionNxResubmitTable
- func (self *ActionNxResubmitTable) GetActionFields() map[string]interface{}
- func (self *ActionNxResubmitTable) GetActionName() string
- func (self *ActionNxResubmitTable) GetInPort() uint16
- func (self *ActionNxResubmitTable) GetTable() uint8
- func (self *ActionNxResubmitTable) MarshalJSON() ([]byte, error)
- func (self *ActionNxResubmitTable) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxResubmitTable) SetInPort(v uint16)
- func (self *ActionNxResubmitTable) SetTable(v uint8)
- type ActionNxResubmitTableCt
- func (self *ActionNxResubmitTableCt) GetActionFields() map[string]interface{}
- func (self *ActionNxResubmitTableCt) GetActionName() string
- func (self *ActionNxResubmitTableCt) GetInPort() uint16
- func (self *ActionNxResubmitTableCt) GetTable() uint8
- func (self *ActionNxResubmitTableCt) MarshalJSON() ([]byte, error)
- func (self *ActionNxResubmitTableCt) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxResubmitTableCt) SetInPort(v uint16)
- func (self *ActionNxResubmitTableCt) SetTable(v uint8)
- type ActionNxSample
- func (self *ActionNxSample) GetActionFields() map[string]interface{}
- func (self *ActionNxSample) GetActionName() string
- func (self *ActionNxSample) GetCollectorSetId() uint32
- func (self *ActionNxSample) GetObsDomainId() uint32
- func (self *ActionNxSample) GetObsPointId() uint32
- func (self *ActionNxSample) GetProbability() uint16
- func (self *ActionNxSample) MarshalJSON() ([]byte, error)
- func (self *ActionNxSample) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxSample) SetCollectorSetId(v uint32)
- func (self *ActionNxSample) SetObsDomainId(v uint32)
- func (self *ActionNxSample) SetObsPointId(v uint32)
- func (self *ActionNxSample) SetProbability(v uint16)
- type ActionNxSample2
- func (self *ActionNxSample2) GetActionFields() map[string]interface{}
- func (self *ActionNxSample2) GetActionName() string
- func (self *ActionNxSample2) GetCollectorSetId() uint32
- func (self *ActionNxSample2) GetDirection() uint8
- func (self *ActionNxSample2) GetObsDomainId() uint32
- func (self *ActionNxSample2) GetObsPointId() uint32
- func (self *ActionNxSample2) GetProbability() uint16
- func (self *ActionNxSample2) GetSamplingPort() uint16
- func (self *ActionNxSample2) MarshalJSON() ([]byte, error)
- func (self *ActionNxSample2) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxSample2) SetCollectorSetId(v uint32)
- func (self *ActionNxSample2) SetDirection(v uint8)
- func (self *ActionNxSample2) SetObsDomainId(v uint32)
- func (self *ActionNxSample2) SetObsPointId(v uint32)
- func (self *ActionNxSample2) SetProbability(v uint16)
- func (self *ActionNxSample2) SetSamplingPort(v uint16)
- type ActionNxSample3
- func (self *ActionNxSample3) GetActionFields() map[string]interface{}
- func (self *ActionNxSample3) GetActionName() string
- func (self *ActionNxSample3) GetCollectorSetId() uint32
- func (self *ActionNxSample3) GetDirection() uint8
- func (self *ActionNxSample3) GetObsDomainId() uint32
- func (self *ActionNxSample3) GetObsPointId() uint32
- func (self *ActionNxSample3) GetProbability() uint16
- func (self *ActionNxSample3) GetSamplingPort() uint16
- func (self *ActionNxSample3) MarshalJSON() ([]byte, error)
- func (self *ActionNxSample3) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxSample3) SetCollectorSetId(v uint32)
- func (self *ActionNxSample3) SetDirection(v uint8)
- func (self *ActionNxSample3) SetObsDomainId(v uint32)
- func (self *ActionNxSample3) SetObsPointId(v uint32)
- func (self *ActionNxSample3) SetProbability(v uint16)
- func (self *ActionNxSample3) SetSamplingPort(v uint16)
- type ActionNxSetMplsLabel
- func (self *ActionNxSetMplsLabel) GetActionFields() map[string]interface{}
- func (self *ActionNxSetMplsLabel) GetActionName() string
- func (self *ActionNxSetMplsLabel) GetValue() uint32
- func (self *ActionNxSetMplsLabel) MarshalJSON() ([]byte, error)
- func (self *ActionNxSetMplsLabel) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxSetMplsLabel) SetValue(v uint32)
- type ActionNxSetMplsTc
- func (self *ActionNxSetMplsTc) GetActionFields() map[string]interface{}
- func (self *ActionNxSetMplsTc) GetActionName() string
- func (self *ActionNxSetMplsTc) GetValue() uint8
- func (self *ActionNxSetMplsTc) MarshalJSON() ([]byte, error)
- func (self *ActionNxSetMplsTc) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxSetMplsTc) SetValue(v uint8)
- type ActionNxSetMplsTtl
- func (self *ActionNxSetMplsTtl) GetActionFields() map[string]interface{}
- func (self *ActionNxSetMplsTtl) GetActionName() string
- func (self *ActionNxSetMplsTtl) GetValue() uint8
- func (self *ActionNxSetMplsTtl) MarshalJSON() ([]byte, error)
- func (self *ActionNxSetMplsTtl) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxSetMplsTtl) SetValue(v uint8)
- type ActionNxSetQueue
- func (self *ActionNxSetQueue) GetActionFields() map[string]interface{}
- func (self *ActionNxSetQueue) GetActionName() string
- func (self *ActionNxSetQueue) GetValue() uint32
- func (self *ActionNxSetQueue) MarshalJSON() ([]byte, error)
- func (self *ActionNxSetQueue) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxSetQueue) SetValue(v uint32)
- type ActionNxSetTunnel
- func (self *ActionNxSetTunnel) GetActionFields() map[string]interface{}
- func (self *ActionNxSetTunnel) GetActionName() string
- func (self *ActionNxSetTunnel) GetValue() uint32
- func (self *ActionNxSetTunnel) MarshalJSON() ([]byte, error)
- func (self *ActionNxSetTunnel) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxSetTunnel) SetValue(v uint32)
- type ActionNxSetTunnel64
- func (self *ActionNxSetTunnel64) GetActionFields() map[string]interface{}
- func (self *ActionNxSetTunnel64) GetActionName() string
- func (self *ActionNxSetTunnel64) GetValue() uint64
- func (self *ActionNxSetTunnel64) MarshalJSON() ([]byte, error)
- func (self *ActionNxSetTunnel64) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxSetTunnel64) SetValue(v uint64)
- type ActionNxStackPop
- func (self *ActionNxStackPop) GetActionFields() map[string]interface{}
- func (self *ActionNxStackPop) GetActionName() string
- func (self *ActionNxStackPop) GetField() goloxi.IOxmId
- func (self *ActionNxStackPop) GetNBits() uint16
- func (self *ActionNxStackPop) GetOffset() uint16
- func (self *ActionNxStackPop) MarshalJSON() ([]byte, error)
- func (self *ActionNxStackPop) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxStackPop) SetField(v goloxi.IOxmId)
- func (self *ActionNxStackPop) SetNBits(v uint16)
- func (self *ActionNxStackPop) SetOffset(v uint16)
- type ActionNxStackPush
- func (self *ActionNxStackPush) GetActionFields() map[string]interface{}
- func (self *ActionNxStackPush) GetActionName() string
- func (self *ActionNxStackPush) GetField() goloxi.IOxmId
- func (self *ActionNxStackPush) GetNBits() uint16
- func (self *ActionNxStackPush) GetOffset() uint16
- func (self *ActionNxStackPush) MarshalJSON() ([]byte, error)
- func (self *ActionNxStackPush) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxStackPush) SetField(v goloxi.IOxmId)
- func (self *ActionNxStackPush) SetNBits(v uint16)
- func (self *ActionNxStackPush) SetOffset(v uint16)
- type ActionNxWriteMetadata
- func (self *ActionNxWriteMetadata) GetActionFields() map[string]interface{}
- func (self *ActionNxWriteMetadata) GetActionName() string
- func (self *ActionNxWriteMetadata) GetMask() uint64
- func (self *ActionNxWriteMetadata) GetMetadata() uint64
- func (self *ActionNxWriteMetadata) MarshalJSON() ([]byte, error)
- func (self *ActionNxWriteMetadata) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionNxWriteMetadata) SetMask(v uint64)
- func (self *ActionNxWriteMetadata) SetMetadata(v uint64)
- type ActionOutput
- func (self *ActionOutput) GetActionFields() map[string]interface{}
- func (self *ActionOutput) GetActionName() string
- func (self *ActionOutput) GetMaxLen() uint16
- func (self *ActionOutput) GetPort() Port
- func (self *ActionOutput) MarshalJSON() ([]byte, error)
- func (self *ActionOutput) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionOutput) SetMaxLen(v uint16)
- func (self *ActionOutput) SetPort(v Port)
- type ActionResubmit
- func (self *ActionResubmit) GetActionFields() map[string]interface{}
- func (self *ActionResubmit) GetActionName() string
- func (self *ActionResubmit) GetInPort() uint16
- func (self *ActionResubmit) GetTable() uint8
- func (self *ActionResubmit) MarshalJSON() ([]byte, error)
- func (self *ActionResubmit) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionResubmit) SetInPort(v uint16)
- func (self *ActionResubmit) SetTable(v uint8)
- type ActionSetDlDst
- func (self *ActionSetDlDst) GetActionFields() map[string]interface{}
- func (self *ActionSetDlDst) GetActionName() string
- func (self *ActionSetDlDst) GetDlAddr() net.HardwareAddr
- func (self *ActionSetDlDst) MarshalJSON() ([]byte, error)
- func (self *ActionSetDlDst) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionSetDlDst) SetDlAddr(v net.HardwareAddr)
- type ActionSetDlSrc
- func (self *ActionSetDlSrc) GetActionFields() map[string]interface{}
- func (self *ActionSetDlSrc) GetActionName() string
- func (self *ActionSetDlSrc) GetDlAddr() net.HardwareAddr
- func (self *ActionSetDlSrc) MarshalJSON() ([]byte, error)
- func (self *ActionSetDlSrc) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionSetDlSrc) SetDlAddr(v net.HardwareAddr)
- type ActionSetNwDst
- func (self *ActionSetNwDst) GetActionFields() map[string]interface{}
- func (self *ActionSetNwDst) GetActionName() string
- func (self *ActionSetNwDst) GetNwAddr() uint32
- func (self *ActionSetNwDst) MarshalJSON() ([]byte, error)
- func (self *ActionSetNwDst) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionSetNwDst) SetNwAddr(v uint32)
- type ActionSetNwSrc
- func (self *ActionSetNwSrc) GetActionFields() map[string]interface{}
- func (self *ActionSetNwSrc) GetActionName() string
- func (self *ActionSetNwSrc) GetNwAddr() uint32
- func (self *ActionSetNwSrc) MarshalJSON() ([]byte, error)
- func (self *ActionSetNwSrc) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionSetNwSrc) SetNwAddr(v uint32)
- type ActionSetNwTos
- func (self *ActionSetNwTos) GetActionFields() map[string]interface{}
- func (self *ActionSetNwTos) GetActionName() string
- func (self *ActionSetNwTos) GetNwTos() uint8
- func (self *ActionSetNwTos) MarshalJSON() ([]byte, error)
- func (self *ActionSetNwTos) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionSetNwTos) SetNwTos(v uint8)
- type ActionSetTpDst
- func (self *ActionSetTpDst) GetActionFields() map[string]interface{}
- func (self *ActionSetTpDst) GetActionName() string
- func (self *ActionSetTpDst) GetTpPort() uint16
- func (self *ActionSetTpDst) MarshalJSON() ([]byte, error)
- func (self *ActionSetTpDst) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionSetTpDst) SetTpPort(v uint16)
- type ActionSetTpSrc
- func (self *ActionSetTpSrc) GetActionFields() map[string]interface{}
- func (self *ActionSetTpSrc) GetActionName() string
- func (self *ActionSetTpSrc) GetTpPort() uint16
- func (self *ActionSetTpSrc) MarshalJSON() ([]byte, error)
- func (self *ActionSetTpSrc) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionSetTpSrc) SetTpPort(v uint16)
- type ActionSetVlanPcp
- func (self *ActionSetVlanPcp) GetActionFields() map[string]interface{}
- func (self *ActionSetVlanPcp) GetActionName() string
- func (self *ActionSetVlanPcp) GetVlanPcp() uint8
- func (self *ActionSetVlanPcp) MarshalJSON() ([]byte, error)
- func (self *ActionSetVlanPcp) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionSetVlanPcp) SetVlanPcp(v uint8)
- type ActionSetVlanVid
- func (self *ActionSetVlanVid) GetActionFields() map[string]interface{}
- func (self *ActionSetVlanVid) GetActionName() string
- func (self *ActionSetVlanVid) GetVlanVid() uint16
- func (self *ActionSetVlanVid) MarshalJSON() ([]byte, error)
- func (self *ActionSetVlanVid) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionSetVlanVid) SetVlanVid(v uint16)
- type ActionStripVlan
- type ActionType
- type AggregateStatsReply
- func (self *AggregateStatsReply) GetByteCount() uint64
- func (self *AggregateStatsReply) GetFlowCount() uint32
- func (self *AggregateStatsReply) GetPacketCount() uint64
- func (self *AggregateStatsReply) Serialize(encoder *goloxi.Encoder) error
- func (self *AggregateStatsReply) SetByteCount(v uint64)
- func (self *AggregateStatsReply) SetFlowCount(v uint32)
- func (self *AggregateStatsReply) SetPacketCount(v uint64)
- type AggregateStatsRequest
- func (self *AggregateStatsRequest) GetMatch() Match
- func (self *AggregateStatsRequest) GetOutPort() Port
- func (self *AggregateStatsRequest) GetTableId() uint8
- func (self *AggregateStatsRequest) Serialize(encoder *goloxi.Encoder) error
- func (self *AggregateStatsRequest) SetMatch(v Match)
- func (self *AggregateStatsRequest) SetOutPort(v Port)
- func (self *AggregateStatsRequest) SetTableId(v uint8)
- type BSNVport
- type BadActionCode
- type BadActionErrorMsg
- type BadRequestCode
- type BadRequestErrorMsg
- type BarrierReply
- type BarrierRequest
- type Bitmap128
- type Bitmap512
- type BsnBwClearDataReply
- type BsnBwClearDataRequest
- type BsnBwEnableGetReply
- type BsnBwEnableGetRequest
- type BsnBwEnableSetReply
- type BsnBwEnableSetRequest
- type BsnGetInterfacesReply
- type BsnGetInterfacesRequest
- type BsnGetIpMaskReply
- type BsnGetIpMaskRequest
- type BsnGetL2TableReply
- func (self *BsnGetL2TableReply) GetL2TableEnable() uint8
- func (self *BsnGetL2TableReply) GetL2TablePriority() uint16
- func (self *BsnGetL2TableReply) Serialize(encoder *goloxi.Encoder) error
- func (self *BsnGetL2TableReply) SetL2TableEnable(v uint8)
- func (self *BsnGetL2TableReply) SetL2TablePriority(v uint16)
- type BsnGetL2TableRequest
- type BsnGetMirroringReply
- type BsnGetMirroringRequest
- type BsnHeader
- type BsnHybridGetReply
- type BsnHybridGetRequest
- type BsnInterface
- func (self *BsnInterface) GetHwAddr() net.HardwareAddr
- func (self *BsnInterface) GetIpv4Addr() net.IP
- func (self *BsnInterface) GetIpv4Netmask() net.IP
- func (self *BsnInterface) GetName() string
- func (self *BsnInterface) Serialize(encoder *goloxi.Encoder) error
- func (self *BsnInterface) SetHwAddr(v net.HardwareAddr)
- func (self *BsnInterface) SetIpv4Addr(v net.IP)
- func (self *BsnInterface) SetIpv4Netmask(v net.IP)
- func (self *BsnInterface) SetName(v string)
- type BsnPduRxReply
- func (self *BsnPduRxReply) GetPortNo() Port
- func (self *BsnPduRxReply) GetSlotNum() uint8
- func (self *BsnPduRxReply) GetStatus() uint32
- func (self *BsnPduRxReply) Serialize(encoder *goloxi.Encoder) error
- func (self *BsnPduRxReply) SetPortNo(v Port)
- func (self *BsnPduRxReply) SetSlotNum(v uint8)
- func (self *BsnPduRxReply) SetStatus(v uint32)
- type BsnPduRxRequest
- func (self *BsnPduRxRequest) GetData() []byte
- func (self *BsnPduRxRequest) GetPortNo() Port
- func (self *BsnPduRxRequest) GetSlotNum() uint8
- func (self *BsnPduRxRequest) GetTimeoutMs() uint32
- func (self *BsnPduRxRequest) Serialize(encoder *goloxi.Encoder) error
- func (self *BsnPduRxRequest) SetData(v []byte)
- func (self *BsnPduRxRequest) SetPortNo(v Port)
- func (self *BsnPduRxRequest) SetSlotNum(v uint8)
- func (self *BsnPduRxRequest) SetTimeoutMs(v uint32)
- type BsnPduRxTimeout
- type BsnPduSlotNum
- type BsnPduTxReply
- func (self *BsnPduTxReply) GetPortNo() Port
- func (self *BsnPduTxReply) GetSlotNum() uint8
- func (self *BsnPduTxReply) GetStatus() uint32
- func (self *BsnPduTxReply) Serialize(encoder *goloxi.Encoder) error
- func (self *BsnPduTxReply) SetPortNo(v Port)
- func (self *BsnPduTxReply) SetSlotNum(v uint8)
- func (self *BsnPduTxReply) SetStatus(v uint32)
- type BsnPduTxRequest
- func (self *BsnPduTxRequest) GetData() []byte
- func (self *BsnPduTxRequest) GetPortNo() Port
- func (self *BsnPduTxRequest) GetSlotNum() uint8
- func (self *BsnPduTxRequest) GetTxIntervalMs() uint32
- func (self *BsnPduTxRequest) Serialize(encoder *goloxi.Encoder) error
- func (self *BsnPduTxRequest) SetData(v []byte)
- func (self *BsnPduTxRequest) SetPortNo(v Port)
- func (self *BsnPduTxRequest) SetSlotNum(v uint8)
- func (self *BsnPduTxRequest) SetTxIntervalMs(v uint32)
- type BsnSetIpMask
- type BsnSetL2TableReply
- func (self *BsnSetL2TableReply) GetL2TableEnable() uint8
- func (self *BsnSetL2TableReply) GetL2TablePriority() uint16
- func (self *BsnSetL2TableReply) GetStatus() uint32
- func (self *BsnSetL2TableReply) Serialize(encoder *goloxi.Encoder) error
- func (self *BsnSetL2TableReply) SetL2TableEnable(v uint8)
- func (self *BsnSetL2TableReply) SetL2TablePriority(v uint16)
- func (self *BsnSetL2TableReply) SetStatus(v uint32)
- type BsnSetL2TableRequest
- func (self *BsnSetL2TableRequest) GetL2TableEnable() uint8
- func (self *BsnSetL2TableRequest) GetL2TablePriority() uint16
- func (self *BsnSetL2TableRequest) Serialize(encoder *goloxi.Encoder) error
- func (self *BsnSetL2TableRequest) SetL2TableEnable(v uint8)
- func (self *BsnSetL2TableRequest) SetL2TablePriority(v uint16)
- type BsnSetMirroring
- type BsnSetPktinSuppressionReply
- type BsnSetPktinSuppressionRequest
- func (self *BsnSetPktinSuppressionRequest) GetCookie() uint64
- func (self *BsnSetPktinSuppressionRequest) GetEnabled() uint8
- func (self *BsnSetPktinSuppressionRequest) GetHardTimeout() uint16
- func (self *BsnSetPktinSuppressionRequest) GetIdleTimeout() uint16
- func (self *BsnSetPktinSuppressionRequest) GetPriority() uint16
- func (self *BsnSetPktinSuppressionRequest) Serialize(encoder *goloxi.Encoder) error
- func (self *BsnSetPktinSuppressionRequest) SetCookie(v uint64)
- func (self *BsnSetPktinSuppressionRequest) SetEnabled(v uint8)
- func (self *BsnSetPktinSuppressionRequest) SetHardTimeout(v uint16)
- func (self *BsnSetPktinSuppressionRequest) SetIdleTimeout(v uint16)
- func (self *BsnSetPktinSuppressionRequest) SetPriority(v uint16)
- type BsnShellCommand
- type BsnShellOutput
- type BsnShellStatus
- type BsnStatsReply
- type BsnStatsRequest
- type BsnVirtualPortCreateReply
- func (self *BsnVirtualPortCreateReply) GetStatus() uint32
- func (self *BsnVirtualPortCreateReply) GetVportNo() uint32
- func (self *BsnVirtualPortCreateReply) Serialize(encoder *goloxi.Encoder) error
- func (self *BsnVirtualPortCreateReply) SetStatus(v uint32)
- func (self *BsnVirtualPortCreateReply) SetVportNo(v uint32)
- type BsnVirtualPortCreateRequest
- type BsnVirtualPortRemoveReply
- type BsnVirtualPortRemoveRequest
- type BsnVport
- type BsnVportL2Gre
- func (self *BsnVportL2Gre) GetDscp() uint8
- func (self *BsnVportL2Gre) GetDstIp() net.IP
- func (self *BsnVportL2Gre) GetFlags() BsnVportL2GreFlags
- func (self *BsnVportL2Gre) GetIfName() string
- func (self *BsnVportL2Gre) GetLocalMac() net.HardwareAddr
- func (self *BsnVportL2Gre) GetLoopbackPortNo() Port
- func (self *BsnVportL2Gre) GetNhMac() net.HardwareAddr
- func (self *BsnVportL2Gre) GetPortNo() Port
- func (self *BsnVportL2Gre) GetRateLimit() uint32
- func (self *BsnVportL2Gre) GetSrcIp() net.IP
- func (self *BsnVportL2Gre) GetTtl() uint8
- func (self *BsnVportL2Gre) GetVpn() uint32
- func (self *BsnVportL2Gre) Serialize(encoder *goloxi.Encoder) error
- func (self *BsnVportL2Gre) SetDscp(v uint8)
- func (self *BsnVportL2Gre) SetDstIp(v net.IP)
- func (self *BsnVportL2Gre) SetFlags(v BsnVportL2GreFlags)
- func (self *BsnVportL2Gre) SetIfName(v string)
- func (self *BsnVportL2Gre) SetLocalMac(v net.HardwareAddr)
- func (self *BsnVportL2Gre) SetLoopbackPortNo(v Port)
- func (self *BsnVportL2Gre) SetNhMac(v net.HardwareAddr)
- func (self *BsnVportL2Gre) SetPortNo(v Port)
- func (self *BsnVportL2Gre) SetRateLimit(v uint32)
- func (self *BsnVportL2Gre) SetSrcIp(v net.IP)
- func (self *BsnVportL2Gre) SetTtl(v uint8)
- func (self *BsnVportL2Gre) SetVpn(v uint32)
- type BsnVportL2GreFlags
- type BsnVportQInQ
- func (self *BsnVportQInQ) GetEgressTpid() uint16
- func (self *BsnVportQInQ) GetEgressVlanId() uint16
- func (self *BsnVportQInQ) GetIfName() string
- func (self *BsnVportQInQ) GetIngressTpid() uint16
- func (self *BsnVportQInQ) GetIngressVlanId() uint16
- func (self *BsnVportQInQ) GetPortNo() uint32
- func (self *BsnVportQInQ) Serialize(encoder *goloxi.Encoder) error
- func (self *BsnVportQInQ) SetEgressTpid(v uint16)
- func (self *BsnVportQInQ) SetEgressVlanId(v uint16)
- func (self *BsnVportQInQ) SetIfName(v string)
- func (self *BsnVportQInQ) SetIngressTpid(v uint16)
- func (self *BsnVportQInQ) SetIngressVlanId(v uint16)
- func (self *BsnVportQInQ) SetPortNo(v uint32)
- type BsnVportQInQUntagged
- type Capabilities
- type Checksum128
- type ConfigFlags
- type ControllerURI
- type CsStates
- type DescStatsReply
- func (self *DescStatsReply) GetDpDesc() string
- func (self *DescStatsReply) GetHwDesc() string
- func (self *DescStatsReply) GetMfrDesc() string
- func (self *DescStatsReply) GetSerialNum() string
- func (self *DescStatsReply) GetSwDesc() string
- func (self *DescStatsReply) Serialize(encoder *goloxi.Encoder) error
- func (self *DescStatsReply) SetDpDesc(v string)
- func (self *DescStatsReply) SetHwDesc(v string)
- func (self *DescStatsReply) SetMfrDesc(v string)
- func (self *DescStatsReply) SetSerialNum(v string)
- func (self *DescStatsReply) SetSwDesc(v string)
- type DescStatsRequest
- type EchoReply
- type EchoRequest
- type EdNshPropType
- type EdPropClass
- type EdPropHeader
- type EdPropNsh
- type EdPropNshMdType
- type EdPropNshTlv
- func (self *EdPropNshTlv) GetTlvClass() uint16
- func (self *EdPropNshTlv) GetTlvLen() uint8
- func (self *EdPropNshTlv) GetTlvType() uint8
- func (self *EdPropNshTlv) GetValue() []byte
- func (self *EdPropNshTlv) Serialize(encoder *goloxi.Encoder) error
- func (self *EdPropNshTlv) SetTlvClass(v uint16)
- func (self *EdPropNshTlv) SetTlvLen(v uint8)
- func (self *EdPropNshTlv) SetTlvType(v uint8)
- func (self *EdPropNshTlv) SetValue(v []byte)
- type ErrorMsg
- type ErrorType
- type EthernetType
- type Experimenter
- type ExperimenterStatsReply
- type ExperimenterStatsRequest
- type FeaturesReply
- func (self *FeaturesReply) GetActions() uint32
- func (self *FeaturesReply) GetCapabilities() Capabilities
- func (self *FeaturesReply) GetDatapathId() uint64
- func (self *FeaturesReply) GetNBuffers() uint32
- func (self *FeaturesReply) GetNTables() uint8
- func (self *FeaturesReply) GetPorts() []*PortDesc
- func (self *FeaturesReply) Serialize(encoder *goloxi.Encoder) error
- func (self *FeaturesReply) SetActions(v uint32)
- func (self *FeaturesReply) SetCapabilities(v Capabilities)
- func (self *FeaturesReply) SetDatapathId(v uint64)
- func (self *FeaturesReply) SetNBuffers(v uint32)
- func (self *FeaturesReply) SetNTables(v uint8)
- func (self *FeaturesReply) SetPorts(v []*PortDesc)
- type FeaturesRequest
- type FlowAdd
- type FlowDelete
- type FlowDeleteStrict
- type FlowMod
- func (self *FlowMod) GetActions() []goloxi.IAction
- func (self *FlowMod) GetBufferId() uint32
- func (self *FlowMod) GetCommand() FmCmd
- func (self *FlowMod) GetCookie() uint64
- func (self *FlowMod) GetFlags() FlowModFlags
- func (self *FlowMod) GetHardTimeout() uint16
- func (self *FlowMod) GetIdleTimeout() uint16
- func (self *FlowMod) GetMatch() Match
- func (self *FlowMod) GetOutPort() Port
- func (self *FlowMod) GetPriority() uint16
- func (self *FlowMod) Serialize(encoder *goloxi.Encoder) error
- func (self *FlowMod) SetActions(v []goloxi.IAction)
- func (self *FlowMod) SetBufferId(v uint32)
- func (self *FlowMod) SetCommand(v FmCmd)
- func (self *FlowMod) SetCookie(v uint64)
- func (self *FlowMod) SetFlags(v FlowModFlags)
- func (self *FlowMod) SetHardTimeout(v uint16)
- func (self *FlowMod) SetIdleTimeout(v uint16)
- func (self *FlowMod) SetMatch(v Match)
- func (self *FlowMod) SetOutPort(v Port)
- func (self *FlowMod) SetPriority(v uint16)
- type FlowModCommand
- type FlowModFailedCode
- type FlowModFailedErrorMsg
- func (self *FlowModFailedErrorMsg) GetCode() FlowModFailedCode
- func (self *FlowModFailedErrorMsg) GetData() []byte
- func (self *FlowModFailedErrorMsg) Serialize(encoder *goloxi.Encoder) error
- func (self *FlowModFailedErrorMsg) SetCode(v FlowModFailedCode)
- func (self *FlowModFailedErrorMsg) SetData(v []byte)
- type FlowModFlags
- type FlowModSpec
- type FlowModSpecSrc0Dst0
- func (self *FlowModSpecSrc0Dst0) GetDst() goloxi.IOxmId
- func (self *FlowModSpecSrc0Dst0) GetDstOfs() uint16
- func (self *FlowModSpecSrc0Dst0) GetSrc() goloxi.IOxmId
- func (self *FlowModSpecSrc0Dst0) GetSrcOfs() uint16
- func (self *FlowModSpecSrc0Dst0) Serialize(encoder *goloxi.Encoder) error
- func (self *FlowModSpecSrc0Dst0) SetDst(v goloxi.IOxmId)
- func (self *FlowModSpecSrc0Dst0) SetDstOfs(v uint16)
- func (self *FlowModSpecSrc0Dst0) SetSrc(v goloxi.IOxmId)
- func (self *FlowModSpecSrc0Dst0) SetSrcOfs(v uint16)
- type FlowModSpecSrc0Dst1
- func (self *FlowModSpecSrc0Dst1) GetDst() goloxi.IOxmId
- func (self *FlowModSpecSrc0Dst1) GetDstOfs() uint16
- func (self *FlowModSpecSrc0Dst1) GetSrc() goloxi.IOxmId
- func (self *FlowModSpecSrc0Dst1) GetSrcOfs() uint16
- func (self *FlowModSpecSrc0Dst1) Serialize(encoder *goloxi.Encoder) error
- func (self *FlowModSpecSrc0Dst1) SetDst(v goloxi.IOxmId)
- func (self *FlowModSpecSrc0Dst1) SetDstOfs(v uint16)
- func (self *FlowModSpecSrc0Dst1) SetSrc(v goloxi.IOxmId)
- func (self *FlowModSpecSrc0Dst1) SetSrcOfs(v uint16)
- type FlowModSpecSrc0Dst2
- type FlowModSpecSrc1Dst0
- func (self *FlowModSpecSrc1Dst0) GetDst() goloxi.IOxmId
- func (self *FlowModSpecSrc1Dst0) GetDstOfs() uint16
- func (self *FlowModSpecSrc1Dst0) GetSrc() []byte
- func (self *FlowModSpecSrc1Dst0) Serialize(encoder *goloxi.Encoder) error
- func (self *FlowModSpecSrc1Dst0) SetDst(v goloxi.IOxmId)
- func (self *FlowModSpecSrc1Dst0) SetDstOfs(v uint16)
- func (self *FlowModSpecSrc1Dst0) SetSrc(v []byte)
- type FlowModSpecSrc1Dst1
- func (self *FlowModSpecSrc1Dst1) GetDst() goloxi.IOxmId
- func (self *FlowModSpecSrc1Dst1) GetDstOfs() uint16
- func (self *FlowModSpecSrc1Dst1) GetSrc() []byte
- func (self *FlowModSpecSrc1Dst1) Serialize(encoder *goloxi.Encoder) error
- func (self *FlowModSpecSrc1Dst1) SetDst(v goloxi.IOxmId)
- func (self *FlowModSpecSrc1Dst1) SetDstOfs(v uint16)
- func (self *FlowModSpecSrc1Dst1) SetSrc(v []byte)
- type FlowModify
- type FlowModifyStrict
- type FlowRemoved
- func (self *FlowRemoved) GetByteCount() uint64
- func (self *FlowRemoved) GetCookie() uint64
- func (self *FlowRemoved) GetDurationNsec() uint32
- func (self *FlowRemoved) GetDurationSec() uint32
- func (self *FlowRemoved) GetIdleTimeout() uint16
- func (self *FlowRemoved) GetMatch() Match
- func (self *FlowRemoved) GetPacketCount() uint64
- func (self *FlowRemoved) GetPriority() uint16
- func (self *FlowRemoved) GetReason() FlowRemovedReason
- func (self *FlowRemoved) Serialize(encoder *goloxi.Encoder) error
- func (self *FlowRemoved) SetByteCount(v uint64)
- func (self *FlowRemoved) SetCookie(v uint64)
- func (self *FlowRemoved) SetDurationNsec(v uint32)
- func (self *FlowRemoved) SetDurationSec(v uint32)
- func (self *FlowRemoved) SetIdleTimeout(v uint16)
- func (self *FlowRemoved) SetMatch(v Match)
- func (self *FlowRemoved) SetPacketCount(v uint64)
- func (self *FlowRemoved) SetPriority(v uint16)
- func (self *FlowRemoved) SetReason(v FlowRemovedReason)
- type FlowRemovedReason
- type FlowStatsEntry
- func (self *FlowStatsEntry) GetActions() []goloxi.IAction
- func (self *FlowStatsEntry) GetByteCount() uint64
- func (self *FlowStatsEntry) GetCookie() uint64
- func (self *FlowStatsEntry) GetDurationNsec() uint32
- func (self *FlowStatsEntry) GetDurationSec() uint32
- func (self *FlowStatsEntry) GetHardTimeout() uint16
- func (self *FlowStatsEntry) GetIdleTimeout() uint16
- func (self *FlowStatsEntry) GetLength() uint16
- func (self *FlowStatsEntry) GetMatch() Match
- func (self *FlowStatsEntry) GetPacketCount() uint64
- func (self *FlowStatsEntry) GetPriority() uint16
- func (self *FlowStatsEntry) GetTableId() uint8
- func (self *FlowStatsEntry) Serialize(encoder *goloxi.Encoder) error
- func (self *FlowStatsEntry) SetActions(v []goloxi.IAction)
- func (self *FlowStatsEntry) SetByteCount(v uint64)
- func (self *FlowStatsEntry) SetCookie(v uint64)
- func (self *FlowStatsEntry) SetDurationNsec(v uint32)
- func (self *FlowStatsEntry) SetDurationSec(v uint32)
- func (self *FlowStatsEntry) SetHardTimeout(v uint16)
- func (self *FlowStatsEntry) SetIdleTimeout(v uint16)
- func (self *FlowStatsEntry) SetLength(v uint16)
- func (self *FlowStatsEntry) SetMatch(v Match)
- func (self *FlowStatsEntry) SetPacketCount(v uint64)
- func (self *FlowStatsEntry) SetPriority(v uint16)
- func (self *FlowStatsEntry) SetTableId(v uint8)
- type FlowStatsReply
- type FlowStatsRequest
- func (self *FlowStatsRequest) GetMatch() Match
- func (self *FlowStatsRequest) GetOutPort() Port
- func (self *FlowStatsRequest) GetTableId() uint8
- func (self *FlowStatsRequest) Serialize(encoder *goloxi.Encoder) error
- func (self *FlowStatsRequest) SetMatch(v Match)
- func (self *FlowStatsRequest) SetOutPort(v Port)
- func (self *FlowStatsRequest) SetTableId(v uint8)
- type FlowWildcards
- type FmCmd
- type GetConfigReply
- type GetConfigRequest
- type Header
- func (self *Header) Decode(decoder *goloxi.Decoder) error
- func (self *Header) GetLength() uint16
- func (self *Header) GetType() uint8
- func (self *Header) GetVersion() uint8
- func (self *Header) GetXid() uint32
- func (h *Header) MessageName() string
- func (h *Header) MessageType() uint8
- func (self *Header) Serialize(encoder *goloxi.Encoder) error
- func (self *Header) SetLength(v uint16)
- func (self *Header) SetType(v uint8)
- func (self *Header) SetVersion(v uint8)
- func (self *Header) SetXid(v uint32)
- type Hello
- type HelloFailedCode
- type HelloFailedErrorMsg
- type IAction
- type IActionBsn
- type IActionBsnChecksum
- type IActionBsnMirror
- type IActionBsnSetTunnelDst
- type IActionEnqueue
- type IActionExperimenter
- type IActionId
- type IActionIdBsn
- type IActionIdBsnChecksum
- type IActionIdBsnMirror
- type IActionIdBsnSetTunnelDst
- type IActionIdEnqueue
- type IActionIdExperimenter
- type IActionIdNicira
- type IActionIdNiciraDecTtl
- type IActionIdNxBundle
- type IActionIdNxBundleLoad
- type IActionIdNxBundleLoadInPort
- type IActionIdNxClone
- type IActionIdNxConjunction
- type IActionIdNxController
- type IActionIdNxController2
- type IActionIdNxCt
- type IActionIdNxCtClear
- type IActionIdNxDebugRecirc
- type IActionIdNxDebugSlow
- type IActionIdNxDecMplsTtl
- type IActionIdNxDecNshTtl
- type IActionIdNxDecTtlCntIds
- type IActionIdNxDecap
- type IActionIdNxEncap
- type IActionIdNxExit
- type IActionIdNxFinTimeout
- type IActionIdNxGroup
- type IActionIdNxLearn
- type IActionIdNxLearn2
- type IActionIdNxMultipath
- type IActionIdNxNat
- type IActionIdNxNote
- type IActionIdNxOutputReg
- type IActionIdNxOutputReg2
- type IActionIdNxOutputTrunc
- type IActionIdNxPopMpls
- type IActionIdNxPopQueue
- type IActionIdNxPushMpls
- type IActionIdNxRegLoad
- type IActionIdNxRegLoad2
- type IActionIdNxRegMove
- type IActionIdNxResubmit
- type IActionIdNxResubmitTable
- type IActionIdNxResubmitTableCt
- type IActionIdNxSample
- type IActionIdNxSample2
- type IActionIdNxSample3
- type IActionIdNxSetMplsLabel
- type IActionIdNxSetMplsTc
- type IActionIdNxSetMplsTtl
- type IActionIdNxSetQueue
- type IActionIdNxSetTunnel
- type IActionIdNxSetTunnel64
- type IActionIdNxStackPop
- type IActionIdNxStackPush
- type IActionIdNxWriteMetadata
- type IActionIdOutput
- type IActionIdResubmit
- type IActionIdSetDlDst
- type IActionIdSetDlSrc
- type IActionIdSetNwDst
- type IActionIdSetNwSrc
- type IActionIdSetNwTos
- type IActionIdSetTpDst
- type IActionIdSetTpSrc
- type IActionIdSetVlanPcp
- type IActionIdSetVlanVid
- type IActionIdStripVlan
- type IActionNicira
- type IActionNiciraDecTtl
- type IActionNxBundle
- type IActionNxBundleLoad
- type IActionNxBundleLoadInPort
- type IActionNxBundleLoadSlave
- type IActionNxClone
- type IActionNxConjunction
- type IActionNxController
- type IActionNxController2
- type IActionNxController2Property
- type IActionNxController2PropertyControllerId
- type IActionNxController2PropertyMaxLen
- type IActionNxController2PropertyMeterId
- type IActionNxController2PropertyPause
- type IActionNxController2PropertyReason
- type IActionNxController2PropertyUserdata
- type IActionNxCt
- type IActionNxCtClear
- type IActionNxDebugRecirc
- type IActionNxDebugSlow
- type IActionNxDecMplsTtl
- type IActionNxDecNshTtl
- type IActionNxDecTtlCntIds
- type IActionNxDecap
- type IActionNxEncap
- type IActionNxExit
- type IActionNxFinTimeout
- type IActionNxGroup
- type IActionNxLearn
- type IActionNxLearn2
- type IActionNxMultipath
- type IActionNxNat
- type IActionNxNote
- type IActionNxOutputReg
- type IActionNxOutputReg2
- type IActionNxOutputTrunc
- type IActionNxPopMpls
- type IActionNxPopQueue
- type IActionNxPushMpls
- type IActionNxRegLoad
- type IActionNxRegLoad2
- type IActionNxRegMove
- type IActionNxResubmit
- type IActionNxResubmitTable
- type IActionNxResubmitTableCt
- type IActionNxSample
- type IActionNxSample2
- type IActionNxSample3
- type IActionNxSetMplsLabel
- type IActionNxSetMplsTc
- type IActionNxSetMplsTtl
- type IActionNxSetQueue
- type IActionNxSetTunnel
- type IActionNxSetTunnel64
- type IActionNxStackPop
- type IActionNxStackPush
- type IActionNxWriteMetadata
- type IActionOutput
- type IActionResubmit
- type IActionSetDlDst
- type IActionSetDlSrc
- type IActionSetNwDst
- type IActionSetNwSrc
- type IActionSetNwTos
- type IActionSetTpDst
- type IActionSetTpSrc
- type IActionSetVlanPcp
- type IActionSetVlanVid
- type IActionStripVlan
- type IAggregateStatsReply
- type IAggregateStatsRequest
- type IBadActionErrorMsg
- type IBadRequestErrorMsg
- type IBarrierReply
- type IBarrierRequest
- type IBsnBwClearDataReply
- type IBsnBwClearDataRequest
- type IBsnBwEnableGetReply
- type IBsnBwEnableGetRequest
- type IBsnBwEnableSetReply
- type IBsnBwEnableSetRequest
- type IBsnGetInterfacesReply
- type IBsnGetInterfacesRequest
- type IBsnGetIpMaskReply
- type IBsnGetIpMaskRequest
- type IBsnGetL2TableReply
- type IBsnGetL2TableRequest
- type IBsnGetMirroringReply
- type IBsnGetMirroringRequest
- type IBsnHeader
- type IBsnHybridGetReply
- type IBsnHybridGetRequest
- type IBsnInterface
- type IBsnPduRxReply
- type IBsnPduRxRequest
- type IBsnPduRxTimeout
- type IBsnPduTxReply
- type IBsnPduTxRequest
- type IBsnSetIpMask
- type IBsnSetL2TableReply
- type IBsnSetL2TableRequest
- type IBsnSetMirroring
- type IBsnSetPktinSuppressionReply
- type IBsnSetPktinSuppressionRequest
- type IBsnShellCommand
- type IBsnShellOutput
- type IBsnShellStatus
- type IBsnStatsReply
- type IBsnStatsRequest
- type IBsnVirtualPortCreateReply
- type IBsnVirtualPortCreateRequest
- type IBsnVirtualPortRemoveReply
- type IBsnVirtualPortRemoveRequest
- type IBsnVport
- type IBsnVportL2Gre
- type IBsnVportQInQ
- type IDescStatsReply
- type IDescStatsRequest
- type IEchoReply
- type IEchoRequest
- type IEdPropHeader
- type IEdPropNsh
- type IEdPropNshMdType
- type IEdPropNshTlv
- type IErrorMsg
- type IExperimenter
- type IExperimenterStatsReply
- type IExperimenterStatsRequest
- type IFeaturesReply
- type IFeaturesRequest
- type IFlowAdd
- type IFlowDelete
- type IFlowDeleteStrict
- type IFlowMod
- type IFlowModFailedErrorMsg
- type IFlowModSpec
- type IFlowModSpecSrc0Dst0
- type IFlowModSpecSrc0Dst1
- type IFlowModSpecSrc0Dst2
- type IFlowModSpecSrc1Dst0
- type IFlowModSpecSrc1Dst1
- type IFlowModify
- type IFlowModifyStrict
- type IFlowRemoved
- type IFlowStatsEntry
- type IFlowStatsReply
- type IFlowStatsRequest
- type IGetConfigReply
- type IGetConfigRequest
- type IHeader
- type IHello
- type IHelloFailedErrorMsg
- type IMatchV1
- type INiciraControllerRoleReply
- type INiciraControllerRoleRequest
- type INiciraFlowMonitorReply
- type INiciraFlowMonitorRequest
- type INiciraFlowStats
- type INiciraFlowStatsReply
- type INiciraFlowStatsRequest
- type INiciraFlowUpdateEvent
- type INiciraFlowUpdateFullAdd
- type INiciraFlowUpdateFullDeleted
- type INiciraFlowUpdateFullModified
- type INiciraHeader
- type INiciraMatch
- type INiciraStatsReply
- type INxmArpOp
- type INxmArpSha
- type INxmArpShaMasked
- type INxmArpSpa
- type INxmArpSpaMasked
- type INxmArpTha
- type INxmArpThaMasked
- type INxmArpTpa
- type INxmArpTpaMasked
- type INxmConjId
- type INxmCtIpv6Dst
- type INxmCtIpv6DstMasked
- type INxmCtIpv6Src
- type INxmCtIpv6SrcMasked
- type INxmCtLabel
- type INxmCtLabelMasked
- type INxmCtMark
- type INxmCtMarkMasked
- type INxmCtNwDst
- type INxmCtNwDstMasked
- type INxmCtNwProto
- type INxmCtNwSrc
- type INxmCtNwSrcMasked
- type INxmCtState
- type INxmCtStateMasked
- type INxmCtTpDst
- type INxmCtTpDstMasked
- type INxmCtTpSrc
- type INxmCtTpSrcMasked
- type INxmCtZone
- type INxmDpHash
- type INxmDpHashMasked
- type INxmEthDst
- type INxmEthDstMasked
- type INxmEthSrc
- type INxmEthSrcMasked
- type INxmEthType
- type INxmIcmpCode
- type INxmIcmpType
- type INxmIcmpv6Code
- type INxmIcmpv6Type
- type INxmInPort
- type INxmIpDst
- type INxmIpDstMasked
- type INxmIpFrag
- type INxmIpFragMasked
- type INxmIpSrc
- type INxmIpSrcMasked
- type INxmIpv6Dst
- type INxmIpv6DstMasked
- type INxmIpv6Label
- type INxmIpv6LabelMasked
- type INxmIpv6Src
- type INxmIpv6SrcMasked
- type INxmMplsTtl
- type INxmNdSll
- type INxmNdSllMasked
- type INxmNdTarget
- type INxmNdTargetMasked
- type INxmNdTll
- type INxmNdTllMasked
- type INxmNwEcn
- type INxmNwProto
- type INxmNwTos
- type INxmNwTtl
- type INxmPktMark
- type INxmPktMarkMasked
- type INxmRecircId
- type INxmReg0
- type INxmReg0Masked
- type INxmReg1
- type INxmReg10
- type INxmReg10Masked
- type INxmReg11
- type INxmReg11Masked
- type INxmReg12
- type INxmReg12Masked
- type INxmReg13
- type INxmReg13Masked
- type INxmReg14
- type INxmReg14Masked
- type INxmReg15
- type INxmReg15Masked
- type INxmReg1Masked
- type INxmReg2
- type INxmReg2Masked
- type INxmReg3
- type INxmReg3Masked
- type INxmReg4
- type INxmReg4Masked
- type INxmReg5
- type INxmReg5Masked
- type INxmReg6
- type INxmReg6Masked
- type INxmReg7
- type INxmReg7Masked
- type INxmReg8
- type INxmReg8Masked
- type INxmReg9
- type INxmReg9Masked
- type INxmTcpDst
- type INxmTcpDstMasked
- type INxmTcpFlags
- type INxmTcpFlagsMasked
- type INxmTcpSrc
- type INxmTcpSrcMasked
- type INxmTunDst
- type INxmTunDstMasked
- type INxmTunFlags
- type INxmTunFlagsMasked
- type INxmTunGbpFlags
- type INxmTunGbpFlagsMasked
- type INxmTunGbpId
- type INxmTunGbpIdMasked
- type INxmTunId
- type INxmTunIdMasked
- type INxmTunIpv6Dst
- type INxmTunIpv6DstMasked
- type INxmTunIpv6Src
- type INxmTunIpv6SrcMasked
- type INxmTunMetadata0
- type INxmTunMetadata0Masked
- type INxmTunMetadata1
- type INxmTunMetadata10
- type INxmTunMetadata10Masked
- type INxmTunMetadata11
- type INxmTunMetadata11Masked
- type INxmTunMetadata12
- type INxmTunMetadata12Masked
- type INxmTunMetadata13
- type INxmTunMetadata13Masked
- type INxmTunMetadata14
- type INxmTunMetadata14Masked
- type INxmTunMetadata15
- type INxmTunMetadata15Masked
- type INxmTunMetadata16
- type INxmTunMetadata16Masked
- type INxmTunMetadata17
- type INxmTunMetadata17Masked
- type INxmTunMetadata18
- type INxmTunMetadata18Masked
- type INxmTunMetadata19
- type INxmTunMetadata19Masked
- type INxmTunMetadata1Masked
- type INxmTunMetadata2
- type INxmTunMetadata20
- type INxmTunMetadata20Masked
- type INxmTunMetadata21
- type INxmTunMetadata21Masked
- type INxmTunMetadata22
- type INxmTunMetadata22Masked
- type INxmTunMetadata23
- type INxmTunMetadata23Masked
- type INxmTunMetadata24
- type INxmTunMetadata24Masked
- type INxmTunMetadata25
- type INxmTunMetadata25Masked
- type INxmTunMetadata26
- type INxmTunMetadata26Masked
- type INxmTunMetadata27
- type INxmTunMetadata27Masked
- type INxmTunMetadata28
- type INxmTunMetadata28Masked
- type INxmTunMetadata29
- type INxmTunMetadata29Masked
- type INxmTunMetadata2Masked
- type INxmTunMetadata3
- type INxmTunMetadata30
- type INxmTunMetadata30Masked
- type INxmTunMetadata31
- type INxmTunMetadata31Masked
- type INxmTunMetadata32
- type INxmTunMetadata32Masked
- type INxmTunMetadata33
- type INxmTunMetadata33Masked
- type INxmTunMetadata34
- type INxmTunMetadata34Masked
- type INxmTunMetadata35
- type INxmTunMetadata35Masked
- type INxmTunMetadata36
- type INxmTunMetadata36Masked
- type INxmTunMetadata37
- type INxmTunMetadata37Masked
- type INxmTunMetadata38
- type INxmTunMetadata38Masked
- type INxmTunMetadata39
- type INxmTunMetadata39Masked
- type INxmTunMetadata3Masked
- type INxmTunMetadata4
- type INxmTunMetadata40
- type INxmTunMetadata40Masked
- type INxmTunMetadata41
- type INxmTunMetadata41Masked
- type INxmTunMetadata42
- type INxmTunMetadata42Masked
- type INxmTunMetadata43
- type INxmTunMetadata43Masked
- type INxmTunMetadata44
- type INxmTunMetadata44Masked
- type INxmTunMetadata45
- type INxmTunMetadata45Masked
- type INxmTunMetadata46
- type INxmTunMetadata46Masked
- type INxmTunMetadata47
- type INxmTunMetadata47Masked
- type INxmTunMetadata48
- type INxmTunMetadata48Masked
- type INxmTunMetadata49
- type INxmTunMetadata49Masked
- type INxmTunMetadata4Masked
- type INxmTunMetadata5
- type INxmTunMetadata50
- type INxmTunMetadata50Masked
- type INxmTunMetadata51
- type INxmTunMetadata51Masked
- type INxmTunMetadata52
- type INxmTunMetadata52Masked
- type INxmTunMetadata53
- type INxmTunMetadata53Masked
- type INxmTunMetadata54
- type INxmTunMetadata54Masked
- type INxmTunMetadata55
- type INxmTunMetadata55Masked
- type INxmTunMetadata56
- type INxmTunMetadata56Masked
- type INxmTunMetadata57
- type INxmTunMetadata57Masked
- type INxmTunMetadata58
- type INxmTunMetadata58Masked
- type INxmTunMetadata59
- type INxmTunMetadata59Masked
- type INxmTunMetadata5Masked
- type INxmTunMetadata6
- type INxmTunMetadata60
- type INxmTunMetadata60Masked
- type INxmTunMetadata61
- type INxmTunMetadata61Masked
- type INxmTunMetadata62
- type INxmTunMetadata62Masked
- type INxmTunMetadata63
- type INxmTunMetadata63Masked
- type INxmTunMetadata6Masked
- type INxmTunMetadata7
- type INxmTunMetadata7Masked
- type INxmTunMetadata8
- type INxmTunMetadata8Masked
- type INxmTunMetadata9
- type INxmTunMetadata9Masked
- type INxmTunSrc
- type INxmTunSrcMasked
- type INxmUdpDst
- type INxmUdpDstMasked
- type INxmUdpSrc
- type INxmUdpSrcMasked
- type INxmVlanTci
- type INxmVlanTciMasked
- type INxmXxreg0
- type INxmXxreg0Masked
- type INxmXxreg1
- type INxmXxreg1Masked
- type INxmXxreg2
- type INxmXxreg2Masked
- type INxmXxreg3
- type INxmXxreg3Masked
- type IOxm
- type IOxmArpOp
- type IOxmArpOpMasked
- type IOxmArpSha
- type IOxmArpShaMasked
- type IOxmArpSpa
- type IOxmArpSpaMasked
- type IOxmArpTha
- type IOxmArpThaMasked
- type IOxmArpTpa
- type IOxmArpTpaMasked
- type IOxmConnTrackingIpv6Dst
- type IOxmConnTrackingIpv6DstMasked
- type IOxmConnTrackingIpv6Src
- type IOxmConnTrackingIpv6SrcMasked
- type IOxmConnTrackingLabel
- type IOxmConnTrackingLabelMasked
- type IOxmConnTrackingMark
- type IOxmConnTrackingMarkMasked
- type IOxmConnTrackingNwDst
- type IOxmConnTrackingNwDstMasked
- type IOxmConnTrackingNwProto
- type IOxmConnTrackingNwProtoMasked
- type IOxmConnTrackingNwSrc
- type IOxmConnTrackingNwSrcMasked
- type IOxmConnTrackingState
- type IOxmConnTrackingStateMasked
- type IOxmConnTrackingTpDst
- type IOxmConnTrackingTpDstMasked
- type IOxmConnTrackingTpSrc
- type IOxmConnTrackingTpSrcMasked
- type IOxmConnTrackingZone
- type IOxmConnTrackingZoneMasked
- type IOxmEthDst
- type IOxmEthDstMasked
- type IOxmEthSrc
- type IOxmEthSrcMasked
- type IOxmEthType
- type IOxmEthTypeMasked
- type IOxmIcmpv4Code
- type IOxmIcmpv4CodeMasked
- type IOxmIcmpv4Type
- type IOxmIcmpv4TypeMasked
- type IOxmIcmpv6Code
- type IOxmIcmpv6CodeMasked
- type IOxmIcmpv6Type
- type IOxmIcmpv6TypeMasked
- type IOxmId
- type IOxmIdArpOp
- type IOxmIdArpOpMasked
- type IOxmIdArpSha
- type IOxmIdArpShaMasked
- type IOxmIdArpSpa
- type IOxmIdArpSpaMasked
- type IOxmIdArpTha
- type IOxmIdArpThaMasked
- type IOxmIdArpTpa
- type IOxmIdArpTpaMasked
- type IOxmIdConjId
- type IOxmIdConnTrackingIpv6Dst
- type IOxmIdConnTrackingIpv6DstMasked
- type IOxmIdConnTrackingIpv6Src
- type IOxmIdConnTrackingIpv6SrcMasked
- type IOxmIdConnTrackingLabel
- type IOxmIdConnTrackingLabelMasked
- type IOxmIdConnTrackingMark
- type IOxmIdConnTrackingMarkMasked
- type IOxmIdConnTrackingNwDst
- type IOxmIdConnTrackingNwDstMasked
- type IOxmIdConnTrackingNwProto
- type IOxmIdConnTrackingNwProtoMasked
- type IOxmIdConnTrackingNwSrc
- type IOxmIdConnTrackingNwSrcMasked
- type IOxmIdConnTrackingState
- type IOxmIdConnTrackingStateMasked
- type IOxmIdConnTrackingTpDst
- type IOxmIdConnTrackingTpDstMasked
- type IOxmIdConnTrackingTpSrc
- type IOxmIdConnTrackingTpSrcMasked
- type IOxmIdConnTrackingZone
- type IOxmIdConnTrackingZoneMasked
- type IOxmIdCtIpv6Dst
- type IOxmIdCtIpv6DstMasked
- type IOxmIdCtIpv6Src
- type IOxmIdCtIpv6SrcMasked
- type IOxmIdCtLabel
- type IOxmIdCtLabelMasked
- type IOxmIdCtMark
- type IOxmIdCtMarkMasked
- type IOxmIdCtNwDst
- type IOxmIdCtNwDstMasked
- type IOxmIdCtNwProto
- type IOxmIdCtNwSrc
- type IOxmIdCtNwSrcMasked
- type IOxmIdCtState
- type IOxmIdCtStateMasked
- type IOxmIdCtTpDst
- type IOxmIdCtTpDstMasked
- type IOxmIdCtTpSrc
- type IOxmIdCtTpSrcMasked
- type IOxmIdCtZone
- type IOxmIdDpHash
- type IOxmIdDpHashMasked
- type IOxmIdEthDst
- type IOxmIdEthDstMasked
- type IOxmIdEthSrc
- type IOxmIdEthSrcMasked
- type IOxmIdEthType
- type IOxmIdEthTypeMasked
- type IOxmIdIcmpCode
- type IOxmIdIcmpType
- type IOxmIdIcmpv4Code
- type IOxmIdIcmpv4CodeMasked
- type IOxmIdIcmpv4Type
- type IOxmIdIcmpv4TypeMasked
- type IOxmIdIcmpv6Code
- type IOxmIdIcmpv6CodeMasked
- type IOxmIdIcmpv6Type
- type IOxmIdIcmpv6TypeMasked
- type IOxmIdInPhyPort
- type IOxmIdInPhyPortMasked
- type IOxmIdInPort
- type IOxmIdInPortMasked
- type IOxmIdIpDscp
- type IOxmIdIpDscpMasked
- type IOxmIdIpDst
- type IOxmIdIpDstMasked
- type IOxmIdIpEcn
- type IOxmIdIpEcnMasked
- type IOxmIdIpFrag
- type IOxmIdIpFragMasked
- type IOxmIdIpProto
- type IOxmIdIpProtoMasked
- type IOxmIdIpSrc
- type IOxmIdIpSrcMasked
- type IOxmIdIpv4Dst
- type IOxmIdIpv4DstMasked
- type IOxmIdIpv4Src
- type IOxmIdIpv4SrcMasked
- type IOxmIdIpv6Dst
- type IOxmIdIpv6DstMasked
- type IOxmIdIpv6Flabel
- type IOxmIdIpv6FlabelMasked
- type IOxmIdIpv6Label
- type IOxmIdIpv6LabelMasked
- type IOxmIdIpv6NdSll
- type IOxmIdIpv6NdSllMasked
- type IOxmIdIpv6NdTarget
- type IOxmIdIpv6NdTargetMasked
- type IOxmIdIpv6NdTll
- type IOxmIdIpv6NdTllMasked
- type IOxmIdIpv6Src
- type IOxmIdIpv6SrcMasked
- type IOxmIdMetadata
- type IOxmIdMetadataMasked
- type IOxmIdMplsLabel
- type IOxmIdMplsLabelMasked
- type IOxmIdMplsTc
- type IOxmIdMplsTcMasked
- type IOxmIdMplsTtl
- type IOxmIdNdSll
- type IOxmIdNdSllMasked
- type IOxmIdNdTarget
- type IOxmIdNdTargetMasked
- type IOxmIdNdTll
- type IOxmIdNdTllMasked
- type IOxmIdNwEcn
- type IOxmIdNwProto
- type IOxmIdNwTos
- type IOxmIdNwTtl
- type IOxmIdPktMark
- type IOxmIdPktMarkMasked
- type IOxmIdRecircId
- type IOxmIdReg0
- type IOxmIdReg0Masked
- type IOxmIdReg1
- type IOxmIdReg10
- type IOxmIdReg10Masked
- type IOxmIdReg11
- type IOxmIdReg11Masked
- type IOxmIdReg12
- type IOxmIdReg12Masked
- type IOxmIdReg13
- type IOxmIdReg13Masked
- type IOxmIdReg14
- type IOxmIdReg14Masked
- type IOxmIdReg15
- type IOxmIdReg15Masked
- type IOxmIdReg1Masked
- type IOxmIdReg2
- type IOxmIdReg2Masked
- type IOxmIdReg3
- type IOxmIdReg3Masked
- type IOxmIdReg4
- type IOxmIdReg4Masked
- type IOxmIdReg5
- type IOxmIdReg5Masked
- type IOxmIdReg6
- type IOxmIdReg6Masked
- type IOxmIdReg7
- type IOxmIdReg7Masked
- type IOxmIdReg8
- type IOxmIdReg8Masked
- type IOxmIdReg9
- type IOxmIdReg9Masked
- type IOxmIdSctpDst
- type IOxmIdSctpDstMasked
- type IOxmIdSctpSrc
- type IOxmIdSctpSrcMasked
- type IOxmIdTcpDst
- type IOxmIdTcpDstMasked
- type IOxmIdTcpFlags
- type IOxmIdTcpFlagsMasked
- type IOxmIdTcpSrc
- type IOxmIdTcpSrcMasked
- type IOxmIdTunDst
- type IOxmIdTunDstMasked
- type IOxmIdTunFlags
- type IOxmIdTunFlagsMasked
- type IOxmIdTunGbpFlags
- type IOxmIdTunGbpFlagsMasked
- type IOxmIdTunGbpId
- type IOxmIdTunGbpIdMasked
- type IOxmIdTunId
- type IOxmIdTunIdMasked
- type IOxmIdTunIpv6Dst
- type IOxmIdTunIpv6DstMasked
- type IOxmIdTunIpv6Src
- type IOxmIdTunIpv6SrcMasked
- type IOxmIdTunMetadata0
- type IOxmIdTunMetadata0Masked
- type IOxmIdTunMetadata1
- type IOxmIdTunMetadata10
- type IOxmIdTunMetadata10Masked
- type IOxmIdTunMetadata11
- type IOxmIdTunMetadata11Masked
- type IOxmIdTunMetadata12
- type IOxmIdTunMetadata12Masked
- type IOxmIdTunMetadata13
- type IOxmIdTunMetadata13Masked
- type IOxmIdTunMetadata14
- type IOxmIdTunMetadata14Masked
- type IOxmIdTunMetadata15
- type IOxmIdTunMetadata15Masked
- type IOxmIdTunMetadata16
- type IOxmIdTunMetadata16Masked
- type IOxmIdTunMetadata17
- type IOxmIdTunMetadata17Masked
- type IOxmIdTunMetadata18
- type IOxmIdTunMetadata18Masked
- type IOxmIdTunMetadata19
- type IOxmIdTunMetadata19Masked
- type IOxmIdTunMetadata1Masked
- type IOxmIdTunMetadata2
- type IOxmIdTunMetadata20
- type IOxmIdTunMetadata20Masked
- type IOxmIdTunMetadata21
- type IOxmIdTunMetadata21Masked
- type IOxmIdTunMetadata22
- type IOxmIdTunMetadata22Masked
- type IOxmIdTunMetadata23
- type IOxmIdTunMetadata23Masked
- type IOxmIdTunMetadata24
- type IOxmIdTunMetadata24Masked
- type IOxmIdTunMetadata25
- type IOxmIdTunMetadata25Masked
- type IOxmIdTunMetadata26
- type IOxmIdTunMetadata26Masked
- type IOxmIdTunMetadata27
- type IOxmIdTunMetadata27Masked
- type IOxmIdTunMetadata28
- type IOxmIdTunMetadata28Masked
- type IOxmIdTunMetadata29
- type IOxmIdTunMetadata29Masked
- type IOxmIdTunMetadata2Masked
- type IOxmIdTunMetadata3
- type IOxmIdTunMetadata30
- type IOxmIdTunMetadata30Masked
- type IOxmIdTunMetadata31
- type IOxmIdTunMetadata31Masked
- type IOxmIdTunMetadata32
- type IOxmIdTunMetadata32Masked
- type IOxmIdTunMetadata33
- type IOxmIdTunMetadata33Masked
- type IOxmIdTunMetadata34
- type IOxmIdTunMetadata34Masked
- type IOxmIdTunMetadata35
- type IOxmIdTunMetadata35Masked
- type IOxmIdTunMetadata36
- type IOxmIdTunMetadata36Masked
- type IOxmIdTunMetadata37
- type IOxmIdTunMetadata37Masked
- type IOxmIdTunMetadata38
- type IOxmIdTunMetadata38Masked
- type IOxmIdTunMetadata39
- type IOxmIdTunMetadata39Masked
- type IOxmIdTunMetadata3Masked
- type IOxmIdTunMetadata4
- type IOxmIdTunMetadata40
- type IOxmIdTunMetadata40Masked
- type IOxmIdTunMetadata41
- type IOxmIdTunMetadata41Masked
- type IOxmIdTunMetadata42
- type IOxmIdTunMetadata42Masked
- type IOxmIdTunMetadata43
- type IOxmIdTunMetadata43Masked
- type IOxmIdTunMetadata44
- type IOxmIdTunMetadata44Masked
- type IOxmIdTunMetadata45
- type IOxmIdTunMetadata45Masked
- type IOxmIdTunMetadata46
- type IOxmIdTunMetadata46Masked
- type IOxmIdTunMetadata47
- type IOxmIdTunMetadata47Masked
- type IOxmIdTunMetadata48
- type IOxmIdTunMetadata48Masked
- type IOxmIdTunMetadata49
- type IOxmIdTunMetadata49Masked
- type IOxmIdTunMetadata4Masked
- type IOxmIdTunMetadata5
- type IOxmIdTunMetadata50
- type IOxmIdTunMetadata50Masked
- type IOxmIdTunMetadata51
- type IOxmIdTunMetadata51Masked
- type IOxmIdTunMetadata52
- type IOxmIdTunMetadata52Masked
- type IOxmIdTunMetadata53
- type IOxmIdTunMetadata53Masked
- type IOxmIdTunMetadata54
- type IOxmIdTunMetadata54Masked
- type IOxmIdTunMetadata55
- type IOxmIdTunMetadata55Masked
- type IOxmIdTunMetadata56
- type IOxmIdTunMetadata56Masked
- type IOxmIdTunMetadata57
- type IOxmIdTunMetadata57Masked
- type IOxmIdTunMetadata58
- type IOxmIdTunMetadata58Masked
- type IOxmIdTunMetadata59
- type IOxmIdTunMetadata59Masked
- type IOxmIdTunMetadata5Masked
- type IOxmIdTunMetadata6
- type IOxmIdTunMetadata60
- type IOxmIdTunMetadata60Masked
- type IOxmIdTunMetadata61
- type IOxmIdTunMetadata61Masked
- type IOxmIdTunMetadata62
- type IOxmIdTunMetadata62Masked
- type IOxmIdTunMetadata63
- type IOxmIdTunMetadata63Masked
- type IOxmIdTunMetadata6Masked
- type IOxmIdTunMetadata7
- type IOxmIdTunMetadata7Masked
- type IOxmIdTunMetadata8
- type IOxmIdTunMetadata8Masked
- type IOxmIdTunMetadata9
- type IOxmIdTunMetadata9Masked
- type IOxmIdTunSrc
- type IOxmIdTunSrcMasked
- type IOxmIdUdpDst
- type IOxmIdUdpDstMasked
- type IOxmIdUdpSrc
- type IOxmIdUdpSrcMasked
- type IOxmIdVlanPcp
- type IOxmIdVlanPcpMasked
- type IOxmIdVlanTci
- type IOxmIdVlanTciMasked
- type IOxmIdVlanVid
- type IOxmIdVlanVidMasked
- type IOxmIdXxreg0
- type IOxmIdXxreg0Masked
- type IOxmIdXxreg1
- type IOxmIdXxreg1Masked
- type IOxmIdXxreg2
- type IOxmIdXxreg2Masked
- type IOxmIdXxreg3
- type IOxmIdXxreg3Masked
- type IOxmInPhyPort
- type IOxmInPhyPortMasked
- type IOxmInPort
- type IOxmInPortMasked
- type IOxmIpDscp
- type IOxmIpDscpMasked
- type IOxmIpEcn
- type IOxmIpEcnMasked
- type IOxmIpProto
- type IOxmIpProtoMasked
- type IOxmIpv4Dst
- type IOxmIpv4DstMasked
- type IOxmIpv4Src
- type IOxmIpv4SrcMasked
- type IOxmIpv6Dst
- type IOxmIpv6DstMasked
- type IOxmIpv6Flabel
- type IOxmIpv6FlabelMasked
- type IOxmIpv6NdSll
- type IOxmIpv6NdSllMasked
- type IOxmIpv6NdTarget
- type IOxmIpv6NdTargetMasked
- type IOxmIpv6NdTll
- type IOxmIpv6NdTllMasked
- type IOxmIpv6Src
- type IOxmIpv6SrcMasked
- type IOxmMetadata
- type IOxmMetadataMasked
- type IOxmMplsLabel
- type IOxmMplsLabelMasked
- type IOxmMplsTc
- type IOxmMplsTcMasked
- type IOxmSctpDst
- type IOxmSctpDstMasked
- type IOxmSctpSrc
- type IOxmSctpSrcMasked
- type IOxmTcpDst
- type IOxmTcpDstMasked
- type IOxmTcpSrc
- type IOxmTcpSrcMasked
- type IOxmUdpDst
- type IOxmUdpDstMasked
- type IOxmUdpSrc
- type IOxmUdpSrcMasked
- type IOxmVlanPcp
- type IOxmVlanPcpMasked
- type IOxmVlanVid
- type IOxmVlanVidMasked
- type IPacketIn
- type IPacketOut
- type IPacketQueue
- type IPortDesc
- type IPortMod
- type IPortModFailedErrorMsg
- type IPortStatsEntry
- type IPortStatsReply
- type IPortStatsRequest
- type IPortStatus
- type IQueueGetConfigReply
- type IQueueGetConfigRequest
- type IQueueOpFailedErrorMsg
- type IQueueProp
- type IQueuePropMinRate
- type IQueueStatsEntry
- type IQueueStatsReply
- type IQueueStatsRequest
- type ISetConfig
- type IStatsReply
- type IStatsRequest
- type ITableMod
- type ITableStatsEntry
- type ITableStatsReply
- type ITableStatsRequest
- type IcmpType
- type Icmpv6Type
- type IpPrototype
- type Match
- type MatchBmap
- type MatchV1
- func (self *MatchV1) Decode(decoder *goloxi.Decoder) error
- func (self *MatchV1) GetEthDst() net.HardwareAddr
- func (self *MatchV1) GetEthSrc() net.HardwareAddr
- func (self *MatchV1) GetEthType() uint16
- func (self *MatchV1) GetInPort() Port
- func (self *MatchV1) GetIpDscp() uint8
- func (self *MatchV1) GetIpProto() uint8
- func (self *MatchV1) GetIpv4Dst() net.IP
- func (self *MatchV1) GetIpv4Src() net.IP
- func (self *MatchV1) GetTcpDst() uint16
- func (self *MatchV1) GetTcpSrc() uint16
- func (self *MatchV1) GetVlanPcp() uint8
- func (self *MatchV1) GetVlanVid() uint16
- func (self *MatchV1) GetWildcards() WcBmap
- func (self *MatchV1) Serialize(encoder *goloxi.Encoder) error
- func (self *MatchV1) SetEthDst(v net.HardwareAddr)
- func (self *MatchV1) SetEthSrc(v net.HardwareAddr)
- func (self *MatchV1) SetEthType(v uint16)
- func (self *MatchV1) SetInPort(v Port)
- func (self *MatchV1) SetIpDscp(v uint8)
- func (self *MatchV1) SetIpProto(v uint8)
- func (self *MatchV1) SetIpv4Dst(v net.IP)
- func (self *MatchV1) SetIpv4Src(v net.IP)
- func (self *MatchV1) SetTcpDst(v uint16)
- func (self *MatchV1) SetTcpSrc(v uint16)
- func (self *MatchV1) SetVlanPcp(v uint8)
- func (self *MatchV1) SetVlanVid(v uint16)
- func (self *MatchV1) SetWildcards(v WcBmap)
- type NiciraControllerRole
- type NiciraControllerRoleReply
- type NiciraControllerRoleRequest
- type NiciraFlowMonitorReply
- type NiciraFlowMonitorRequest
- func (self *NiciraFlowMonitorRequest) GetMatch() NiciraMatch
- func (self *NiciraFlowMonitorRequest) GetMatchLen() uint16
- func (self *NiciraFlowMonitorRequest) GetMonitorFlags() NxFlowMonitorFlags
- func (self *NiciraFlowMonitorRequest) GetMonitorId() uint32
- func (self *NiciraFlowMonitorRequest) GetOutPort() Port
- func (self *NiciraFlowMonitorRequest) GetSubtype() uint32
- func (self *NiciraFlowMonitorRequest) GetTableId() uint8
- func (self *NiciraFlowMonitorRequest) Serialize(encoder *goloxi.Encoder) error
- func (self *NiciraFlowMonitorRequest) SetMatch(v NiciraMatch)
- func (self *NiciraFlowMonitorRequest) SetMatchLen(v uint16)
- func (self *NiciraFlowMonitorRequest) SetMonitorFlags(v NxFlowMonitorFlags)
- func (self *NiciraFlowMonitorRequest) SetMonitorId(v uint32)
- func (self *NiciraFlowMonitorRequest) SetOutPort(v Port)
- func (self *NiciraFlowMonitorRequest) SetSubtype(v uint32)
- func (self *NiciraFlowMonitorRequest) SetTableId(v uint8)
- type NiciraFlowStats
- func (self *NiciraFlowStats) GetActions() []goloxi.IAction
- func (self *NiciraFlowStats) GetByteCount() uint64
- func (self *NiciraFlowStats) GetCookie() uint64
- func (self *NiciraFlowStats) GetDurationNsec() uint32
- func (self *NiciraFlowStats) GetDurationSec() uint32
- func (self *NiciraFlowStats) GetHardAge() uint16
- func (self *NiciraFlowStats) GetHardTimeout() uint16
- func (self *NiciraFlowStats) GetIdleAge() uint16
- func (self *NiciraFlowStats) GetIdleTimeout() uint16
- func (self *NiciraFlowStats) GetLength() uint16
- func (self *NiciraFlowStats) GetMatch() NiciraMatch
- func (self *NiciraFlowStats) GetMatchLen() uint16
- func (self *NiciraFlowStats) GetPacketCount() uint64
- func (self *NiciraFlowStats) GetPriority() uint16
- func (self *NiciraFlowStats) GetTableId() uint8
- func (self *NiciraFlowStats) Serialize(encoder *goloxi.Encoder) error
- func (self *NiciraFlowStats) SetActions(v []goloxi.IAction)
- func (self *NiciraFlowStats) SetByteCount(v uint64)
- func (self *NiciraFlowStats) SetCookie(v uint64)
- func (self *NiciraFlowStats) SetDurationNsec(v uint32)
- func (self *NiciraFlowStats) SetDurationSec(v uint32)
- func (self *NiciraFlowStats) SetHardAge(v uint16)
- func (self *NiciraFlowStats) SetHardTimeout(v uint16)
- func (self *NiciraFlowStats) SetIdleAge(v uint16)
- func (self *NiciraFlowStats) SetIdleTimeout(v uint16)
- func (self *NiciraFlowStats) SetLength(v uint16)
- func (self *NiciraFlowStats) SetMatch(v NiciraMatch)
- func (self *NiciraFlowStats) SetMatchLen(v uint16)
- func (self *NiciraFlowStats) SetPacketCount(v uint64)
- func (self *NiciraFlowStats) SetPriority(v uint16)
- func (self *NiciraFlowStats) SetTableId(v uint8)
- type NiciraFlowStatsReply
- type NiciraFlowStatsRequest
- func (self *NiciraFlowStatsRequest) GetMatchLen() uint16
- func (self *NiciraFlowStatsRequest) GetOutPort() Port
- func (self *NiciraFlowStatsRequest) GetSubtype() uint32
- func (self *NiciraFlowStatsRequest) GetTableId() uint8
- func (self *NiciraFlowStatsRequest) Serialize(encoder *goloxi.Encoder) error
- func (self *NiciraFlowStatsRequest) SetMatchLen(v uint16)
- func (self *NiciraFlowStatsRequest) SetOutPort(v Port)
- func (self *NiciraFlowStatsRequest) SetSubtype(v uint32)
- func (self *NiciraFlowStatsRequest) SetTableId(v uint8)
- type NiciraFlowUpdateEvent
- type NiciraFlowUpdateFullAdd
- func (self *NiciraFlowUpdateFullAdd) GetActions() []goloxi.IAction
- func (self *NiciraFlowUpdateFullAdd) GetCookie() uint64
- func (self *NiciraFlowUpdateFullAdd) GetHardTimeout() uint16
- func (self *NiciraFlowUpdateFullAdd) GetIdleTimeout() uint16
- func (self *NiciraFlowUpdateFullAdd) GetMatch() NiciraMatch
- func (self *NiciraFlowUpdateFullAdd) GetMatchLen() uint16
- func (self *NiciraFlowUpdateFullAdd) GetPriority() uint16
- func (self *NiciraFlowUpdateFullAdd) GetReason() uint16
- func (self *NiciraFlowUpdateFullAdd) GetTableId() uint8
- func (self *NiciraFlowUpdateFullAdd) Serialize(encoder *goloxi.Encoder) error
- func (self *NiciraFlowUpdateFullAdd) SetActions(v []goloxi.IAction)
- func (self *NiciraFlowUpdateFullAdd) SetCookie(v uint64)
- func (self *NiciraFlowUpdateFullAdd) SetHardTimeout(v uint16)
- func (self *NiciraFlowUpdateFullAdd) SetIdleTimeout(v uint16)
- func (self *NiciraFlowUpdateFullAdd) SetMatch(v NiciraMatch)
- func (self *NiciraFlowUpdateFullAdd) SetMatchLen(v uint16)
- func (self *NiciraFlowUpdateFullAdd) SetPriority(v uint16)
- func (self *NiciraFlowUpdateFullAdd) SetReason(v uint16)
- func (self *NiciraFlowUpdateFullAdd) SetTableId(v uint8)
- type NiciraFlowUpdateFullDeleted
- func (self *NiciraFlowUpdateFullDeleted) GetActions() []goloxi.IAction
- func (self *NiciraFlowUpdateFullDeleted) GetCookie() uint64
- func (self *NiciraFlowUpdateFullDeleted) GetHardTimeout() uint16
- func (self *NiciraFlowUpdateFullDeleted) GetIdleTimeout() uint16
- func (self *NiciraFlowUpdateFullDeleted) GetMatch() NiciraMatch
- func (self *NiciraFlowUpdateFullDeleted) GetMatchLen() uint16
- func (self *NiciraFlowUpdateFullDeleted) GetPriority() uint16
- func (self *NiciraFlowUpdateFullDeleted) GetReason() uint16
- func (self *NiciraFlowUpdateFullDeleted) GetTableId() uint8
- func (self *NiciraFlowUpdateFullDeleted) Serialize(encoder *goloxi.Encoder) error
- func (self *NiciraFlowUpdateFullDeleted) SetActions(v []goloxi.IAction)
- func (self *NiciraFlowUpdateFullDeleted) SetCookie(v uint64)
- func (self *NiciraFlowUpdateFullDeleted) SetHardTimeout(v uint16)
- func (self *NiciraFlowUpdateFullDeleted) SetIdleTimeout(v uint16)
- func (self *NiciraFlowUpdateFullDeleted) SetMatch(v NiciraMatch)
- func (self *NiciraFlowUpdateFullDeleted) SetMatchLen(v uint16)
- func (self *NiciraFlowUpdateFullDeleted) SetPriority(v uint16)
- func (self *NiciraFlowUpdateFullDeleted) SetReason(v uint16)
- func (self *NiciraFlowUpdateFullDeleted) SetTableId(v uint8)
- type NiciraFlowUpdateFullModified
- func (self *NiciraFlowUpdateFullModified) GetActions() []goloxi.IAction
- func (self *NiciraFlowUpdateFullModified) GetCookie() uint64
- func (self *NiciraFlowUpdateFullModified) GetHardTimeout() uint16
- func (self *NiciraFlowUpdateFullModified) GetIdleTimeout() uint16
- func (self *NiciraFlowUpdateFullModified) GetMatch() NiciraMatch
- func (self *NiciraFlowUpdateFullModified) GetMatchLen() uint16
- func (self *NiciraFlowUpdateFullModified) GetPriority() uint16
- func (self *NiciraFlowUpdateFullModified) GetReason() uint16
- func (self *NiciraFlowUpdateFullModified) GetTableId() uint8
- func (self *NiciraFlowUpdateFullModified) Serialize(encoder *goloxi.Encoder) error
- func (self *NiciraFlowUpdateFullModified) SetActions(v []goloxi.IAction)
- func (self *NiciraFlowUpdateFullModified) SetCookie(v uint64)
- func (self *NiciraFlowUpdateFullModified) SetHardTimeout(v uint16)
- func (self *NiciraFlowUpdateFullModified) SetIdleTimeout(v uint16)
- func (self *NiciraFlowUpdateFullModified) SetMatch(v NiciraMatch)
- func (self *NiciraFlowUpdateFullModified) SetMatchLen(v uint16)
- func (self *NiciraFlowUpdateFullModified) SetPriority(v uint16)
- func (self *NiciraFlowUpdateFullModified) SetReason(v uint16)
- func (self *NiciraFlowUpdateFullModified) SetTableId(v uint8)
- type NiciraHeader
- type NiciraMatch
- type NiciraStatsReply
- type NxActionController2PropType
- type NxBdAlgorithms
- type NxConntrackFlags
- type NxFlowMonitorFlags
- type NxHashFields
- type NxMpAlgorithm
- type NxNatRange
- type NxmArpOp
- type NxmArpSha
- func (self *NxmArpSha) GetOXMName() string
- func (self *NxmArpSha) GetOXMValue() interface{}
- func (self *NxmArpSha) GetValue() net.HardwareAddr
- func (self *NxmArpSha) MarshalJSON() ([]byte, error)
- func (self *NxmArpSha) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmArpSha) SetValue(v net.HardwareAddr)
- type NxmArpShaMasked
- func (self *NxmArpShaMasked) GetOXMName() string
- func (self *NxmArpShaMasked) GetOXMValue() interface{}
- func (self *NxmArpShaMasked) GetOXMValueMask() interface{}
- func (self *NxmArpShaMasked) GetValue() net.HardwareAddr
- func (self *NxmArpShaMasked) GetValueMask() net.HardwareAddr
- func (self *NxmArpShaMasked) MarshalJSON() ([]byte, error)
- func (self *NxmArpShaMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmArpShaMasked) SetValue(v net.HardwareAddr)
- func (self *NxmArpShaMasked) SetValueMask(v net.HardwareAddr)
- type NxmArpSpa
- type NxmArpSpaMasked
- func (self *NxmArpSpaMasked) GetOXMName() string
- func (self *NxmArpSpaMasked) GetOXMValue() interface{}
- func (self *NxmArpSpaMasked) GetOXMValueMask() interface{}
- func (self *NxmArpSpaMasked) GetValue() net.IP
- func (self *NxmArpSpaMasked) GetValueMask() net.IP
- func (self *NxmArpSpaMasked) MarshalJSON() ([]byte, error)
- func (self *NxmArpSpaMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmArpSpaMasked) SetValue(v net.IP)
- func (self *NxmArpSpaMasked) SetValueMask(v net.IP)
- type NxmArpTha
- func (self *NxmArpTha) GetOXMName() string
- func (self *NxmArpTha) GetOXMValue() interface{}
- func (self *NxmArpTha) GetValue() net.HardwareAddr
- func (self *NxmArpTha) MarshalJSON() ([]byte, error)
- func (self *NxmArpTha) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmArpTha) SetValue(v net.HardwareAddr)
- type NxmArpThaMasked
- func (self *NxmArpThaMasked) GetOXMName() string
- func (self *NxmArpThaMasked) GetOXMValue() interface{}
- func (self *NxmArpThaMasked) GetOXMValueMask() interface{}
- func (self *NxmArpThaMasked) GetValue() net.HardwareAddr
- func (self *NxmArpThaMasked) GetValueMask() net.HardwareAddr
- func (self *NxmArpThaMasked) MarshalJSON() ([]byte, error)
- func (self *NxmArpThaMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmArpThaMasked) SetValue(v net.HardwareAddr)
- func (self *NxmArpThaMasked) SetValueMask(v net.HardwareAddr)
- type NxmArpTpa
- type NxmArpTpaMasked
- func (self *NxmArpTpaMasked) GetOXMName() string
- func (self *NxmArpTpaMasked) GetOXMValue() interface{}
- func (self *NxmArpTpaMasked) GetOXMValueMask() interface{}
- func (self *NxmArpTpaMasked) GetValue() net.IP
- func (self *NxmArpTpaMasked) GetValueMask() net.IP
- func (self *NxmArpTpaMasked) MarshalJSON() ([]byte, error)
- func (self *NxmArpTpaMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmArpTpaMasked) SetValue(v net.IP)
- func (self *NxmArpTpaMasked) SetValueMask(v net.IP)
- type NxmConjId
- type NxmCtIpv6Dst
- func (self *NxmCtIpv6Dst) GetOXMName() string
- func (self *NxmCtIpv6Dst) GetOXMValue() interface{}
- func (self *NxmCtIpv6Dst) GetValue() net.IP
- func (self *NxmCtIpv6Dst) MarshalJSON() ([]byte, error)
- func (self *NxmCtIpv6Dst) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmCtIpv6Dst) SetValue(v net.IP)
- type NxmCtIpv6DstMasked
- func (self *NxmCtIpv6DstMasked) GetOXMName() string
- func (self *NxmCtIpv6DstMasked) GetOXMValue() interface{}
- func (self *NxmCtIpv6DstMasked) GetOXMValueMask() interface{}
- func (self *NxmCtIpv6DstMasked) GetValue() net.IP
- func (self *NxmCtIpv6DstMasked) GetValueMask() net.IP
- func (self *NxmCtIpv6DstMasked) MarshalJSON() ([]byte, error)
- func (self *NxmCtIpv6DstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmCtIpv6DstMasked) SetValue(v net.IP)
- func (self *NxmCtIpv6DstMasked) SetValueMask(v net.IP)
- type NxmCtIpv6Src
- func (self *NxmCtIpv6Src) GetOXMName() string
- func (self *NxmCtIpv6Src) GetOXMValue() interface{}
- func (self *NxmCtIpv6Src) GetValue() net.IP
- func (self *NxmCtIpv6Src) MarshalJSON() ([]byte, error)
- func (self *NxmCtIpv6Src) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmCtIpv6Src) SetValue(v net.IP)
- type NxmCtIpv6SrcMasked
- func (self *NxmCtIpv6SrcMasked) GetOXMName() string
- func (self *NxmCtIpv6SrcMasked) GetOXMValue() interface{}
- func (self *NxmCtIpv6SrcMasked) GetOXMValueMask() interface{}
- func (self *NxmCtIpv6SrcMasked) GetValue() net.IP
- func (self *NxmCtIpv6SrcMasked) GetValueMask() net.IP
- func (self *NxmCtIpv6SrcMasked) MarshalJSON() ([]byte, error)
- func (self *NxmCtIpv6SrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmCtIpv6SrcMasked) SetValue(v net.IP)
- func (self *NxmCtIpv6SrcMasked) SetValueMask(v net.IP)
- type NxmCtLabel
- type NxmCtLabelMasked
- func (self *NxmCtLabelMasked) GetOXMName() string
- func (self *NxmCtLabelMasked) GetOXMValue() interface{}
- func (self *NxmCtLabelMasked) GetOXMValueMask() interface{}
- func (self *NxmCtLabelMasked) GetValue() uint128
- func (self *NxmCtLabelMasked) GetValueMask() uint128
- func (self *NxmCtLabelMasked) MarshalJSON() ([]byte, error)
- func (self *NxmCtLabelMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmCtLabelMasked) SetValue(v uint128)
- func (self *NxmCtLabelMasked) SetValueMask(v uint128)
- type NxmCtMark
- type NxmCtMarkMasked
- func (self *NxmCtMarkMasked) GetOXMName() string
- func (self *NxmCtMarkMasked) GetOXMValue() interface{}
- func (self *NxmCtMarkMasked) GetOXMValueMask() interface{}
- func (self *NxmCtMarkMasked) GetValue() uint32
- func (self *NxmCtMarkMasked) GetValueMask() uint32
- func (self *NxmCtMarkMasked) MarshalJSON() ([]byte, error)
- func (self *NxmCtMarkMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmCtMarkMasked) SetValue(v uint32)
- func (self *NxmCtMarkMasked) SetValueMask(v uint32)
- type NxmCtNwDst
- type NxmCtNwDstMasked
- func (self *NxmCtNwDstMasked) GetOXMName() string
- func (self *NxmCtNwDstMasked) GetOXMValue() interface{}
- func (self *NxmCtNwDstMasked) GetOXMValueMask() interface{}
- func (self *NxmCtNwDstMasked) GetValue() net.IP
- func (self *NxmCtNwDstMasked) GetValueMask() net.IP
- func (self *NxmCtNwDstMasked) MarshalJSON() ([]byte, error)
- func (self *NxmCtNwDstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmCtNwDstMasked) SetValue(v net.IP)
- func (self *NxmCtNwDstMasked) SetValueMask(v net.IP)
- type NxmCtNwProto
- func (self *NxmCtNwProto) GetOXMName() string
- func (self *NxmCtNwProto) GetOXMValue() interface{}
- func (self *NxmCtNwProto) GetValue() uint8
- func (self *NxmCtNwProto) MarshalJSON() ([]byte, error)
- func (self *NxmCtNwProto) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmCtNwProto) SetValue(v uint8)
- type NxmCtNwSrc
- type NxmCtNwSrcMasked
- func (self *NxmCtNwSrcMasked) GetOXMName() string
- func (self *NxmCtNwSrcMasked) GetOXMValue() interface{}
- func (self *NxmCtNwSrcMasked) GetOXMValueMask() interface{}
- func (self *NxmCtNwSrcMasked) GetValue() net.IP
- func (self *NxmCtNwSrcMasked) GetValueMask() net.IP
- func (self *NxmCtNwSrcMasked) MarshalJSON() ([]byte, error)
- func (self *NxmCtNwSrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmCtNwSrcMasked) SetValue(v net.IP)
- func (self *NxmCtNwSrcMasked) SetValueMask(v net.IP)
- type NxmCtState
- type NxmCtStateMasked
- func (self *NxmCtStateMasked) GetOXMName() string
- func (self *NxmCtStateMasked) GetOXMValue() interface{}
- func (self *NxmCtStateMasked) GetOXMValueMask() interface{}
- func (self *NxmCtStateMasked) GetValue() []byte
- func (self *NxmCtStateMasked) GetValueMask() []byte
- func (self *NxmCtStateMasked) MarshalJSON() ([]byte, error)
- func (self *NxmCtStateMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmCtStateMasked) SetValue(v []byte)
- func (self *NxmCtStateMasked) SetValueMask(v []byte)
- type NxmCtTpDst
- type NxmCtTpDstMasked
- func (self *NxmCtTpDstMasked) GetOXMName() string
- func (self *NxmCtTpDstMasked) GetOXMValue() interface{}
- func (self *NxmCtTpDstMasked) GetOXMValueMask() interface{}
- func (self *NxmCtTpDstMasked) GetValue() uint16
- func (self *NxmCtTpDstMasked) GetValueMask() uint16
- func (self *NxmCtTpDstMasked) MarshalJSON() ([]byte, error)
- func (self *NxmCtTpDstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmCtTpDstMasked) SetValue(v uint16)
- func (self *NxmCtTpDstMasked) SetValueMask(v uint16)
- type NxmCtTpSrc
- type NxmCtTpSrcMasked
- func (self *NxmCtTpSrcMasked) GetOXMName() string
- func (self *NxmCtTpSrcMasked) GetOXMValue() interface{}
- func (self *NxmCtTpSrcMasked) GetOXMValueMask() interface{}
- func (self *NxmCtTpSrcMasked) GetValue() uint16
- func (self *NxmCtTpSrcMasked) GetValueMask() uint16
- func (self *NxmCtTpSrcMasked) MarshalJSON() ([]byte, error)
- func (self *NxmCtTpSrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmCtTpSrcMasked) SetValue(v uint16)
- func (self *NxmCtTpSrcMasked) SetValueMask(v uint16)
- type NxmCtZone
- type NxmDpHash
- type NxmDpHashMasked
- func (self *NxmDpHashMasked) GetOXMName() string
- func (self *NxmDpHashMasked) GetOXMValue() interface{}
- func (self *NxmDpHashMasked) GetOXMValueMask() interface{}
- func (self *NxmDpHashMasked) GetValue() uint32
- func (self *NxmDpHashMasked) GetValueMask() uint32
- func (self *NxmDpHashMasked) MarshalJSON() ([]byte, error)
- func (self *NxmDpHashMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmDpHashMasked) SetValue(v uint32)
- func (self *NxmDpHashMasked) SetValueMask(v uint32)
- type NxmEthDst
- func (self *NxmEthDst) GetOXMName() string
- func (self *NxmEthDst) GetOXMValue() interface{}
- func (self *NxmEthDst) GetValue() net.HardwareAddr
- func (self *NxmEthDst) MarshalJSON() ([]byte, error)
- func (self *NxmEthDst) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmEthDst) SetValue(v net.HardwareAddr)
- type NxmEthDstMasked
- func (self *NxmEthDstMasked) GetOXMName() string
- func (self *NxmEthDstMasked) GetOXMValue() interface{}
- func (self *NxmEthDstMasked) GetOXMValueMask() interface{}
- func (self *NxmEthDstMasked) GetValue() net.HardwareAddr
- func (self *NxmEthDstMasked) GetValueMask() net.HardwareAddr
- func (self *NxmEthDstMasked) MarshalJSON() ([]byte, error)
- func (self *NxmEthDstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmEthDstMasked) SetValue(v net.HardwareAddr)
- func (self *NxmEthDstMasked) SetValueMask(v net.HardwareAddr)
- type NxmEthSrc
- func (self *NxmEthSrc) GetOXMName() string
- func (self *NxmEthSrc) GetOXMValue() interface{}
- func (self *NxmEthSrc) GetValue() net.HardwareAddr
- func (self *NxmEthSrc) MarshalJSON() ([]byte, error)
- func (self *NxmEthSrc) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmEthSrc) SetValue(v net.HardwareAddr)
- type NxmEthSrcMasked
- func (self *NxmEthSrcMasked) GetOXMName() string
- func (self *NxmEthSrcMasked) GetOXMValue() interface{}
- func (self *NxmEthSrcMasked) GetOXMValueMask() interface{}
- func (self *NxmEthSrcMasked) GetValue() net.HardwareAddr
- func (self *NxmEthSrcMasked) GetValueMask() net.HardwareAddr
- func (self *NxmEthSrcMasked) MarshalJSON() ([]byte, error)
- func (self *NxmEthSrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmEthSrcMasked) SetValue(v net.HardwareAddr)
- func (self *NxmEthSrcMasked) SetValueMask(v net.HardwareAddr)
- type NxmEthType
- type NxmIcmpCode
- func (self *NxmIcmpCode) GetOXMName() string
- func (self *NxmIcmpCode) GetOXMValue() interface{}
- func (self *NxmIcmpCode) GetValue() uint8
- func (self *NxmIcmpCode) MarshalJSON() ([]byte, error)
- func (self *NxmIcmpCode) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmIcmpCode) SetValue(v uint8)
- type NxmIcmpType
- func (self *NxmIcmpType) GetOXMName() string
- func (self *NxmIcmpType) GetOXMValue() interface{}
- func (self *NxmIcmpType) GetValue() uint8
- func (self *NxmIcmpType) MarshalJSON() ([]byte, error)
- func (self *NxmIcmpType) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmIcmpType) SetValue(v uint8)
- type NxmIcmpv6Code
- func (self *NxmIcmpv6Code) GetOXMName() string
- func (self *NxmIcmpv6Code) GetOXMValue() interface{}
- func (self *NxmIcmpv6Code) GetValue() uint8
- func (self *NxmIcmpv6Code) MarshalJSON() ([]byte, error)
- func (self *NxmIcmpv6Code) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmIcmpv6Code) SetValue(v uint8)
- type NxmIcmpv6Type
- func (self *NxmIcmpv6Type) GetOXMName() string
- func (self *NxmIcmpv6Type) GetOXMValue() interface{}
- func (self *NxmIcmpv6Type) GetValue() uint8
- func (self *NxmIcmpv6Type) MarshalJSON() ([]byte, error)
- func (self *NxmIcmpv6Type) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmIcmpv6Type) SetValue(v uint8)
- type NxmInPort
- type NxmIpDst
- type NxmIpDstMasked
- func (self *NxmIpDstMasked) GetOXMName() string
- func (self *NxmIpDstMasked) GetOXMValue() interface{}
- func (self *NxmIpDstMasked) GetOXMValueMask() interface{}
- func (self *NxmIpDstMasked) GetValue() net.IP
- func (self *NxmIpDstMasked) GetValueMask() net.IP
- func (self *NxmIpDstMasked) MarshalJSON() ([]byte, error)
- func (self *NxmIpDstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmIpDstMasked) SetValue(v net.IP)
- func (self *NxmIpDstMasked) SetValueMask(v net.IP)
- type NxmIpFrag
- type NxmIpFragMasked
- func (self *NxmIpFragMasked) GetOXMName() string
- func (self *NxmIpFragMasked) GetOXMValue() interface{}
- func (self *NxmIpFragMasked) GetOXMValueMask() interface{}
- func (self *NxmIpFragMasked) GetValue() []byte
- func (self *NxmIpFragMasked) GetValueMask() []byte
- func (self *NxmIpFragMasked) MarshalJSON() ([]byte, error)
- func (self *NxmIpFragMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmIpFragMasked) SetValue(v []byte)
- func (self *NxmIpFragMasked) SetValueMask(v []byte)
- type NxmIpSrc
- type NxmIpSrcMasked
- func (self *NxmIpSrcMasked) GetOXMName() string
- func (self *NxmIpSrcMasked) GetOXMValue() interface{}
- func (self *NxmIpSrcMasked) GetOXMValueMask() interface{}
- func (self *NxmIpSrcMasked) GetValue() net.IP
- func (self *NxmIpSrcMasked) GetValueMask() net.IP
- func (self *NxmIpSrcMasked) MarshalJSON() ([]byte, error)
- func (self *NxmIpSrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmIpSrcMasked) SetValue(v net.IP)
- func (self *NxmIpSrcMasked) SetValueMask(v net.IP)
- type NxmIpv6Dst
- type NxmIpv6DstMasked
- func (self *NxmIpv6DstMasked) GetOXMName() string
- func (self *NxmIpv6DstMasked) GetOXMValue() interface{}
- func (self *NxmIpv6DstMasked) GetOXMValueMask() interface{}
- func (self *NxmIpv6DstMasked) GetValue() net.IP
- func (self *NxmIpv6DstMasked) GetValueMask() net.IP
- func (self *NxmIpv6DstMasked) MarshalJSON() ([]byte, error)
- func (self *NxmIpv6DstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmIpv6DstMasked) SetValue(v net.IP)
- func (self *NxmIpv6DstMasked) SetValueMask(v net.IP)
- type NxmIpv6Label
- func (self *NxmIpv6Label) GetOXMName() string
- func (self *NxmIpv6Label) GetOXMValue() interface{}
- func (self *NxmIpv6Label) GetValue() uint32
- func (self *NxmIpv6Label) MarshalJSON() ([]byte, error)
- func (self *NxmIpv6Label) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmIpv6Label) SetValue(v uint32)
- type NxmIpv6LabelMasked
- func (self *NxmIpv6LabelMasked) GetOXMName() string
- func (self *NxmIpv6LabelMasked) GetOXMValue() interface{}
- func (self *NxmIpv6LabelMasked) GetOXMValueMask() interface{}
- func (self *NxmIpv6LabelMasked) GetValue() uint32
- func (self *NxmIpv6LabelMasked) GetValueMask() uint32
- func (self *NxmIpv6LabelMasked) MarshalJSON() ([]byte, error)
- func (self *NxmIpv6LabelMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmIpv6LabelMasked) SetValue(v uint32)
- func (self *NxmIpv6LabelMasked) SetValueMask(v uint32)
- type NxmIpv6Src
- type NxmIpv6SrcMasked
- func (self *NxmIpv6SrcMasked) GetOXMName() string
- func (self *NxmIpv6SrcMasked) GetOXMValue() interface{}
- func (self *NxmIpv6SrcMasked) GetOXMValueMask() interface{}
- func (self *NxmIpv6SrcMasked) GetValue() net.IP
- func (self *NxmIpv6SrcMasked) GetValueMask() net.IP
- func (self *NxmIpv6SrcMasked) MarshalJSON() ([]byte, error)
- func (self *NxmIpv6SrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmIpv6SrcMasked) SetValue(v net.IP)
- func (self *NxmIpv6SrcMasked) SetValueMask(v net.IP)
- type NxmMplsTtl
- type NxmNdSll
- func (self *NxmNdSll) GetOXMName() string
- func (self *NxmNdSll) GetOXMValue() interface{}
- func (self *NxmNdSll) GetValue() net.HardwareAddr
- func (self *NxmNdSll) MarshalJSON() ([]byte, error)
- func (self *NxmNdSll) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmNdSll) SetValue(v net.HardwareAddr)
- type NxmNdSllMasked
- func (self *NxmNdSllMasked) GetOXMName() string
- func (self *NxmNdSllMasked) GetOXMValue() interface{}
- func (self *NxmNdSllMasked) GetOXMValueMask() interface{}
- func (self *NxmNdSllMasked) GetValue() net.HardwareAddr
- func (self *NxmNdSllMasked) GetValueMask() net.HardwareAddr
- func (self *NxmNdSllMasked) MarshalJSON() ([]byte, error)
- func (self *NxmNdSllMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmNdSllMasked) SetValue(v net.HardwareAddr)
- func (self *NxmNdSllMasked) SetValueMask(v net.HardwareAddr)
- type NxmNdTarget
- func (self *NxmNdTarget) GetOXMName() string
- func (self *NxmNdTarget) GetOXMValue() interface{}
- func (self *NxmNdTarget) GetValue() net.IP
- func (self *NxmNdTarget) MarshalJSON() ([]byte, error)
- func (self *NxmNdTarget) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmNdTarget) SetValue(v net.IP)
- type NxmNdTargetMasked
- func (self *NxmNdTargetMasked) GetOXMName() string
- func (self *NxmNdTargetMasked) GetOXMValue() interface{}
- func (self *NxmNdTargetMasked) GetOXMValueMask() interface{}
- func (self *NxmNdTargetMasked) GetValue() net.IP
- func (self *NxmNdTargetMasked) GetValueMask() net.IP
- func (self *NxmNdTargetMasked) MarshalJSON() ([]byte, error)
- func (self *NxmNdTargetMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmNdTargetMasked) SetValue(v net.IP)
- func (self *NxmNdTargetMasked) SetValueMask(v net.IP)
- type NxmNdTll
- func (self *NxmNdTll) GetOXMName() string
- func (self *NxmNdTll) GetOXMValue() interface{}
- func (self *NxmNdTll) GetValue() net.HardwareAddr
- func (self *NxmNdTll) MarshalJSON() ([]byte, error)
- func (self *NxmNdTll) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmNdTll) SetValue(v net.HardwareAddr)
- type NxmNdTllMasked
- func (self *NxmNdTllMasked) GetOXMName() string
- func (self *NxmNdTllMasked) GetOXMValue() interface{}
- func (self *NxmNdTllMasked) GetOXMValueMask() interface{}
- func (self *NxmNdTllMasked) GetValue() net.HardwareAddr
- func (self *NxmNdTllMasked) GetValueMask() net.HardwareAddr
- func (self *NxmNdTllMasked) MarshalJSON() ([]byte, error)
- func (self *NxmNdTllMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmNdTllMasked) SetValue(v net.HardwareAddr)
- func (self *NxmNdTllMasked) SetValueMask(v net.HardwareAddr)
- type NxmNwEcn
- type NxmNwProto
- type NxmNwTos
- type NxmNwTtl
- type NxmPktMark
- type NxmPktMarkMasked
- func (self *NxmPktMarkMasked) GetOXMName() string
- func (self *NxmPktMarkMasked) GetOXMValue() interface{}
- func (self *NxmPktMarkMasked) GetOXMValueMask() interface{}
- func (self *NxmPktMarkMasked) GetValue() uint32
- func (self *NxmPktMarkMasked) GetValueMask() uint32
- func (self *NxmPktMarkMasked) MarshalJSON() ([]byte, error)
- func (self *NxmPktMarkMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmPktMarkMasked) SetValue(v uint32)
- func (self *NxmPktMarkMasked) SetValueMask(v uint32)
- type NxmRecircId
- func (self *NxmRecircId) GetOXMName() string
- func (self *NxmRecircId) GetOXMValue() interface{}
- func (self *NxmRecircId) GetValue() uint32
- func (self *NxmRecircId) MarshalJSON() ([]byte, error)
- func (self *NxmRecircId) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmRecircId) SetValue(v uint32)
- type NxmReg0
- type NxmReg0Masked
- func (self *NxmReg0Masked) GetOXMName() string
- func (self *NxmReg0Masked) GetOXMValue() interface{}
- func (self *NxmReg0Masked) GetOXMValueMask() interface{}
- func (self *NxmReg0Masked) GetValue() uint32
- func (self *NxmReg0Masked) GetValueMask() uint32
- func (self *NxmReg0Masked) MarshalJSON() ([]byte, error)
- func (self *NxmReg0Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmReg0Masked) SetValue(v uint32)
- func (self *NxmReg0Masked) SetValueMask(v uint32)
- type NxmReg1
- type NxmReg10
- type NxmReg10Masked
- func (self *NxmReg10Masked) GetOXMName() string
- func (self *NxmReg10Masked) GetOXMValue() interface{}
- func (self *NxmReg10Masked) GetOXMValueMask() interface{}
- func (self *NxmReg10Masked) GetValue() uint32
- func (self *NxmReg10Masked) GetValueMask() uint32
- func (self *NxmReg10Masked) MarshalJSON() ([]byte, error)
- func (self *NxmReg10Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmReg10Masked) SetValue(v uint32)
- func (self *NxmReg10Masked) SetValueMask(v uint32)
- type NxmReg11
- type NxmReg11Masked
- func (self *NxmReg11Masked) GetOXMName() string
- func (self *NxmReg11Masked) GetOXMValue() interface{}
- func (self *NxmReg11Masked) GetOXMValueMask() interface{}
- func (self *NxmReg11Masked) GetValue() uint32
- func (self *NxmReg11Masked) GetValueMask() uint32
- func (self *NxmReg11Masked) MarshalJSON() ([]byte, error)
- func (self *NxmReg11Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmReg11Masked) SetValue(v uint32)
- func (self *NxmReg11Masked) SetValueMask(v uint32)
- type NxmReg12
- type NxmReg12Masked
- func (self *NxmReg12Masked) GetOXMName() string
- func (self *NxmReg12Masked) GetOXMValue() interface{}
- func (self *NxmReg12Masked) GetOXMValueMask() interface{}
- func (self *NxmReg12Masked) GetValue() uint32
- func (self *NxmReg12Masked) GetValueMask() uint32
- func (self *NxmReg12Masked) MarshalJSON() ([]byte, error)
- func (self *NxmReg12Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmReg12Masked) SetValue(v uint32)
- func (self *NxmReg12Masked) SetValueMask(v uint32)
- type NxmReg13
- type NxmReg13Masked
- func (self *NxmReg13Masked) GetOXMName() string
- func (self *NxmReg13Masked) GetOXMValue() interface{}
- func (self *NxmReg13Masked) GetOXMValueMask() interface{}
- func (self *NxmReg13Masked) GetValue() uint32
- func (self *NxmReg13Masked) GetValueMask() uint32
- func (self *NxmReg13Masked) MarshalJSON() ([]byte, error)
- func (self *NxmReg13Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmReg13Masked) SetValue(v uint32)
- func (self *NxmReg13Masked) SetValueMask(v uint32)
- type NxmReg14
- type NxmReg14Masked
- func (self *NxmReg14Masked) GetOXMName() string
- func (self *NxmReg14Masked) GetOXMValue() interface{}
- func (self *NxmReg14Masked) GetOXMValueMask() interface{}
- func (self *NxmReg14Masked) GetValue() uint32
- func (self *NxmReg14Masked) GetValueMask() uint32
- func (self *NxmReg14Masked) MarshalJSON() ([]byte, error)
- func (self *NxmReg14Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmReg14Masked) SetValue(v uint32)
- func (self *NxmReg14Masked) SetValueMask(v uint32)
- type NxmReg15
- type NxmReg15Masked
- func (self *NxmReg15Masked) GetOXMName() string
- func (self *NxmReg15Masked) GetOXMValue() interface{}
- func (self *NxmReg15Masked) GetOXMValueMask() interface{}
- func (self *NxmReg15Masked) GetValue() uint32
- func (self *NxmReg15Masked) GetValueMask() uint32
- func (self *NxmReg15Masked) MarshalJSON() ([]byte, error)
- func (self *NxmReg15Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmReg15Masked) SetValue(v uint32)
- func (self *NxmReg15Masked) SetValueMask(v uint32)
- type NxmReg1Masked
- func (self *NxmReg1Masked) GetOXMName() string
- func (self *NxmReg1Masked) GetOXMValue() interface{}
- func (self *NxmReg1Masked) GetOXMValueMask() interface{}
- func (self *NxmReg1Masked) GetValue() uint32
- func (self *NxmReg1Masked) GetValueMask() uint32
- func (self *NxmReg1Masked) MarshalJSON() ([]byte, error)
- func (self *NxmReg1Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmReg1Masked) SetValue(v uint32)
- func (self *NxmReg1Masked) SetValueMask(v uint32)
- type NxmReg2
- type NxmReg2Masked
- func (self *NxmReg2Masked) GetOXMName() string
- func (self *NxmReg2Masked) GetOXMValue() interface{}
- func (self *NxmReg2Masked) GetOXMValueMask() interface{}
- func (self *NxmReg2Masked) GetValue() uint32
- func (self *NxmReg2Masked) GetValueMask() uint32
- func (self *NxmReg2Masked) MarshalJSON() ([]byte, error)
- func (self *NxmReg2Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmReg2Masked) SetValue(v uint32)
- func (self *NxmReg2Masked) SetValueMask(v uint32)
- type NxmReg3
- type NxmReg3Masked
- func (self *NxmReg3Masked) GetOXMName() string
- func (self *NxmReg3Masked) GetOXMValue() interface{}
- func (self *NxmReg3Masked) GetOXMValueMask() interface{}
- func (self *NxmReg3Masked) GetValue() uint32
- func (self *NxmReg3Masked) GetValueMask() uint32
- func (self *NxmReg3Masked) MarshalJSON() ([]byte, error)
- func (self *NxmReg3Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmReg3Masked) SetValue(v uint32)
- func (self *NxmReg3Masked) SetValueMask(v uint32)
- type NxmReg4
- type NxmReg4Masked
- func (self *NxmReg4Masked) GetOXMName() string
- func (self *NxmReg4Masked) GetOXMValue() interface{}
- func (self *NxmReg4Masked) GetOXMValueMask() interface{}
- func (self *NxmReg4Masked) GetValue() uint32
- func (self *NxmReg4Masked) GetValueMask() uint32
- func (self *NxmReg4Masked) MarshalJSON() ([]byte, error)
- func (self *NxmReg4Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmReg4Masked) SetValue(v uint32)
- func (self *NxmReg4Masked) SetValueMask(v uint32)
- type NxmReg5
- type NxmReg5Masked
- func (self *NxmReg5Masked) GetOXMName() string
- func (self *NxmReg5Masked) GetOXMValue() interface{}
- func (self *NxmReg5Masked) GetOXMValueMask() interface{}
- func (self *NxmReg5Masked) GetValue() uint32
- func (self *NxmReg5Masked) GetValueMask() uint32
- func (self *NxmReg5Masked) MarshalJSON() ([]byte, error)
- func (self *NxmReg5Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmReg5Masked) SetValue(v uint32)
- func (self *NxmReg5Masked) SetValueMask(v uint32)
- type NxmReg6
- type NxmReg6Masked
- func (self *NxmReg6Masked) GetOXMName() string
- func (self *NxmReg6Masked) GetOXMValue() interface{}
- func (self *NxmReg6Masked) GetOXMValueMask() interface{}
- func (self *NxmReg6Masked) GetValue() uint32
- func (self *NxmReg6Masked) GetValueMask() uint32
- func (self *NxmReg6Masked) MarshalJSON() ([]byte, error)
- func (self *NxmReg6Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmReg6Masked) SetValue(v uint32)
- func (self *NxmReg6Masked) SetValueMask(v uint32)
- type NxmReg7
- type NxmReg7Masked
- func (self *NxmReg7Masked) GetOXMName() string
- func (self *NxmReg7Masked) GetOXMValue() interface{}
- func (self *NxmReg7Masked) GetOXMValueMask() interface{}
- func (self *NxmReg7Masked) GetValue() uint32
- func (self *NxmReg7Masked) GetValueMask() uint32
- func (self *NxmReg7Masked) MarshalJSON() ([]byte, error)
- func (self *NxmReg7Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmReg7Masked) SetValue(v uint32)
- func (self *NxmReg7Masked) SetValueMask(v uint32)
- type NxmReg8
- type NxmReg8Masked
- func (self *NxmReg8Masked) GetOXMName() string
- func (self *NxmReg8Masked) GetOXMValue() interface{}
- func (self *NxmReg8Masked) GetOXMValueMask() interface{}
- func (self *NxmReg8Masked) GetValue() uint32
- func (self *NxmReg8Masked) GetValueMask() uint32
- func (self *NxmReg8Masked) MarshalJSON() ([]byte, error)
- func (self *NxmReg8Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmReg8Masked) SetValue(v uint32)
- func (self *NxmReg8Masked) SetValueMask(v uint32)
- type NxmReg9
- type NxmReg9Masked
- func (self *NxmReg9Masked) GetOXMName() string
- func (self *NxmReg9Masked) GetOXMValue() interface{}
- func (self *NxmReg9Masked) GetOXMValueMask() interface{}
- func (self *NxmReg9Masked) GetValue() uint32
- func (self *NxmReg9Masked) GetValueMask() uint32
- func (self *NxmReg9Masked) MarshalJSON() ([]byte, error)
- func (self *NxmReg9Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmReg9Masked) SetValue(v uint32)
- func (self *NxmReg9Masked) SetValueMask(v uint32)
- type NxmTcpDst
- type NxmTcpDstMasked
- func (self *NxmTcpDstMasked) GetOXMName() string
- func (self *NxmTcpDstMasked) GetOXMValue() interface{}
- func (self *NxmTcpDstMasked) GetOXMValueMask() interface{}
- func (self *NxmTcpDstMasked) GetValue() uint16
- func (self *NxmTcpDstMasked) GetValueMask() uint16
- func (self *NxmTcpDstMasked) MarshalJSON() ([]byte, error)
- func (self *NxmTcpDstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTcpDstMasked) SetValue(v uint16)
- func (self *NxmTcpDstMasked) SetValueMask(v uint16)
- type NxmTcpFlags
- func (self *NxmTcpFlags) GetOXMName() string
- func (self *NxmTcpFlags) GetOXMValue() interface{}
- func (self *NxmTcpFlags) GetValue() TcpFlags
- func (self *NxmTcpFlags) MarshalJSON() ([]byte, error)
- func (self *NxmTcpFlags) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTcpFlags) SetValue(v TcpFlags)
- type NxmTcpFlagsMasked
- func (self *NxmTcpFlagsMasked) GetOXMName() string
- func (self *NxmTcpFlagsMasked) GetOXMValue() interface{}
- func (self *NxmTcpFlagsMasked) GetOXMValueMask() interface{}
- func (self *NxmTcpFlagsMasked) GetValue() TcpFlags
- func (self *NxmTcpFlagsMasked) GetValueMask() uint16
- func (self *NxmTcpFlagsMasked) MarshalJSON() ([]byte, error)
- func (self *NxmTcpFlagsMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTcpFlagsMasked) SetValue(v TcpFlags)
- func (self *NxmTcpFlagsMasked) SetValueMask(v uint16)
- type NxmTcpSrc
- type NxmTcpSrcMasked
- func (self *NxmTcpSrcMasked) GetOXMName() string
- func (self *NxmTcpSrcMasked) GetOXMValue() interface{}
- func (self *NxmTcpSrcMasked) GetOXMValueMask() interface{}
- func (self *NxmTcpSrcMasked) GetValue() uint16
- func (self *NxmTcpSrcMasked) GetValueMask() uint16
- func (self *NxmTcpSrcMasked) MarshalJSON() ([]byte, error)
- func (self *NxmTcpSrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTcpSrcMasked) SetValue(v uint16)
- func (self *NxmTcpSrcMasked) SetValueMask(v uint16)
- type NxmTunDst
- type NxmTunDstMasked
- func (self *NxmTunDstMasked) GetOXMName() string
- func (self *NxmTunDstMasked) GetOXMValue() interface{}
- func (self *NxmTunDstMasked) GetOXMValueMask() interface{}
- func (self *NxmTunDstMasked) GetValue() net.IP
- func (self *NxmTunDstMasked) GetValueMask() net.IP
- func (self *NxmTunDstMasked) MarshalJSON() ([]byte, error)
- func (self *NxmTunDstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunDstMasked) SetValue(v net.IP)
- func (self *NxmTunDstMasked) SetValueMask(v net.IP)
- type NxmTunFlags
- func (self *NxmTunFlags) GetOXMName() string
- func (self *NxmTunFlags) GetOXMValue() interface{}
- func (self *NxmTunFlags) GetValue() uint16
- func (self *NxmTunFlags) MarshalJSON() ([]byte, error)
- func (self *NxmTunFlags) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunFlags) SetValue(v uint16)
- type NxmTunFlagsMasked
- func (self *NxmTunFlagsMasked) GetOXMName() string
- func (self *NxmTunFlagsMasked) GetOXMValue() interface{}
- func (self *NxmTunFlagsMasked) GetOXMValueMask() interface{}
- func (self *NxmTunFlagsMasked) GetValue() uint16
- func (self *NxmTunFlagsMasked) GetValueMask() uint16
- func (self *NxmTunFlagsMasked) MarshalJSON() ([]byte, error)
- func (self *NxmTunFlagsMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunFlagsMasked) SetValue(v uint16)
- func (self *NxmTunFlagsMasked) SetValueMask(v uint16)
- type NxmTunGbpFlags
- func (self *NxmTunGbpFlags) GetOXMName() string
- func (self *NxmTunGbpFlags) GetOXMValue() interface{}
- func (self *NxmTunGbpFlags) GetValue() uint8
- func (self *NxmTunGbpFlags) MarshalJSON() ([]byte, error)
- func (self *NxmTunGbpFlags) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunGbpFlags) SetValue(v uint8)
- type NxmTunGbpFlagsMasked
- func (self *NxmTunGbpFlagsMasked) GetOXMName() string
- func (self *NxmTunGbpFlagsMasked) GetOXMValue() interface{}
- func (self *NxmTunGbpFlagsMasked) GetOXMValueMask() interface{}
- func (self *NxmTunGbpFlagsMasked) GetValue() uint8
- func (self *NxmTunGbpFlagsMasked) GetValueMask() uint8
- func (self *NxmTunGbpFlagsMasked) MarshalJSON() ([]byte, error)
- func (self *NxmTunGbpFlagsMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunGbpFlagsMasked) SetValue(v uint8)
- func (self *NxmTunGbpFlagsMasked) SetValueMask(v uint8)
- type NxmTunGbpId
- func (self *NxmTunGbpId) GetOXMName() string
- func (self *NxmTunGbpId) GetOXMValue() interface{}
- func (self *NxmTunGbpId) GetValue() uint16
- func (self *NxmTunGbpId) MarshalJSON() ([]byte, error)
- func (self *NxmTunGbpId) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunGbpId) SetValue(v uint16)
- type NxmTunGbpIdMasked
- func (self *NxmTunGbpIdMasked) GetOXMName() string
- func (self *NxmTunGbpIdMasked) GetOXMValue() interface{}
- func (self *NxmTunGbpIdMasked) GetOXMValueMask() interface{}
- func (self *NxmTunGbpIdMasked) GetValue() uint16
- func (self *NxmTunGbpIdMasked) GetValueMask() uint16
- func (self *NxmTunGbpIdMasked) MarshalJSON() ([]byte, error)
- func (self *NxmTunGbpIdMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunGbpIdMasked) SetValue(v uint16)
- func (self *NxmTunGbpIdMasked) SetValueMask(v uint16)
- type NxmTunId
- type NxmTunIdMasked
- func (self *NxmTunIdMasked) GetOXMName() string
- func (self *NxmTunIdMasked) GetOXMValue() interface{}
- func (self *NxmTunIdMasked) GetOXMValueMask() interface{}
- func (self *NxmTunIdMasked) GetValue() uint64
- func (self *NxmTunIdMasked) GetValueMask() uint64
- func (self *NxmTunIdMasked) MarshalJSON() ([]byte, error)
- func (self *NxmTunIdMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunIdMasked) SetValue(v uint64)
- func (self *NxmTunIdMasked) SetValueMask(v uint64)
- type NxmTunIpv6Dst
- func (self *NxmTunIpv6Dst) GetOXMName() string
- func (self *NxmTunIpv6Dst) GetOXMValue() interface{}
- func (self *NxmTunIpv6Dst) GetValue() net.IP
- func (self *NxmTunIpv6Dst) MarshalJSON() ([]byte, error)
- func (self *NxmTunIpv6Dst) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunIpv6Dst) SetValue(v net.IP)
- type NxmTunIpv6DstMasked
- func (self *NxmTunIpv6DstMasked) GetOXMName() string
- func (self *NxmTunIpv6DstMasked) GetOXMValue() interface{}
- func (self *NxmTunIpv6DstMasked) GetOXMValueMask() interface{}
- func (self *NxmTunIpv6DstMasked) GetValue() net.IP
- func (self *NxmTunIpv6DstMasked) GetValueMask() net.IP
- func (self *NxmTunIpv6DstMasked) MarshalJSON() ([]byte, error)
- func (self *NxmTunIpv6DstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunIpv6DstMasked) SetValue(v net.IP)
- func (self *NxmTunIpv6DstMasked) SetValueMask(v net.IP)
- type NxmTunIpv6Src
- func (self *NxmTunIpv6Src) GetOXMName() string
- func (self *NxmTunIpv6Src) GetOXMValue() interface{}
- func (self *NxmTunIpv6Src) GetValue() net.IP
- func (self *NxmTunIpv6Src) MarshalJSON() ([]byte, error)
- func (self *NxmTunIpv6Src) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunIpv6Src) SetValue(v net.IP)
- type NxmTunIpv6SrcMasked
- func (self *NxmTunIpv6SrcMasked) GetOXMName() string
- func (self *NxmTunIpv6SrcMasked) GetOXMValue() interface{}
- func (self *NxmTunIpv6SrcMasked) GetOXMValueMask() interface{}
- func (self *NxmTunIpv6SrcMasked) GetValue() net.IP
- func (self *NxmTunIpv6SrcMasked) GetValueMask() net.IP
- func (self *NxmTunIpv6SrcMasked) MarshalJSON() ([]byte, error)
- func (self *NxmTunIpv6SrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunIpv6SrcMasked) SetValue(v net.IP)
- func (self *NxmTunIpv6SrcMasked) SetValueMask(v net.IP)
- type NxmTunMetadata0
- func (self *NxmTunMetadata0) GetOXMName() string
- func (self *NxmTunMetadata0) GetOXMValue() interface{}
- func (self *NxmTunMetadata0) GetValue() []byte
- func (self *NxmTunMetadata0) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata0) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata0) SetValue(v []byte)
- type NxmTunMetadata0Masked
- func (self *NxmTunMetadata0Masked) GetOXMName() string
- func (self *NxmTunMetadata0Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata0Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata0Masked) GetValue() []byte
- func (self *NxmTunMetadata0Masked) GetValueMask() []byte
- func (self *NxmTunMetadata0Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata0Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata0Masked) SetValue(v []byte)
- func (self *NxmTunMetadata0Masked) SetValueMask(v []byte)
- type NxmTunMetadata1
- func (self *NxmTunMetadata1) GetOXMName() string
- func (self *NxmTunMetadata1) GetOXMValue() interface{}
- func (self *NxmTunMetadata1) GetValue() []byte
- func (self *NxmTunMetadata1) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata1) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata1) SetValue(v []byte)
- type NxmTunMetadata10
- func (self *NxmTunMetadata10) GetOXMName() string
- func (self *NxmTunMetadata10) GetOXMValue() interface{}
- func (self *NxmTunMetadata10) GetValue() []byte
- func (self *NxmTunMetadata10) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata10) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata10) SetValue(v []byte)
- type NxmTunMetadata10Masked
- func (self *NxmTunMetadata10Masked) GetOXMName() string
- func (self *NxmTunMetadata10Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata10Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata10Masked) GetValue() []byte
- func (self *NxmTunMetadata10Masked) GetValueMask() []byte
- func (self *NxmTunMetadata10Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata10Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata10Masked) SetValue(v []byte)
- func (self *NxmTunMetadata10Masked) SetValueMask(v []byte)
- type NxmTunMetadata11
- func (self *NxmTunMetadata11) GetOXMName() string
- func (self *NxmTunMetadata11) GetOXMValue() interface{}
- func (self *NxmTunMetadata11) GetValue() []byte
- func (self *NxmTunMetadata11) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata11) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata11) SetValue(v []byte)
- type NxmTunMetadata11Masked
- func (self *NxmTunMetadata11Masked) GetOXMName() string
- func (self *NxmTunMetadata11Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata11Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata11Masked) GetValue() []byte
- func (self *NxmTunMetadata11Masked) GetValueMask() []byte
- func (self *NxmTunMetadata11Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata11Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata11Masked) SetValue(v []byte)
- func (self *NxmTunMetadata11Masked) SetValueMask(v []byte)
- type NxmTunMetadata12
- func (self *NxmTunMetadata12) GetOXMName() string
- func (self *NxmTunMetadata12) GetOXMValue() interface{}
- func (self *NxmTunMetadata12) GetValue() []byte
- func (self *NxmTunMetadata12) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata12) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata12) SetValue(v []byte)
- type NxmTunMetadata12Masked
- func (self *NxmTunMetadata12Masked) GetOXMName() string
- func (self *NxmTunMetadata12Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata12Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata12Masked) GetValue() []byte
- func (self *NxmTunMetadata12Masked) GetValueMask() []byte
- func (self *NxmTunMetadata12Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata12Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata12Masked) SetValue(v []byte)
- func (self *NxmTunMetadata12Masked) SetValueMask(v []byte)
- type NxmTunMetadata13
- func (self *NxmTunMetadata13) GetOXMName() string
- func (self *NxmTunMetadata13) GetOXMValue() interface{}
- func (self *NxmTunMetadata13) GetValue() []byte
- func (self *NxmTunMetadata13) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata13) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata13) SetValue(v []byte)
- type NxmTunMetadata13Masked
- func (self *NxmTunMetadata13Masked) GetOXMName() string
- func (self *NxmTunMetadata13Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata13Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata13Masked) GetValue() []byte
- func (self *NxmTunMetadata13Masked) GetValueMask() []byte
- func (self *NxmTunMetadata13Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata13Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata13Masked) SetValue(v []byte)
- func (self *NxmTunMetadata13Masked) SetValueMask(v []byte)
- type NxmTunMetadata14
- func (self *NxmTunMetadata14) GetOXMName() string
- func (self *NxmTunMetadata14) GetOXMValue() interface{}
- func (self *NxmTunMetadata14) GetValue() []byte
- func (self *NxmTunMetadata14) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata14) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata14) SetValue(v []byte)
- type NxmTunMetadata14Masked
- func (self *NxmTunMetadata14Masked) GetOXMName() string
- func (self *NxmTunMetadata14Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata14Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata14Masked) GetValue() []byte
- func (self *NxmTunMetadata14Masked) GetValueMask() []byte
- func (self *NxmTunMetadata14Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata14Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata14Masked) SetValue(v []byte)
- func (self *NxmTunMetadata14Masked) SetValueMask(v []byte)
- type NxmTunMetadata15
- func (self *NxmTunMetadata15) GetOXMName() string
- func (self *NxmTunMetadata15) GetOXMValue() interface{}
- func (self *NxmTunMetadata15) GetValue() []byte
- func (self *NxmTunMetadata15) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata15) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata15) SetValue(v []byte)
- type NxmTunMetadata15Masked
- func (self *NxmTunMetadata15Masked) GetOXMName() string
- func (self *NxmTunMetadata15Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata15Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata15Masked) GetValue() []byte
- func (self *NxmTunMetadata15Masked) GetValueMask() []byte
- func (self *NxmTunMetadata15Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata15Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata15Masked) SetValue(v []byte)
- func (self *NxmTunMetadata15Masked) SetValueMask(v []byte)
- type NxmTunMetadata16
- func (self *NxmTunMetadata16) GetOXMName() string
- func (self *NxmTunMetadata16) GetOXMValue() interface{}
- func (self *NxmTunMetadata16) GetValue() []byte
- func (self *NxmTunMetadata16) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata16) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata16) SetValue(v []byte)
- type NxmTunMetadata16Masked
- func (self *NxmTunMetadata16Masked) GetOXMName() string
- func (self *NxmTunMetadata16Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata16Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata16Masked) GetValue() []byte
- func (self *NxmTunMetadata16Masked) GetValueMask() []byte
- func (self *NxmTunMetadata16Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata16Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata16Masked) SetValue(v []byte)
- func (self *NxmTunMetadata16Masked) SetValueMask(v []byte)
- type NxmTunMetadata17
- func (self *NxmTunMetadata17) GetOXMName() string
- func (self *NxmTunMetadata17) GetOXMValue() interface{}
- func (self *NxmTunMetadata17) GetValue() []byte
- func (self *NxmTunMetadata17) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata17) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata17) SetValue(v []byte)
- type NxmTunMetadata17Masked
- func (self *NxmTunMetadata17Masked) GetOXMName() string
- func (self *NxmTunMetadata17Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata17Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata17Masked) GetValue() []byte
- func (self *NxmTunMetadata17Masked) GetValueMask() []byte
- func (self *NxmTunMetadata17Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata17Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata17Masked) SetValue(v []byte)
- func (self *NxmTunMetadata17Masked) SetValueMask(v []byte)
- type NxmTunMetadata18
- func (self *NxmTunMetadata18) GetOXMName() string
- func (self *NxmTunMetadata18) GetOXMValue() interface{}
- func (self *NxmTunMetadata18) GetValue() []byte
- func (self *NxmTunMetadata18) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata18) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata18) SetValue(v []byte)
- type NxmTunMetadata18Masked
- func (self *NxmTunMetadata18Masked) GetOXMName() string
- func (self *NxmTunMetadata18Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata18Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata18Masked) GetValue() []byte
- func (self *NxmTunMetadata18Masked) GetValueMask() []byte
- func (self *NxmTunMetadata18Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata18Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata18Masked) SetValue(v []byte)
- func (self *NxmTunMetadata18Masked) SetValueMask(v []byte)
- type NxmTunMetadata19
- func (self *NxmTunMetadata19) GetOXMName() string
- func (self *NxmTunMetadata19) GetOXMValue() interface{}
- func (self *NxmTunMetadata19) GetValue() []byte
- func (self *NxmTunMetadata19) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata19) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata19) SetValue(v []byte)
- type NxmTunMetadata19Masked
- func (self *NxmTunMetadata19Masked) GetOXMName() string
- func (self *NxmTunMetadata19Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata19Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata19Masked) GetValue() []byte
- func (self *NxmTunMetadata19Masked) GetValueMask() []byte
- func (self *NxmTunMetadata19Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata19Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata19Masked) SetValue(v []byte)
- func (self *NxmTunMetadata19Masked) SetValueMask(v []byte)
- type NxmTunMetadata1Masked
- func (self *NxmTunMetadata1Masked) GetOXMName() string
- func (self *NxmTunMetadata1Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata1Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata1Masked) GetValue() []byte
- func (self *NxmTunMetadata1Masked) GetValueMask() []byte
- func (self *NxmTunMetadata1Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata1Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata1Masked) SetValue(v []byte)
- func (self *NxmTunMetadata1Masked) SetValueMask(v []byte)
- type NxmTunMetadata2
- func (self *NxmTunMetadata2) GetOXMName() string
- func (self *NxmTunMetadata2) GetOXMValue() interface{}
- func (self *NxmTunMetadata2) GetValue() []byte
- func (self *NxmTunMetadata2) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata2) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata2) SetValue(v []byte)
- type NxmTunMetadata20
- func (self *NxmTunMetadata20) GetOXMName() string
- func (self *NxmTunMetadata20) GetOXMValue() interface{}
- func (self *NxmTunMetadata20) GetValue() []byte
- func (self *NxmTunMetadata20) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata20) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata20) SetValue(v []byte)
- type NxmTunMetadata20Masked
- func (self *NxmTunMetadata20Masked) GetOXMName() string
- func (self *NxmTunMetadata20Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata20Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata20Masked) GetValue() []byte
- func (self *NxmTunMetadata20Masked) GetValueMask() []byte
- func (self *NxmTunMetadata20Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata20Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata20Masked) SetValue(v []byte)
- func (self *NxmTunMetadata20Masked) SetValueMask(v []byte)
- type NxmTunMetadata21
- func (self *NxmTunMetadata21) GetOXMName() string
- func (self *NxmTunMetadata21) GetOXMValue() interface{}
- func (self *NxmTunMetadata21) GetValue() []byte
- func (self *NxmTunMetadata21) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata21) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata21) SetValue(v []byte)
- type NxmTunMetadata21Masked
- func (self *NxmTunMetadata21Masked) GetOXMName() string
- func (self *NxmTunMetadata21Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata21Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata21Masked) GetValue() []byte
- func (self *NxmTunMetadata21Masked) GetValueMask() []byte
- func (self *NxmTunMetadata21Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata21Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata21Masked) SetValue(v []byte)
- func (self *NxmTunMetadata21Masked) SetValueMask(v []byte)
- type NxmTunMetadata22
- func (self *NxmTunMetadata22) GetOXMName() string
- func (self *NxmTunMetadata22) GetOXMValue() interface{}
- func (self *NxmTunMetadata22) GetValue() []byte
- func (self *NxmTunMetadata22) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata22) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata22) SetValue(v []byte)
- type NxmTunMetadata22Masked
- func (self *NxmTunMetadata22Masked) GetOXMName() string
- func (self *NxmTunMetadata22Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata22Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata22Masked) GetValue() []byte
- func (self *NxmTunMetadata22Masked) GetValueMask() []byte
- func (self *NxmTunMetadata22Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata22Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata22Masked) SetValue(v []byte)
- func (self *NxmTunMetadata22Masked) SetValueMask(v []byte)
- type NxmTunMetadata23
- func (self *NxmTunMetadata23) GetOXMName() string
- func (self *NxmTunMetadata23) GetOXMValue() interface{}
- func (self *NxmTunMetadata23) GetValue() []byte
- func (self *NxmTunMetadata23) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata23) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata23) SetValue(v []byte)
- type NxmTunMetadata23Masked
- func (self *NxmTunMetadata23Masked) GetOXMName() string
- func (self *NxmTunMetadata23Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata23Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata23Masked) GetValue() []byte
- func (self *NxmTunMetadata23Masked) GetValueMask() []byte
- func (self *NxmTunMetadata23Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata23Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata23Masked) SetValue(v []byte)
- func (self *NxmTunMetadata23Masked) SetValueMask(v []byte)
- type NxmTunMetadata24
- func (self *NxmTunMetadata24) GetOXMName() string
- func (self *NxmTunMetadata24) GetOXMValue() interface{}
- func (self *NxmTunMetadata24) GetValue() []byte
- func (self *NxmTunMetadata24) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata24) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata24) SetValue(v []byte)
- type NxmTunMetadata24Masked
- func (self *NxmTunMetadata24Masked) GetOXMName() string
- func (self *NxmTunMetadata24Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata24Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata24Masked) GetValue() []byte
- func (self *NxmTunMetadata24Masked) GetValueMask() []byte
- func (self *NxmTunMetadata24Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata24Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata24Masked) SetValue(v []byte)
- func (self *NxmTunMetadata24Masked) SetValueMask(v []byte)
- type NxmTunMetadata25
- func (self *NxmTunMetadata25) GetOXMName() string
- func (self *NxmTunMetadata25) GetOXMValue() interface{}
- func (self *NxmTunMetadata25) GetValue() []byte
- func (self *NxmTunMetadata25) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata25) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata25) SetValue(v []byte)
- type NxmTunMetadata25Masked
- func (self *NxmTunMetadata25Masked) GetOXMName() string
- func (self *NxmTunMetadata25Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata25Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata25Masked) GetValue() []byte
- func (self *NxmTunMetadata25Masked) GetValueMask() []byte
- func (self *NxmTunMetadata25Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata25Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata25Masked) SetValue(v []byte)
- func (self *NxmTunMetadata25Masked) SetValueMask(v []byte)
- type NxmTunMetadata26
- func (self *NxmTunMetadata26) GetOXMName() string
- func (self *NxmTunMetadata26) GetOXMValue() interface{}
- func (self *NxmTunMetadata26) GetValue() []byte
- func (self *NxmTunMetadata26) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata26) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata26) SetValue(v []byte)
- type NxmTunMetadata26Masked
- func (self *NxmTunMetadata26Masked) GetOXMName() string
- func (self *NxmTunMetadata26Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata26Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata26Masked) GetValue() []byte
- func (self *NxmTunMetadata26Masked) GetValueMask() []byte
- func (self *NxmTunMetadata26Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata26Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata26Masked) SetValue(v []byte)
- func (self *NxmTunMetadata26Masked) SetValueMask(v []byte)
- type NxmTunMetadata27
- func (self *NxmTunMetadata27) GetOXMName() string
- func (self *NxmTunMetadata27) GetOXMValue() interface{}
- func (self *NxmTunMetadata27) GetValue() []byte
- func (self *NxmTunMetadata27) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata27) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata27) SetValue(v []byte)
- type NxmTunMetadata27Masked
- func (self *NxmTunMetadata27Masked) GetOXMName() string
- func (self *NxmTunMetadata27Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata27Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata27Masked) GetValue() []byte
- func (self *NxmTunMetadata27Masked) GetValueMask() []byte
- func (self *NxmTunMetadata27Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata27Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata27Masked) SetValue(v []byte)
- func (self *NxmTunMetadata27Masked) SetValueMask(v []byte)
- type NxmTunMetadata28
- func (self *NxmTunMetadata28) GetOXMName() string
- func (self *NxmTunMetadata28) GetOXMValue() interface{}
- func (self *NxmTunMetadata28) GetValue() []byte
- func (self *NxmTunMetadata28) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata28) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata28) SetValue(v []byte)
- type NxmTunMetadata28Masked
- func (self *NxmTunMetadata28Masked) GetOXMName() string
- func (self *NxmTunMetadata28Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata28Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata28Masked) GetValue() []byte
- func (self *NxmTunMetadata28Masked) GetValueMask() []byte
- func (self *NxmTunMetadata28Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata28Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata28Masked) SetValue(v []byte)
- func (self *NxmTunMetadata28Masked) SetValueMask(v []byte)
- type NxmTunMetadata29
- func (self *NxmTunMetadata29) GetOXMName() string
- func (self *NxmTunMetadata29) GetOXMValue() interface{}
- func (self *NxmTunMetadata29) GetValue() []byte
- func (self *NxmTunMetadata29) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata29) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata29) SetValue(v []byte)
- type NxmTunMetadata29Masked
- func (self *NxmTunMetadata29Masked) GetOXMName() string
- func (self *NxmTunMetadata29Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata29Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata29Masked) GetValue() []byte
- func (self *NxmTunMetadata29Masked) GetValueMask() []byte
- func (self *NxmTunMetadata29Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata29Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata29Masked) SetValue(v []byte)
- func (self *NxmTunMetadata29Masked) SetValueMask(v []byte)
- type NxmTunMetadata2Masked
- func (self *NxmTunMetadata2Masked) GetOXMName() string
- func (self *NxmTunMetadata2Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata2Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata2Masked) GetValue() []byte
- func (self *NxmTunMetadata2Masked) GetValueMask() []byte
- func (self *NxmTunMetadata2Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata2Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata2Masked) SetValue(v []byte)
- func (self *NxmTunMetadata2Masked) SetValueMask(v []byte)
- type NxmTunMetadata3
- func (self *NxmTunMetadata3) GetOXMName() string
- func (self *NxmTunMetadata3) GetOXMValue() interface{}
- func (self *NxmTunMetadata3) GetValue() []byte
- func (self *NxmTunMetadata3) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata3) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata3) SetValue(v []byte)
- type NxmTunMetadata30
- func (self *NxmTunMetadata30) GetOXMName() string
- func (self *NxmTunMetadata30) GetOXMValue() interface{}
- func (self *NxmTunMetadata30) GetValue() []byte
- func (self *NxmTunMetadata30) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata30) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata30) SetValue(v []byte)
- type NxmTunMetadata30Masked
- func (self *NxmTunMetadata30Masked) GetOXMName() string
- func (self *NxmTunMetadata30Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata30Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata30Masked) GetValue() []byte
- func (self *NxmTunMetadata30Masked) GetValueMask() []byte
- func (self *NxmTunMetadata30Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata30Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata30Masked) SetValue(v []byte)
- func (self *NxmTunMetadata30Masked) SetValueMask(v []byte)
- type NxmTunMetadata31
- func (self *NxmTunMetadata31) GetOXMName() string
- func (self *NxmTunMetadata31) GetOXMValue() interface{}
- func (self *NxmTunMetadata31) GetValue() []byte
- func (self *NxmTunMetadata31) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata31) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata31) SetValue(v []byte)
- type NxmTunMetadata31Masked
- func (self *NxmTunMetadata31Masked) GetOXMName() string
- func (self *NxmTunMetadata31Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata31Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata31Masked) GetValue() []byte
- func (self *NxmTunMetadata31Masked) GetValueMask() []byte
- func (self *NxmTunMetadata31Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata31Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata31Masked) SetValue(v []byte)
- func (self *NxmTunMetadata31Masked) SetValueMask(v []byte)
- type NxmTunMetadata32
- func (self *NxmTunMetadata32) GetOXMName() string
- func (self *NxmTunMetadata32) GetOXMValue() interface{}
- func (self *NxmTunMetadata32) GetValue() []byte
- func (self *NxmTunMetadata32) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata32) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata32) SetValue(v []byte)
- type NxmTunMetadata32Masked
- func (self *NxmTunMetadata32Masked) GetOXMName() string
- func (self *NxmTunMetadata32Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata32Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata32Masked) GetValue() []byte
- func (self *NxmTunMetadata32Masked) GetValueMask() []byte
- func (self *NxmTunMetadata32Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata32Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata32Masked) SetValue(v []byte)
- func (self *NxmTunMetadata32Masked) SetValueMask(v []byte)
- type NxmTunMetadata33
- func (self *NxmTunMetadata33) GetOXMName() string
- func (self *NxmTunMetadata33) GetOXMValue() interface{}
- func (self *NxmTunMetadata33) GetValue() []byte
- func (self *NxmTunMetadata33) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata33) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata33) SetValue(v []byte)
- type NxmTunMetadata33Masked
- func (self *NxmTunMetadata33Masked) GetOXMName() string
- func (self *NxmTunMetadata33Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata33Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata33Masked) GetValue() []byte
- func (self *NxmTunMetadata33Masked) GetValueMask() []byte
- func (self *NxmTunMetadata33Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata33Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata33Masked) SetValue(v []byte)
- func (self *NxmTunMetadata33Masked) SetValueMask(v []byte)
- type NxmTunMetadata34
- func (self *NxmTunMetadata34) GetOXMName() string
- func (self *NxmTunMetadata34) GetOXMValue() interface{}
- func (self *NxmTunMetadata34) GetValue() []byte
- func (self *NxmTunMetadata34) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata34) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata34) SetValue(v []byte)
- type NxmTunMetadata34Masked
- func (self *NxmTunMetadata34Masked) GetOXMName() string
- func (self *NxmTunMetadata34Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata34Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata34Masked) GetValue() []byte
- func (self *NxmTunMetadata34Masked) GetValueMask() []byte
- func (self *NxmTunMetadata34Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata34Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata34Masked) SetValue(v []byte)
- func (self *NxmTunMetadata34Masked) SetValueMask(v []byte)
- type NxmTunMetadata35
- func (self *NxmTunMetadata35) GetOXMName() string
- func (self *NxmTunMetadata35) GetOXMValue() interface{}
- func (self *NxmTunMetadata35) GetValue() []byte
- func (self *NxmTunMetadata35) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata35) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata35) SetValue(v []byte)
- type NxmTunMetadata35Masked
- func (self *NxmTunMetadata35Masked) GetOXMName() string
- func (self *NxmTunMetadata35Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata35Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata35Masked) GetValue() []byte
- func (self *NxmTunMetadata35Masked) GetValueMask() []byte
- func (self *NxmTunMetadata35Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata35Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata35Masked) SetValue(v []byte)
- func (self *NxmTunMetadata35Masked) SetValueMask(v []byte)
- type NxmTunMetadata36
- func (self *NxmTunMetadata36) GetOXMName() string
- func (self *NxmTunMetadata36) GetOXMValue() interface{}
- func (self *NxmTunMetadata36) GetValue() []byte
- func (self *NxmTunMetadata36) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata36) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata36) SetValue(v []byte)
- type NxmTunMetadata36Masked
- func (self *NxmTunMetadata36Masked) GetOXMName() string
- func (self *NxmTunMetadata36Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata36Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata36Masked) GetValue() []byte
- func (self *NxmTunMetadata36Masked) GetValueMask() []byte
- func (self *NxmTunMetadata36Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata36Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata36Masked) SetValue(v []byte)
- func (self *NxmTunMetadata36Masked) SetValueMask(v []byte)
- type NxmTunMetadata37
- func (self *NxmTunMetadata37) GetOXMName() string
- func (self *NxmTunMetadata37) GetOXMValue() interface{}
- func (self *NxmTunMetadata37) GetValue() []byte
- func (self *NxmTunMetadata37) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata37) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata37) SetValue(v []byte)
- type NxmTunMetadata37Masked
- func (self *NxmTunMetadata37Masked) GetOXMName() string
- func (self *NxmTunMetadata37Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata37Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata37Masked) GetValue() []byte
- func (self *NxmTunMetadata37Masked) GetValueMask() []byte
- func (self *NxmTunMetadata37Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata37Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata37Masked) SetValue(v []byte)
- func (self *NxmTunMetadata37Masked) SetValueMask(v []byte)
- type NxmTunMetadata38
- func (self *NxmTunMetadata38) GetOXMName() string
- func (self *NxmTunMetadata38) GetOXMValue() interface{}
- func (self *NxmTunMetadata38) GetValue() []byte
- func (self *NxmTunMetadata38) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata38) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata38) SetValue(v []byte)
- type NxmTunMetadata38Masked
- func (self *NxmTunMetadata38Masked) GetOXMName() string
- func (self *NxmTunMetadata38Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata38Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata38Masked) GetValue() []byte
- func (self *NxmTunMetadata38Masked) GetValueMask() []byte
- func (self *NxmTunMetadata38Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata38Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata38Masked) SetValue(v []byte)
- func (self *NxmTunMetadata38Masked) SetValueMask(v []byte)
- type NxmTunMetadata39
- func (self *NxmTunMetadata39) GetOXMName() string
- func (self *NxmTunMetadata39) GetOXMValue() interface{}
- func (self *NxmTunMetadata39) GetValue() []byte
- func (self *NxmTunMetadata39) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata39) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata39) SetValue(v []byte)
- type NxmTunMetadata39Masked
- func (self *NxmTunMetadata39Masked) GetOXMName() string
- func (self *NxmTunMetadata39Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata39Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata39Masked) GetValue() []byte
- func (self *NxmTunMetadata39Masked) GetValueMask() []byte
- func (self *NxmTunMetadata39Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata39Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata39Masked) SetValue(v []byte)
- func (self *NxmTunMetadata39Masked) SetValueMask(v []byte)
- type NxmTunMetadata3Masked
- func (self *NxmTunMetadata3Masked) GetOXMName() string
- func (self *NxmTunMetadata3Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata3Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata3Masked) GetValue() []byte
- func (self *NxmTunMetadata3Masked) GetValueMask() []byte
- func (self *NxmTunMetadata3Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata3Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata3Masked) SetValue(v []byte)
- func (self *NxmTunMetadata3Masked) SetValueMask(v []byte)
- type NxmTunMetadata4
- func (self *NxmTunMetadata4) GetOXMName() string
- func (self *NxmTunMetadata4) GetOXMValue() interface{}
- func (self *NxmTunMetadata4) GetValue() []byte
- func (self *NxmTunMetadata4) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata4) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata4) SetValue(v []byte)
- type NxmTunMetadata40
- func (self *NxmTunMetadata40) GetOXMName() string
- func (self *NxmTunMetadata40) GetOXMValue() interface{}
- func (self *NxmTunMetadata40) GetValue() []byte
- func (self *NxmTunMetadata40) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata40) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata40) SetValue(v []byte)
- type NxmTunMetadata40Masked
- func (self *NxmTunMetadata40Masked) GetOXMName() string
- func (self *NxmTunMetadata40Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata40Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata40Masked) GetValue() []byte
- func (self *NxmTunMetadata40Masked) GetValueMask() []byte
- func (self *NxmTunMetadata40Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata40Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata40Masked) SetValue(v []byte)
- func (self *NxmTunMetadata40Masked) SetValueMask(v []byte)
- type NxmTunMetadata41
- func (self *NxmTunMetadata41) GetOXMName() string
- func (self *NxmTunMetadata41) GetOXMValue() interface{}
- func (self *NxmTunMetadata41) GetValue() []byte
- func (self *NxmTunMetadata41) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata41) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata41) SetValue(v []byte)
- type NxmTunMetadata41Masked
- func (self *NxmTunMetadata41Masked) GetOXMName() string
- func (self *NxmTunMetadata41Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata41Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata41Masked) GetValue() []byte
- func (self *NxmTunMetadata41Masked) GetValueMask() []byte
- func (self *NxmTunMetadata41Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata41Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata41Masked) SetValue(v []byte)
- func (self *NxmTunMetadata41Masked) SetValueMask(v []byte)
- type NxmTunMetadata42
- func (self *NxmTunMetadata42) GetOXMName() string
- func (self *NxmTunMetadata42) GetOXMValue() interface{}
- func (self *NxmTunMetadata42) GetValue() []byte
- func (self *NxmTunMetadata42) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata42) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata42) SetValue(v []byte)
- type NxmTunMetadata42Masked
- func (self *NxmTunMetadata42Masked) GetOXMName() string
- func (self *NxmTunMetadata42Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata42Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata42Masked) GetValue() []byte
- func (self *NxmTunMetadata42Masked) GetValueMask() []byte
- func (self *NxmTunMetadata42Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata42Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata42Masked) SetValue(v []byte)
- func (self *NxmTunMetadata42Masked) SetValueMask(v []byte)
- type NxmTunMetadata43
- func (self *NxmTunMetadata43) GetOXMName() string
- func (self *NxmTunMetadata43) GetOXMValue() interface{}
- func (self *NxmTunMetadata43) GetValue() []byte
- func (self *NxmTunMetadata43) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata43) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata43) SetValue(v []byte)
- type NxmTunMetadata43Masked
- func (self *NxmTunMetadata43Masked) GetOXMName() string
- func (self *NxmTunMetadata43Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata43Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata43Masked) GetValue() []byte
- func (self *NxmTunMetadata43Masked) GetValueMask() []byte
- func (self *NxmTunMetadata43Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata43Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata43Masked) SetValue(v []byte)
- func (self *NxmTunMetadata43Masked) SetValueMask(v []byte)
- type NxmTunMetadata44
- func (self *NxmTunMetadata44) GetOXMName() string
- func (self *NxmTunMetadata44) GetOXMValue() interface{}
- func (self *NxmTunMetadata44) GetValue() []byte
- func (self *NxmTunMetadata44) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata44) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata44) SetValue(v []byte)
- type NxmTunMetadata44Masked
- func (self *NxmTunMetadata44Masked) GetOXMName() string
- func (self *NxmTunMetadata44Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata44Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata44Masked) GetValue() []byte
- func (self *NxmTunMetadata44Masked) GetValueMask() []byte
- func (self *NxmTunMetadata44Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata44Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata44Masked) SetValue(v []byte)
- func (self *NxmTunMetadata44Masked) SetValueMask(v []byte)
- type NxmTunMetadata45
- func (self *NxmTunMetadata45) GetOXMName() string
- func (self *NxmTunMetadata45) GetOXMValue() interface{}
- func (self *NxmTunMetadata45) GetValue() []byte
- func (self *NxmTunMetadata45) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata45) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata45) SetValue(v []byte)
- type NxmTunMetadata45Masked
- func (self *NxmTunMetadata45Masked) GetOXMName() string
- func (self *NxmTunMetadata45Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata45Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata45Masked) GetValue() []byte
- func (self *NxmTunMetadata45Masked) GetValueMask() []byte
- func (self *NxmTunMetadata45Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata45Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata45Masked) SetValue(v []byte)
- func (self *NxmTunMetadata45Masked) SetValueMask(v []byte)
- type NxmTunMetadata46
- func (self *NxmTunMetadata46) GetOXMName() string
- func (self *NxmTunMetadata46) GetOXMValue() interface{}
- func (self *NxmTunMetadata46) GetValue() []byte
- func (self *NxmTunMetadata46) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata46) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata46) SetValue(v []byte)
- type NxmTunMetadata46Masked
- func (self *NxmTunMetadata46Masked) GetOXMName() string
- func (self *NxmTunMetadata46Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata46Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata46Masked) GetValue() []byte
- func (self *NxmTunMetadata46Masked) GetValueMask() []byte
- func (self *NxmTunMetadata46Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata46Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata46Masked) SetValue(v []byte)
- func (self *NxmTunMetadata46Masked) SetValueMask(v []byte)
- type NxmTunMetadata47
- func (self *NxmTunMetadata47) GetOXMName() string
- func (self *NxmTunMetadata47) GetOXMValue() interface{}
- func (self *NxmTunMetadata47) GetValue() []byte
- func (self *NxmTunMetadata47) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata47) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata47) SetValue(v []byte)
- type NxmTunMetadata47Masked
- func (self *NxmTunMetadata47Masked) GetOXMName() string
- func (self *NxmTunMetadata47Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata47Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata47Masked) GetValue() []byte
- func (self *NxmTunMetadata47Masked) GetValueMask() []byte
- func (self *NxmTunMetadata47Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata47Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata47Masked) SetValue(v []byte)
- func (self *NxmTunMetadata47Masked) SetValueMask(v []byte)
- type NxmTunMetadata48
- func (self *NxmTunMetadata48) GetOXMName() string
- func (self *NxmTunMetadata48) GetOXMValue() interface{}
- func (self *NxmTunMetadata48) GetValue() []byte
- func (self *NxmTunMetadata48) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata48) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata48) SetValue(v []byte)
- type NxmTunMetadata48Masked
- func (self *NxmTunMetadata48Masked) GetOXMName() string
- func (self *NxmTunMetadata48Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata48Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata48Masked) GetValue() []byte
- func (self *NxmTunMetadata48Masked) GetValueMask() []byte
- func (self *NxmTunMetadata48Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata48Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata48Masked) SetValue(v []byte)
- func (self *NxmTunMetadata48Masked) SetValueMask(v []byte)
- type NxmTunMetadata49
- func (self *NxmTunMetadata49) GetOXMName() string
- func (self *NxmTunMetadata49) GetOXMValue() interface{}
- func (self *NxmTunMetadata49) GetValue() []byte
- func (self *NxmTunMetadata49) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata49) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata49) SetValue(v []byte)
- type NxmTunMetadata49Masked
- func (self *NxmTunMetadata49Masked) GetOXMName() string
- func (self *NxmTunMetadata49Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata49Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata49Masked) GetValue() []byte
- func (self *NxmTunMetadata49Masked) GetValueMask() []byte
- func (self *NxmTunMetadata49Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata49Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata49Masked) SetValue(v []byte)
- func (self *NxmTunMetadata49Masked) SetValueMask(v []byte)
- type NxmTunMetadata4Masked
- func (self *NxmTunMetadata4Masked) GetOXMName() string
- func (self *NxmTunMetadata4Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata4Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata4Masked) GetValue() []byte
- func (self *NxmTunMetadata4Masked) GetValueMask() []byte
- func (self *NxmTunMetadata4Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata4Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata4Masked) SetValue(v []byte)
- func (self *NxmTunMetadata4Masked) SetValueMask(v []byte)
- type NxmTunMetadata5
- func (self *NxmTunMetadata5) GetOXMName() string
- func (self *NxmTunMetadata5) GetOXMValue() interface{}
- func (self *NxmTunMetadata5) GetValue() []byte
- func (self *NxmTunMetadata5) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata5) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata5) SetValue(v []byte)
- type NxmTunMetadata50
- func (self *NxmTunMetadata50) GetOXMName() string
- func (self *NxmTunMetadata50) GetOXMValue() interface{}
- func (self *NxmTunMetadata50) GetValue() []byte
- func (self *NxmTunMetadata50) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata50) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata50) SetValue(v []byte)
- type NxmTunMetadata50Masked
- func (self *NxmTunMetadata50Masked) GetOXMName() string
- func (self *NxmTunMetadata50Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata50Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata50Masked) GetValue() []byte
- func (self *NxmTunMetadata50Masked) GetValueMask() []byte
- func (self *NxmTunMetadata50Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata50Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata50Masked) SetValue(v []byte)
- func (self *NxmTunMetadata50Masked) SetValueMask(v []byte)
- type NxmTunMetadata51
- func (self *NxmTunMetadata51) GetOXMName() string
- func (self *NxmTunMetadata51) GetOXMValue() interface{}
- func (self *NxmTunMetadata51) GetValue() []byte
- func (self *NxmTunMetadata51) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata51) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata51) SetValue(v []byte)
- type NxmTunMetadata51Masked
- func (self *NxmTunMetadata51Masked) GetOXMName() string
- func (self *NxmTunMetadata51Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata51Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata51Masked) GetValue() []byte
- func (self *NxmTunMetadata51Masked) GetValueMask() []byte
- func (self *NxmTunMetadata51Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata51Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata51Masked) SetValue(v []byte)
- func (self *NxmTunMetadata51Masked) SetValueMask(v []byte)
- type NxmTunMetadata52
- func (self *NxmTunMetadata52) GetOXMName() string
- func (self *NxmTunMetadata52) GetOXMValue() interface{}
- func (self *NxmTunMetadata52) GetValue() []byte
- func (self *NxmTunMetadata52) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata52) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata52) SetValue(v []byte)
- type NxmTunMetadata52Masked
- func (self *NxmTunMetadata52Masked) GetOXMName() string
- func (self *NxmTunMetadata52Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata52Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata52Masked) GetValue() []byte
- func (self *NxmTunMetadata52Masked) GetValueMask() []byte
- func (self *NxmTunMetadata52Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata52Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata52Masked) SetValue(v []byte)
- func (self *NxmTunMetadata52Masked) SetValueMask(v []byte)
- type NxmTunMetadata53
- func (self *NxmTunMetadata53) GetOXMName() string
- func (self *NxmTunMetadata53) GetOXMValue() interface{}
- func (self *NxmTunMetadata53) GetValue() []byte
- func (self *NxmTunMetadata53) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata53) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata53) SetValue(v []byte)
- type NxmTunMetadata53Masked
- func (self *NxmTunMetadata53Masked) GetOXMName() string
- func (self *NxmTunMetadata53Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata53Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata53Masked) GetValue() []byte
- func (self *NxmTunMetadata53Masked) GetValueMask() []byte
- func (self *NxmTunMetadata53Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata53Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata53Masked) SetValue(v []byte)
- func (self *NxmTunMetadata53Masked) SetValueMask(v []byte)
- type NxmTunMetadata54
- func (self *NxmTunMetadata54) GetOXMName() string
- func (self *NxmTunMetadata54) GetOXMValue() interface{}
- func (self *NxmTunMetadata54) GetValue() []byte
- func (self *NxmTunMetadata54) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata54) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata54) SetValue(v []byte)
- type NxmTunMetadata54Masked
- func (self *NxmTunMetadata54Masked) GetOXMName() string
- func (self *NxmTunMetadata54Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata54Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata54Masked) GetValue() []byte
- func (self *NxmTunMetadata54Masked) GetValueMask() []byte
- func (self *NxmTunMetadata54Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata54Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata54Masked) SetValue(v []byte)
- func (self *NxmTunMetadata54Masked) SetValueMask(v []byte)
- type NxmTunMetadata55
- func (self *NxmTunMetadata55) GetOXMName() string
- func (self *NxmTunMetadata55) GetOXMValue() interface{}
- func (self *NxmTunMetadata55) GetValue() []byte
- func (self *NxmTunMetadata55) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata55) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata55) SetValue(v []byte)
- type NxmTunMetadata55Masked
- func (self *NxmTunMetadata55Masked) GetOXMName() string
- func (self *NxmTunMetadata55Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata55Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata55Masked) GetValue() []byte
- func (self *NxmTunMetadata55Masked) GetValueMask() []byte
- func (self *NxmTunMetadata55Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata55Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata55Masked) SetValue(v []byte)
- func (self *NxmTunMetadata55Masked) SetValueMask(v []byte)
- type NxmTunMetadata56
- func (self *NxmTunMetadata56) GetOXMName() string
- func (self *NxmTunMetadata56) GetOXMValue() interface{}
- func (self *NxmTunMetadata56) GetValue() []byte
- func (self *NxmTunMetadata56) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata56) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata56) SetValue(v []byte)
- type NxmTunMetadata56Masked
- func (self *NxmTunMetadata56Masked) GetOXMName() string
- func (self *NxmTunMetadata56Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata56Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata56Masked) GetValue() []byte
- func (self *NxmTunMetadata56Masked) GetValueMask() []byte
- func (self *NxmTunMetadata56Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata56Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata56Masked) SetValue(v []byte)
- func (self *NxmTunMetadata56Masked) SetValueMask(v []byte)
- type NxmTunMetadata57
- func (self *NxmTunMetadata57) GetOXMName() string
- func (self *NxmTunMetadata57) GetOXMValue() interface{}
- func (self *NxmTunMetadata57) GetValue() []byte
- func (self *NxmTunMetadata57) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata57) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata57) SetValue(v []byte)
- type NxmTunMetadata57Masked
- func (self *NxmTunMetadata57Masked) GetOXMName() string
- func (self *NxmTunMetadata57Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata57Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata57Masked) GetValue() []byte
- func (self *NxmTunMetadata57Masked) GetValueMask() []byte
- func (self *NxmTunMetadata57Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata57Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata57Masked) SetValue(v []byte)
- func (self *NxmTunMetadata57Masked) SetValueMask(v []byte)
- type NxmTunMetadata58
- func (self *NxmTunMetadata58) GetOXMName() string
- func (self *NxmTunMetadata58) GetOXMValue() interface{}
- func (self *NxmTunMetadata58) GetValue() []byte
- func (self *NxmTunMetadata58) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata58) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata58) SetValue(v []byte)
- type NxmTunMetadata58Masked
- func (self *NxmTunMetadata58Masked) GetOXMName() string
- func (self *NxmTunMetadata58Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata58Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata58Masked) GetValue() []byte
- func (self *NxmTunMetadata58Masked) GetValueMask() []byte
- func (self *NxmTunMetadata58Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata58Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata58Masked) SetValue(v []byte)
- func (self *NxmTunMetadata58Masked) SetValueMask(v []byte)
- type NxmTunMetadata59
- func (self *NxmTunMetadata59) GetOXMName() string
- func (self *NxmTunMetadata59) GetOXMValue() interface{}
- func (self *NxmTunMetadata59) GetValue() []byte
- func (self *NxmTunMetadata59) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata59) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata59) SetValue(v []byte)
- type NxmTunMetadata59Masked
- func (self *NxmTunMetadata59Masked) GetOXMName() string
- func (self *NxmTunMetadata59Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata59Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata59Masked) GetValue() []byte
- func (self *NxmTunMetadata59Masked) GetValueMask() []byte
- func (self *NxmTunMetadata59Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata59Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata59Masked) SetValue(v []byte)
- func (self *NxmTunMetadata59Masked) SetValueMask(v []byte)
- type NxmTunMetadata5Masked
- func (self *NxmTunMetadata5Masked) GetOXMName() string
- func (self *NxmTunMetadata5Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata5Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata5Masked) GetValue() []byte
- func (self *NxmTunMetadata5Masked) GetValueMask() []byte
- func (self *NxmTunMetadata5Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata5Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata5Masked) SetValue(v []byte)
- func (self *NxmTunMetadata5Masked) SetValueMask(v []byte)
- type NxmTunMetadata6
- func (self *NxmTunMetadata6) GetOXMName() string
- func (self *NxmTunMetadata6) GetOXMValue() interface{}
- func (self *NxmTunMetadata6) GetValue() []byte
- func (self *NxmTunMetadata6) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata6) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata6) SetValue(v []byte)
- type NxmTunMetadata60
- func (self *NxmTunMetadata60) GetOXMName() string
- func (self *NxmTunMetadata60) GetOXMValue() interface{}
- func (self *NxmTunMetadata60) GetValue() []byte
- func (self *NxmTunMetadata60) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata60) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata60) SetValue(v []byte)
- type NxmTunMetadata60Masked
- func (self *NxmTunMetadata60Masked) GetOXMName() string
- func (self *NxmTunMetadata60Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata60Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata60Masked) GetValue() []byte
- func (self *NxmTunMetadata60Masked) GetValueMask() []byte
- func (self *NxmTunMetadata60Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata60Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata60Masked) SetValue(v []byte)
- func (self *NxmTunMetadata60Masked) SetValueMask(v []byte)
- type NxmTunMetadata61
- func (self *NxmTunMetadata61) GetOXMName() string
- func (self *NxmTunMetadata61) GetOXMValue() interface{}
- func (self *NxmTunMetadata61) GetValue() []byte
- func (self *NxmTunMetadata61) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata61) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata61) SetValue(v []byte)
- type NxmTunMetadata61Masked
- func (self *NxmTunMetadata61Masked) GetOXMName() string
- func (self *NxmTunMetadata61Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata61Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata61Masked) GetValue() []byte
- func (self *NxmTunMetadata61Masked) GetValueMask() []byte
- func (self *NxmTunMetadata61Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata61Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata61Masked) SetValue(v []byte)
- func (self *NxmTunMetadata61Masked) SetValueMask(v []byte)
- type NxmTunMetadata62
- func (self *NxmTunMetadata62) GetOXMName() string
- func (self *NxmTunMetadata62) GetOXMValue() interface{}
- func (self *NxmTunMetadata62) GetValue() []byte
- func (self *NxmTunMetadata62) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata62) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata62) SetValue(v []byte)
- type NxmTunMetadata62Masked
- func (self *NxmTunMetadata62Masked) GetOXMName() string
- func (self *NxmTunMetadata62Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata62Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata62Masked) GetValue() []byte
- func (self *NxmTunMetadata62Masked) GetValueMask() []byte
- func (self *NxmTunMetadata62Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata62Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata62Masked) SetValue(v []byte)
- func (self *NxmTunMetadata62Masked) SetValueMask(v []byte)
- type NxmTunMetadata63
- func (self *NxmTunMetadata63) GetOXMName() string
- func (self *NxmTunMetadata63) GetOXMValue() interface{}
- func (self *NxmTunMetadata63) GetValue() []byte
- func (self *NxmTunMetadata63) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata63) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata63) SetValue(v []byte)
- type NxmTunMetadata63Masked
- func (self *NxmTunMetadata63Masked) GetOXMName() string
- func (self *NxmTunMetadata63Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata63Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata63Masked) GetValue() []byte
- func (self *NxmTunMetadata63Masked) GetValueMask() []byte
- func (self *NxmTunMetadata63Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata63Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata63Masked) SetValue(v []byte)
- func (self *NxmTunMetadata63Masked) SetValueMask(v []byte)
- type NxmTunMetadata6Masked
- func (self *NxmTunMetadata6Masked) GetOXMName() string
- func (self *NxmTunMetadata6Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata6Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata6Masked) GetValue() []byte
- func (self *NxmTunMetadata6Masked) GetValueMask() []byte
- func (self *NxmTunMetadata6Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata6Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata6Masked) SetValue(v []byte)
- func (self *NxmTunMetadata6Masked) SetValueMask(v []byte)
- type NxmTunMetadata7
- func (self *NxmTunMetadata7) GetOXMName() string
- func (self *NxmTunMetadata7) GetOXMValue() interface{}
- func (self *NxmTunMetadata7) GetValue() []byte
- func (self *NxmTunMetadata7) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata7) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata7) SetValue(v []byte)
- type NxmTunMetadata7Masked
- func (self *NxmTunMetadata7Masked) GetOXMName() string
- func (self *NxmTunMetadata7Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata7Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata7Masked) GetValue() []byte
- func (self *NxmTunMetadata7Masked) GetValueMask() []byte
- func (self *NxmTunMetadata7Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata7Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata7Masked) SetValue(v []byte)
- func (self *NxmTunMetadata7Masked) SetValueMask(v []byte)
- type NxmTunMetadata8
- func (self *NxmTunMetadata8) GetOXMName() string
- func (self *NxmTunMetadata8) GetOXMValue() interface{}
- func (self *NxmTunMetadata8) GetValue() []byte
- func (self *NxmTunMetadata8) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata8) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata8) SetValue(v []byte)
- type NxmTunMetadata8Masked
- func (self *NxmTunMetadata8Masked) GetOXMName() string
- func (self *NxmTunMetadata8Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata8Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata8Masked) GetValue() []byte
- func (self *NxmTunMetadata8Masked) GetValueMask() []byte
- func (self *NxmTunMetadata8Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata8Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata8Masked) SetValue(v []byte)
- func (self *NxmTunMetadata8Masked) SetValueMask(v []byte)
- type NxmTunMetadata9
- func (self *NxmTunMetadata9) GetOXMName() string
- func (self *NxmTunMetadata9) GetOXMValue() interface{}
- func (self *NxmTunMetadata9) GetValue() []byte
- func (self *NxmTunMetadata9) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata9) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata9) SetValue(v []byte)
- type NxmTunMetadata9Masked
- func (self *NxmTunMetadata9Masked) GetOXMName() string
- func (self *NxmTunMetadata9Masked) GetOXMValue() interface{}
- func (self *NxmTunMetadata9Masked) GetOXMValueMask() interface{}
- func (self *NxmTunMetadata9Masked) GetValue() []byte
- func (self *NxmTunMetadata9Masked) GetValueMask() []byte
- func (self *NxmTunMetadata9Masked) MarshalJSON() ([]byte, error)
- func (self *NxmTunMetadata9Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunMetadata9Masked) SetValue(v []byte)
- func (self *NxmTunMetadata9Masked) SetValueMask(v []byte)
- type NxmTunSrc
- type NxmTunSrcMasked
- func (self *NxmTunSrcMasked) GetOXMName() string
- func (self *NxmTunSrcMasked) GetOXMValue() interface{}
- func (self *NxmTunSrcMasked) GetOXMValueMask() interface{}
- func (self *NxmTunSrcMasked) GetValue() net.IP
- func (self *NxmTunSrcMasked) GetValueMask() net.IP
- func (self *NxmTunSrcMasked) MarshalJSON() ([]byte, error)
- func (self *NxmTunSrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmTunSrcMasked) SetValue(v net.IP)
- func (self *NxmTunSrcMasked) SetValueMask(v net.IP)
- type NxmUdpDst
- type NxmUdpDstMasked
- func (self *NxmUdpDstMasked) GetOXMName() string
- func (self *NxmUdpDstMasked) GetOXMValue() interface{}
- func (self *NxmUdpDstMasked) GetOXMValueMask() interface{}
- func (self *NxmUdpDstMasked) GetValue() uint16
- func (self *NxmUdpDstMasked) GetValueMask() uint16
- func (self *NxmUdpDstMasked) MarshalJSON() ([]byte, error)
- func (self *NxmUdpDstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmUdpDstMasked) SetValue(v uint16)
- func (self *NxmUdpDstMasked) SetValueMask(v uint16)
- type NxmUdpSrc
- type NxmUdpSrcMasked
- func (self *NxmUdpSrcMasked) GetOXMName() string
- func (self *NxmUdpSrcMasked) GetOXMValue() interface{}
- func (self *NxmUdpSrcMasked) GetOXMValueMask() interface{}
- func (self *NxmUdpSrcMasked) GetValue() uint16
- func (self *NxmUdpSrcMasked) GetValueMask() uint16
- func (self *NxmUdpSrcMasked) MarshalJSON() ([]byte, error)
- func (self *NxmUdpSrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmUdpSrcMasked) SetValue(v uint16)
- func (self *NxmUdpSrcMasked) SetValueMask(v uint16)
- type NxmVlanTci
- type NxmVlanTciMasked
- func (self *NxmVlanTciMasked) GetOXMName() string
- func (self *NxmVlanTciMasked) GetOXMValue() interface{}
- func (self *NxmVlanTciMasked) GetOXMValueMask() interface{}
- func (self *NxmVlanTciMasked) GetValue() uint16
- func (self *NxmVlanTciMasked) GetValueMask() uint16
- func (self *NxmVlanTciMasked) MarshalJSON() ([]byte, error)
- func (self *NxmVlanTciMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmVlanTciMasked) SetValue(v uint16)
- func (self *NxmVlanTciMasked) SetValueMask(v uint16)
- type NxmXxreg0
- type NxmXxreg0Masked
- func (self *NxmXxreg0Masked) GetOXMName() string
- func (self *NxmXxreg0Masked) GetOXMValue() interface{}
- func (self *NxmXxreg0Masked) GetOXMValueMask() interface{}
- func (self *NxmXxreg0Masked) GetValue() uint128
- func (self *NxmXxreg0Masked) GetValueMask() uint128
- func (self *NxmXxreg0Masked) MarshalJSON() ([]byte, error)
- func (self *NxmXxreg0Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmXxreg0Masked) SetValue(v uint128)
- func (self *NxmXxreg0Masked) SetValueMask(v uint128)
- type NxmXxreg1
- type NxmXxreg1Masked
- func (self *NxmXxreg1Masked) GetOXMName() string
- func (self *NxmXxreg1Masked) GetOXMValue() interface{}
- func (self *NxmXxreg1Masked) GetOXMValueMask() interface{}
- func (self *NxmXxreg1Masked) GetValue() uint128
- func (self *NxmXxreg1Masked) GetValueMask() uint128
- func (self *NxmXxreg1Masked) MarshalJSON() ([]byte, error)
- func (self *NxmXxreg1Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmXxreg1Masked) SetValue(v uint128)
- func (self *NxmXxreg1Masked) SetValueMask(v uint128)
- type NxmXxreg2
- type NxmXxreg2Masked
- func (self *NxmXxreg2Masked) GetOXMName() string
- func (self *NxmXxreg2Masked) GetOXMValue() interface{}
- func (self *NxmXxreg2Masked) GetOXMValueMask() interface{}
- func (self *NxmXxreg2Masked) GetValue() uint128
- func (self *NxmXxreg2Masked) GetValueMask() uint128
- func (self *NxmXxreg2Masked) MarshalJSON() ([]byte, error)
- func (self *NxmXxreg2Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmXxreg2Masked) SetValue(v uint128)
- func (self *NxmXxreg2Masked) SetValueMask(v uint128)
- type NxmXxreg3
- type NxmXxreg3Masked
- func (self *NxmXxreg3Masked) GetOXMName() string
- func (self *NxmXxreg3Masked) GetOXMValue() interface{}
- func (self *NxmXxreg3Masked) GetOXMValueMask() interface{}
- func (self *NxmXxreg3Masked) GetValue() uint128
- func (self *NxmXxreg3Masked) GetValueMask() uint128
- func (self *NxmXxreg3Masked) MarshalJSON() ([]byte, error)
- func (self *NxmXxreg3Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *NxmXxreg3Masked) SetValue(v uint128)
- func (self *NxmXxreg3Masked) SetValueMask(v uint128)
- type Oxm
- type OxmArpOp
- type OxmArpOpMasked
- func (self *OxmArpOpMasked) GetOXMName() string
- func (self *OxmArpOpMasked) GetOXMValue() interface{}
- func (self *OxmArpOpMasked) GetOXMValueMask() interface{}
- func (self *OxmArpOpMasked) GetValue() uint16
- func (self *OxmArpOpMasked) GetValueMask() uint16
- func (self *OxmArpOpMasked) MarshalJSON() ([]byte, error)
- func (self *OxmArpOpMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmArpOpMasked) SetValue(v uint16)
- func (self *OxmArpOpMasked) SetValueMask(v uint16)
- type OxmArpSha
- func (self *OxmArpSha) GetOXMName() string
- func (self *OxmArpSha) GetOXMValue() interface{}
- func (self *OxmArpSha) GetValue() net.HardwareAddr
- func (self *OxmArpSha) MarshalJSON() ([]byte, error)
- func (self *OxmArpSha) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmArpSha) SetValue(v net.HardwareAddr)
- type OxmArpShaMasked
- func (self *OxmArpShaMasked) GetOXMName() string
- func (self *OxmArpShaMasked) GetOXMValue() interface{}
- func (self *OxmArpShaMasked) GetOXMValueMask() interface{}
- func (self *OxmArpShaMasked) GetValue() net.HardwareAddr
- func (self *OxmArpShaMasked) GetValueMask() net.HardwareAddr
- func (self *OxmArpShaMasked) MarshalJSON() ([]byte, error)
- func (self *OxmArpShaMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmArpShaMasked) SetValue(v net.HardwareAddr)
- func (self *OxmArpShaMasked) SetValueMask(v net.HardwareAddr)
- type OxmArpSpa
- type OxmArpSpaMasked
- func (self *OxmArpSpaMasked) GetOXMName() string
- func (self *OxmArpSpaMasked) GetOXMValue() interface{}
- func (self *OxmArpSpaMasked) GetOXMValueMask() interface{}
- func (self *OxmArpSpaMasked) GetValue() uint32
- func (self *OxmArpSpaMasked) GetValueMask() uint32
- func (self *OxmArpSpaMasked) MarshalJSON() ([]byte, error)
- func (self *OxmArpSpaMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmArpSpaMasked) SetValue(v uint32)
- func (self *OxmArpSpaMasked) SetValueMask(v uint32)
- type OxmArpTha
- func (self *OxmArpTha) GetOXMName() string
- func (self *OxmArpTha) GetOXMValue() interface{}
- func (self *OxmArpTha) GetValue() net.HardwareAddr
- func (self *OxmArpTha) MarshalJSON() ([]byte, error)
- func (self *OxmArpTha) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmArpTha) SetValue(v net.HardwareAddr)
- type OxmArpThaMasked
- func (self *OxmArpThaMasked) GetOXMName() string
- func (self *OxmArpThaMasked) GetOXMValue() interface{}
- func (self *OxmArpThaMasked) GetOXMValueMask() interface{}
- func (self *OxmArpThaMasked) GetValue() net.HardwareAddr
- func (self *OxmArpThaMasked) GetValueMask() net.HardwareAddr
- func (self *OxmArpThaMasked) MarshalJSON() ([]byte, error)
- func (self *OxmArpThaMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmArpThaMasked) SetValue(v net.HardwareAddr)
- func (self *OxmArpThaMasked) SetValueMask(v net.HardwareAddr)
- type OxmArpTpa
- type OxmArpTpaMasked
- func (self *OxmArpTpaMasked) GetOXMName() string
- func (self *OxmArpTpaMasked) GetOXMValue() interface{}
- func (self *OxmArpTpaMasked) GetOXMValueMask() interface{}
- func (self *OxmArpTpaMasked) GetValue() uint32
- func (self *OxmArpTpaMasked) GetValueMask() uint32
- func (self *OxmArpTpaMasked) MarshalJSON() ([]byte, error)
- func (self *OxmArpTpaMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmArpTpaMasked) SetValue(v uint32)
- func (self *OxmArpTpaMasked) SetValueMask(v uint32)
- type OxmConnTrackingIpv6Dst
- func (self *OxmConnTrackingIpv6Dst) GetOXMName() string
- func (self *OxmConnTrackingIpv6Dst) GetOXMValue() interface{}
- func (self *OxmConnTrackingIpv6Dst) GetValue() net.IP
- func (self *OxmConnTrackingIpv6Dst) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingIpv6Dst) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingIpv6Dst) SetValue(v net.IP)
- type OxmConnTrackingIpv6DstMasked
- func (self *OxmConnTrackingIpv6DstMasked) GetOXMName() string
- func (self *OxmConnTrackingIpv6DstMasked) GetOXMValue() interface{}
- func (self *OxmConnTrackingIpv6DstMasked) GetOXMValueMask() interface{}
- func (self *OxmConnTrackingIpv6DstMasked) GetValue() net.IP
- func (self *OxmConnTrackingIpv6DstMasked) GetValueMask() net.IP
- func (self *OxmConnTrackingIpv6DstMasked) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingIpv6DstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingIpv6DstMasked) SetValue(v net.IP)
- func (self *OxmConnTrackingIpv6DstMasked) SetValueMask(v net.IP)
- type OxmConnTrackingIpv6Src
- func (self *OxmConnTrackingIpv6Src) GetOXMName() string
- func (self *OxmConnTrackingIpv6Src) GetOXMValue() interface{}
- func (self *OxmConnTrackingIpv6Src) GetValue() net.IP
- func (self *OxmConnTrackingIpv6Src) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingIpv6Src) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingIpv6Src) SetValue(v net.IP)
- type OxmConnTrackingIpv6SrcMasked
- func (self *OxmConnTrackingIpv6SrcMasked) GetOXMName() string
- func (self *OxmConnTrackingIpv6SrcMasked) GetOXMValue() interface{}
- func (self *OxmConnTrackingIpv6SrcMasked) GetOXMValueMask() interface{}
- func (self *OxmConnTrackingIpv6SrcMasked) GetValue() net.IP
- func (self *OxmConnTrackingIpv6SrcMasked) GetValueMask() net.IP
- func (self *OxmConnTrackingIpv6SrcMasked) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingIpv6SrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingIpv6SrcMasked) SetValue(v net.IP)
- func (self *OxmConnTrackingIpv6SrcMasked) SetValueMask(v net.IP)
- type OxmConnTrackingLabel
- func (self *OxmConnTrackingLabel) GetOXMName() string
- func (self *OxmConnTrackingLabel) GetOXMValue() interface{}
- func (self *OxmConnTrackingLabel) GetValue() uint128
- func (self *OxmConnTrackingLabel) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingLabel) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingLabel) SetValue(v uint128)
- type OxmConnTrackingLabelMasked
- func (self *OxmConnTrackingLabelMasked) GetOXMName() string
- func (self *OxmConnTrackingLabelMasked) GetOXMValue() interface{}
- func (self *OxmConnTrackingLabelMasked) GetOXMValueMask() interface{}
- func (self *OxmConnTrackingLabelMasked) GetValue() uint128
- func (self *OxmConnTrackingLabelMasked) GetValueMask() uint128
- func (self *OxmConnTrackingLabelMasked) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingLabelMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingLabelMasked) SetValue(v uint128)
- func (self *OxmConnTrackingLabelMasked) SetValueMask(v uint128)
- type OxmConnTrackingMark
- func (self *OxmConnTrackingMark) GetOXMName() string
- func (self *OxmConnTrackingMark) GetOXMValue() interface{}
- func (self *OxmConnTrackingMark) GetValue() uint32
- func (self *OxmConnTrackingMark) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingMark) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingMark) SetValue(v uint32)
- type OxmConnTrackingMarkMasked
- func (self *OxmConnTrackingMarkMasked) GetOXMName() string
- func (self *OxmConnTrackingMarkMasked) GetOXMValue() interface{}
- func (self *OxmConnTrackingMarkMasked) GetOXMValueMask() interface{}
- func (self *OxmConnTrackingMarkMasked) GetValue() uint32
- func (self *OxmConnTrackingMarkMasked) GetValueMask() uint32
- func (self *OxmConnTrackingMarkMasked) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingMarkMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingMarkMasked) SetValue(v uint32)
- func (self *OxmConnTrackingMarkMasked) SetValueMask(v uint32)
- type OxmConnTrackingNwDst
- func (self *OxmConnTrackingNwDst) GetOXMName() string
- func (self *OxmConnTrackingNwDst) GetOXMValue() interface{}
- func (self *OxmConnTrackingNwDst) GetValue() uint32
- func (self *OxmConnTrackingNwDst) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingNwDst) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingNwDst) SetValue(v uint32)
- type OxmConnTrackingNwDstMasked
- func (self *OxmConnTrackingNwDstMasked) GetOXMName() string
- func (self *OxmConnTrackingNwDstMasked) GetOXMValue() interface{}
- func (self *OxmConnTrackingNwDstMasked) GetOXMValueMask() interface{}
- func (self *OxmConnTrackingNwDstMasked) GetValue() uint32
- func (self *OxmConnTrackingNwDstMasked) GetValueMask() uint32
- func (self *OxmConnTrackingNwDstMasked) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingNwDstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingNwDstMasked) SetValue(v uint32)
- func (self *OxmConnTrackingNwDstMasked) SetValueMask(v uint32)
- type OxmConnTrackingNwProto
- func (self *OxmConnTrackingNwProto) GetOXMName() string
- func (self *OxmConnTrackingNwProto) GetOXMValue() interface{}
- func (self *OxmConnTrackingNwProto) GetValue() uint8
- func (self *OxmConnTrackingNwProto) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingNwProto) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingNwProto) SetValue(v uint8)
- type OxmConnTrackingNwProtoMasked
- func (self *OxmConnTrackingNwProtoMasked) GetOXMName() string
- func (self *OxmConnTrackingNwProtoMasked) GetOXMValue() interface{}
- func (self *OxmConnTrackingNwProtoMasked) GetOXMValueMask() interface{}
- func (self *OxmConnTrackingNwProtoMasked) GetValue() uint8
- func (self *OxmConnTrackingNwProtoMasked) GetValueMask() uint8
- func (self *OxmConnTrackingNwProtoMasked) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingNwProtoMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingNwProtoMasked) SetValue(v uint8)
- func (self *OxmConnTrackingNwProtoMasked) SetValueMask(v uint8)
- type OxmConnTrackingNwSrc
- func (self *OxmConnTrackingNwSrc) GetOXMName() string
- func (self *OxmConnTrackingNwSrc) GetOXMValue() interface{}
- func (self *OxmConnTrackingNwSrc) GetValue() uint32
- func (self *OxmConnTrackingNwSrc) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingNwSrc) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingNwSrc) SetValue(v uint32)
- type OxmConnTrackingNwSrcMasked
- func (self *OxmConnTrackingNwSrcMasked) GetOXMName() string
- func (self *OxmConnTrackingNwSrcMasked) GetOXMValue() interface{}
- func (self *OxmConnTrackingNwSrcMasked) GetOXMValueMask() interface{}
- func (self *OxmConnTrackingNwSrcMasked) GetValue() uint32
- func (self *OxmConnTrackingNwSrcMasked) GetValueMask() uint32
- func (self *OxmConnTrackingNwSrcMasked) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingNwSrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingNwSrcMasked) SetValue(v uint32)
- func (self *OxmConnTrackingNwSrcMasked) SetValueMask(v uint32)
- type OxmConnTrackingState
- func (self *OxmConnTrackingState) GetOXMName() string
- func (self *OxmConnTrackingState) GetOXMValue() interface{}
- func (self *OxmConnTrackingState) GetValue() CsStates
- func (self *OxmConnTrackingState) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingState) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingState) SetValue(v CsStates)
- type OxmConnTrackingStateMasked
- func (self *OxmConnTrackingStateMasked) GetOXMName() string
- func (self *OxmConnTrackingStateMasked) GetOXMValue() interface{}
- func (self *OxmConnTrackingStateMasked) GetOXMValueMask() interface{}
- func (self *OxmConnTrackingStateMasked) GetValue() CsStates
- func (self *OxmConnTrackingStateMasked) GetValueMask() CsStates
- func (self *OxmConnTrackingStateMasked) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingStateMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingStateMasked) SetValue(v CsStates)
- func (self *OxmConnTrackingStateMasked) SetValueMask(v CsStates)
- type OxmConnTrackingTpDst
- func (self *OxmConnTrackingTpDst) GetOXMName() string
- func (self *OxmConnTrackingTpDst) GetOXMValue() interface{}
- func (self *OxmConnTrackingTpDst) GetValue() uint16
- func (self *OxmConnTrackingTpDst) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingTpDst) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingTpDst) SetValue(v uint16)
- type OxmConnTrackingTpDstMasked
- func (self *OxmConnTrackingTpDstMasked) GetOXMName() string
- func (self *OxmConnTrackingTpDstMasked) GetOXMValue() interface{}
- func (self *OxmConnTrackingTpDstMasked) GetOXMValueMask() interface{}
- func (self *OxmConnTrackingTpDstMasked) GetValue() uint16
- func (self *OxmConnTrackingTpDstMasked) GetValueMask() uint16
- func (self *OxmConnTrackingTpDstMasked) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingTpDstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingTpDstMasked) SetValue(v uint16)
- func (self *OxmConnTrackingTpDstMasked) SetValueMask(v uint16)
- type OxmConnTrackingTpSrc
- func (self *OxmConnTrackingTpSrc) GetOXMName() string
- func (self *OxmConnTrackingTpSrc) GetOXMValue() interface{}
- func (self *OxmConnTrackingTpSrc) GetValue() uint16
- func (self *OxmConnTrackingTpSrc) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingTpSrc) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingTpSrc) SetValue(v uint16)
- type OxmConnTrackingTpSrcMasked
- func (self *OxmConnTrackingTpSrcMasked) GetOXMName() string
- func (self *OxmConnTrackingTpSrcMasked) GetOXMValue() interface{}
- func (self *OxmConnTrackingTpSrcMasked) GetOXMValueMask() interface{}
- func (self *OxmConnTrackingTpSrcMasked) GetValue() uint16
- func (self *OxmConnTrackingTpSrcMasked) GetValueMask() uint16
- func (self *OxmConnTrackingTpSrcMasked) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingTpSrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingTpSrcMasked) SetValue(v uint16)
- func (self *OxmConnTrackingTpSrcMasked) SetValueMask(v uint16)
- type OxmConnTrackingZone
- func (self *OxmConnTrackingZone) GetOXMName() string
- func (self *OxmConnTrackingZone) GetOXMValue() interface{}
- func (self *OxmConnTrackingZone) GetValue() uint16
- func (self *OxmConnTrackingZone) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingZone) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingZone) SetValue(v uint16)
- type OxmConnTrackingZoneMasked
- func (self *OxmConnTrackingZoneMasked) GetOXMName() string
- func (self *OxmConnTrackingZoneMasked) GetOXMValue() interface{}
- func (self *OxmConnTrackingZoneMasked) GetOXMValueMask() interface{}
- func (self *OxmConnTrackingZoneMasked) GetValue() uint16
- func (self *OxmConnTrackingZoneMasked) GetValueMask() uint16
- func (self *OxmConnTrackingZoneMasked) MarshalJSON() ([]byte, error)
- func (self *OxmConnTrackingZoneMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmConnTrackingZoneMasked) SetValue(v uint16)
- func (self *OxmConnTrackingZoneMasked) SetValueMask(v uint16)
- type OxmEthDst
- func (self *OxmEthDst) GetOXMName() string
- func (self *OxmEthDst) GetOXMValue() interface{}
- func (self *OxmEthDst) GetValue() net.HardwareAddr
- func (self *OxmEthDst) MarshalJSON() ([]byte, error)
- func (self *OxmEthDst) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmEthDst) SetValue(v net.HardwareAddr)
- type OxmEthDstMasked
- func (self *OxmEthDstMasked) GetOXMName() string
- func (self *OxmEthDstMasked) GetOXMValue() interface{}
- func (self *OxmEthDstMasked) GetOXMValueMask() interface{}
- func (self *OxmEthDstMasked) GetValue() net.HardwareAddr
- func (self *OxmEthDstMasked) GetValueMask() net.HardwareAddr
- func (self *OxmEthDstMasked) MarshalJSON() ([]byte, error)
- func (self *OxmEthDstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmEthDstMasked) SetValue(v net.HardwareAddr)
- func (self *OxmEthDstMasked) SetValueMask(v net.HardwareAddr)
- type OxmEthSrc
- func (self *OxmEthSrc) GetOXMName() string
- func (self *OxmEthSrc) GetOXMValue() interface{}
- func (self *OxmEthSrc) GetValue() net.HardwareAddr
- func (self *OxmEthSrc) MarshalJSON() ([]byte, error)
- func (self *OxmEthSrc) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmEthSrc) SetValue(v net.HardwareAddr)
- type OxmEthSrcMasked
- func (self *OxmEthSrcMasked) GetOXMName() string
- func (self *OxmEthSrcMasked) GetOXMValue() interface{}
- func (self *OxmEthSrcMasked) GetOXMValueMask() interface{}
- func (self *OxmEthSrcMasked) GetValue() net.HardwareAddr
- func (self *OxmEthSrcMasked) GetValueMask() net.HardwareAddr
- func (self *OxmEthSrcMasked) MarshalJSON() ([]byte, error)
- func (self *OxmEthSrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmEthSrcMasked) SetValue(v net.HardwareAddr)
- func (self *OxmEthSrcMasked) SetValueMask(v net.HardwareAddr)
- type OxmEthType
- func (self *OxmEthType) GetOXMName() string
- func (self *OxmEthType) GetOXMValue() interface{}
- func (self *OxmEthType) GetValue() EthernetType
- func (self *OxmEthType) MarshalJSON() ([]byte, error)
- func (self *OxmEthType) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmEthType) SetValue(v EthernetType)
- type OxmEthTypeMasked
- func (self *OxmEthTypeMasked) GetOXMName() string
- func (self *OxmEthTypeMasked) GetOXMValue() interface{}
- func (self *OxmEthTypeMasked) GetOXMValueMask() interface{}
- func (self *OxmEthTypeMasked) GetValue() EthernetType
- func (self *OxmEthTypeMasked) GetValueMask() uint16
- func (self *OxmEthTypeMasked) MarshalJSON() ([]byte, error)
- func (self *OxmEthTypeMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmEthTypeMasked) SetValue(v EthernetType)
- func (self *OxmEthTypeMasked) SetValueMask(v uint16)
- type OxmIcmpv4Code
- func (self *OxmIcmpv4Code) GetOXMName() string
- func (self *OxmIcmpv4Code) GetOXMValue() interface{}
- func (self *OxmIcmpv4Code) GetValue() uint8
- func (self *OxmIcmpv4Code) MarshalJSON() ([]byte, error)
- func (self *OxmIcmpv4Code) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIcmpv4Code) SetValue(v uint8)
- type OxmIcmpv4CodeMasked
- func (self *OxmIcmpv4CodeMasked) GetOXMName() string
- func (self *OxmIcmpv4CodeMasked) GetOXMValue() interface{}
- func (self *OxmIcmpv4CodeMasked) GetOXMValueMask() interface{}
- func (self *OxmIcmpv4CodeMasked) GetValue() uint8
- func (self *OxmIcmpv4CodeMasked) GetValueMask() uint8
- func (self *OxmIcmpv4CodeMasked) MarshalJSON() ([]byte, error)
- func (self *OxmIcmpv4CodeMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIcmpv4CodeMasked) SetValue(v uint8)
- func (self *OxmIcmpv4CodeMasked) SetValueMask(v uint8)
- type OxmIcmpv4Type
- func (self *OxmIcmpv4Type) GetOXMName() string
- func (self *OxmIcmpv4Type) GetOXMValue() interface{}
- func (self *OxmIcmpv4Type) GetValue() IcmpType
- func (self *OxmIcmpv4Type) MarshalJSON() ([]byte, error)
- func (self *OxmIcmpv4Type) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIcmpv4Type) SetValue(v IcmpType)
- type OxmIcmpv4TypeMasked
- func (self *OxmIcmpv4TypeMasked) GetOXMName() string
- func (self *OxmIcmpv4TypeMasked) GetOXMValue() interface{}
- func (self *OxmIcmpv4TypeMasked) GetOXMValueMask() interface{}
- func (self *OxmIcmpv4TypeMasked) GetValue() IcmpType
- func (self *OxmIcmpv4TypeMasked) GetValueMask() uint8
- func (self *OxmIcmpv4TypeMasked) MarshalJSON() ([]byte, error)
- func (self *OxmIcmpv4TypeMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIcmpv4TypeMasked) SetValue(v IcmpType)
- func (self *OxmIcmpv4TypeMasked) SetValueMask(v uint8)
- type OxmIcmpv6Code
- func (self *OxmIcmpv6Code) GetOXMName() string
- func (self *OxmIcmpv6Code) GetOXMValue() interface{}
- func (self *OxmIcmpv6Code) GetValue() uint8
- func (self *OxmIcmpv6Code) MarshalJSON() ([]byte, error)
- func (self *OxmIcmpv6Code) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIcmpv6Code) SetValue(v uint8)
- type OxmIcmpv6CodeMasked
- func (self *OxmIcmpv6CodeMasked) GetOXMName() string
- func (self *OxmIcmpv6CodeMasked) GetOXMValue() interface{}
- func (self *OxmIcmpv6CodeMasked) GetOXMValueMask() interface{}
- func (self *OxmIcmpv6CodeMasked) GetValue() uint8
- func (self *OxmIcmpv6CodeMasked) GetValueMask() uint8
- func (self *OxmIcmpv6CodeMasked) MarshalJSON() ([]byte, error)
- func (self *OxmIcmpv6CodeMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIcmpv6CodeMasked) SetValue(v uint8)
- func (self *OxmIcmpv6CodeMasked) SetValueMask(v uint8)
- type OxmIcmpv6Type
- func (self *OxmIcmpv6Type) GetOXMName() string
- func (self *OxmIcmpv6Type) GetOXMValue() interface{}
- func (self *OxmIcmpv6Type) GetValue() Icmpv6Type
- func (self *OxmIcmpv6Type) MarshalJSON() ([]byte, error)
- func (self *OxmIcmpv6Type) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIcmpv6Type) SetValue(v Icmpv6Type)
- type OxmIcmpv6TypeMasked
- func (self *OxmIcmpv6TypeMasked) GetOXMName() string
- func (self *OxmIcmpv6TypeMasked) GetOXMValue() interface{}
- func (self *OxmIcmpv6TypeMasked) GetOXMValueMask() interface{}
- func (self *OxmIcmpv6TypeMasked) GetValue() Icmpv6Type
- func (self *OxmIcmpv6TypeMasked) GetValueMask() uint8
- func (self *OxmIcmpv6TypeMasked) MarshalJSON() ([]byte, error)
- func (self *OxmIcmpv6TypeMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIcmpv6TypeMasked) SetValue(v Icmpv6Type)
- func (self *OxmIcmpv6TypeMasked) SetValueMask(v uint8)
- type OxmId
- type OxmIdArpOp
- type OxmIdArpOpMasked
- type OxmIdArpSha
- type OxmIdArpShaMasked
- type OxmIdArpSpa
- type OxmIdArpSpaMasked
- type OxmIdArpTha
- type OxmIdArpThaMasked
- type OxmIdArpTpa
- type OxmIdArpTpaMasked
- type OxmIdConjId
- type OxmIdConnTrackingIpv6Dst
- type OxmIdConnTrackingIpv6DstMasked
- type OxmIdConnTrackingIpv6Src
- type OxmIdConnTrackingIpv6SrcMasked
- type OxmIdConnTrackingLabel
- type OxmIdConnTrackingLabelMasked
- type OxmIdConnTrackingMark
- type OxmIdConnTrackingMarkMasked
- type OxmIdConnTrackingNwDst
- type OxmIdConnTrackingNwDstMasked
- type OxmIdConnTrackingNwProto
- type OxmIdConnTrackingNwProtoMasked
- type OxmIdConnTrackingNwSrc
- type OxmIdConnTrackingNwSrcMasked
- type OxmIdConnTrackingState
- type OxmIdConnTrackingStateMasked
- type OxmIdConnTrackingTpDst
- type OxmIdConnTrackingTpDstMasked
- type OxmIdConnTrackingTpSrc
- type OxmIdConnTrackingTpSrcMasked
- type OxmIdConnTrackingZone
- type OxmIdConnTrackingZoneMasked
- type OxmIdCtIpv6Dst
- type OxmIdCtIpv6DstMasked
- type OxmIdCtIpv6Src
- type OxmIdCtIpv6SrcMasked
- type OxmIdCtLabel
- type OxmIdCtLabelMasked
- type OxmIdCtMark
- type OxmIdCtMarkMasked
- type OxmIdCtNwDst
- type OxmIdCtNwDstMasked
- type OxmIdCtNwProto
- type OxmIdCtNwSrc
- type OxmIdCtNwSrcMasked
- type OxmIdCtState
- type OxmIdCtStateMasked
- type OxmIdCtTpDst
- type OxmIdCtTpDstMasked
- type OxmIdCtTpSrc
- type OxmIdCtTpSrcMasked
- type OxmIdCtZone
- type OxmIdDpHash
- type OxmIdDpHashMasked
- type OxmIdEthDst
- type OxmIdEthDstMasked
- type OxmIdEthSrc
- type OxmIdEthSrcMasked
- type OxmIdEthType
- type OxmIdEthTypeMasked
- type OxmIdIcmpCode
- type OxmIdIcmpType
- type OxmIdIcmpv4Code
- type OxmIdIcmpv4CodeMasked
- type OxmIdIcmpv4Type
- type OxmIdIcmpv4TypeMasked
- type OxmIdIcmpv6Code
- type OxmIdIcmpv6CodeMasked
- type OxmIdIcmpv6Type
- type OxmIdIcmpv6TypeMasked
- type OxmIdInPhyPort
- type OxmIdInPhyPortMasked
- type OxmIdInPort
- type OxmIdInPortMasked
- type OxmIdIpDscp
- type OxmIdIpDscpMasked
- type OxmIdIpDst
- type OxmIdIpDstMasked
- type OxmIdIpEcn
- type OxmIdIpEcnMasked
- type OxmIdIpFrag
- type OxmIdIpFragMasked
- type OxmIdIpProto
- type OxmIdIpProtoMasked
- type OxmIdIpSrc
- type OxmIdIpSrcMasked
- type OxmIdIpv4Dst
- type OxmIdIpv4DstMasked
- type OxmIdIpv4Src
- type OxmIdIpv4SrcMasked
- type OxmIdIpv6Dst
- type OxmIdIpv6DstMasked
- type OxmIdIpv6Flabel
- type OxmIdIpv6FlabelMasked
- type OxmIdIpv6Label
- type OxmIdIpv6LabelMasked
- type OxmIdIpv6NdSll
- type OxmIdIpv6NdSllMasked
- type OxmIdIpv6NdTarget
- type OxmIdIpv6NdTargetMasked
- type OxmIdIpv6NdTll
- type OxmIdIpv6NdTllMasked
- type OxmIdIpv6Src
- type OxmIdIpv6SrcMasked
- type OxmIdMetadata
- type OxmIdMetadataMasked
- type OxmIdMplsLabel
- type OxmIdMplsLabelMasked
- type OxmIdMplsTc
- type OxmIdMplsTcMasked
- type OxmIdMplsTtl
- type OxmIdNdSll
- type OxmIdNdSllMasked
- type OxmIdNdTarget
- type OxmIdNdTargetMasked
- type OxmIdNdTll
- type OxmIdNdTllMasked
- type OxmIdNwEcn
- type OxmIdNwProto
- type OxmIdNwTos
- type OxmIdNwTtl
- type OxmIdPktMark
- type OxmIdPktMarkMasked
- type OxmIdRecircId
- type OxmIdReg0
- type OxmIdReg0Masked
- type OxmIdReg1
- type OxmIdReg10
- type OxmIdReg10Masked
- type OxmIdReg11
- type OxmIdReg11Masked
- type OxmIdReg12
- type OxmIdReg12Masked
- type OxmIdReg13
- type OxmIdReg13Masked
- type OxmIdReg14
- type OxmIdReg14Masked
- type OxmIdReg15
- type OxmIdReg15Masked
- type OxmIdReg1Masked
- type OxmIdReg2
- type OxmIdReg2Masked
- type OxmIdReg3
- type OxmIdReg3Masked
- type OxmIdReg4
- type OxmIdReg4Masked
- type OxmIdReg5
- type OxmIdReg5Masked
- type OxmIdReg6
- type OxmIdReg6Masked
- type OxmIdReg7
- type OxmIdReg7Masked
- type OxmIdReg8
- type OxmIdReg8Masked
- type OxmIdReg9
- type OxmIdReg9Masked
- type OxmIdSctpDst
- type OxmIdSctpDstMasked
- type OxmIdSctpSrc
- type OxmIdSctpSrcMasked
- type OxmIdTcpDst
- type OxmIdTcpDstMasked
- type OxmIdTcpFlags
- type OxmIdTcpFlagsMasked
- type OxmIdTcpSrc
- type OxmIdTcpSrcMasked
- type OxmIdTunDst
- type OxmIdTunDstMasked
- type OxmIdTunFlags
- type OxmIdTunFlagsMasked
- type OxmIdTunGbpFlags
- type OxmIdTunGbpFlagsMasked
- type OxmIdTunGbpId
- type OxmIdTunGbpIdMasked
- type OxmIdTunId
- type OxmIdTunIdMasked
- type OxmIdTunIpv6Dst
- type OxmIdTunIpv6DstMasked
- type OxmIdTunIpv6Src
- type OxmIdTunIpv6SrcMasked
- type OxmIdTunMetadata0
- type OxmIdTunMetadata0Masked
- type OxmIdTunMetadata1
- type OxmIdTunMetadata10
- type OxmIdTunMetadata10Masked
- type OxmIdTunMetadata11
- type OxmIdTunMetadata11Masked
- type OxmIdTunMetadata12
- type OxmIdTunMetadata12Masked
- type OxmIdTunMetadata13
- type OxmIdTunMetadata13Masked
- type OxmIdTunMetadata14
- type OxmIdTunMetadata14Masked
- type OxmIdTunMetadata15
- type OxmIdTunMetadata15Masked
- type OxmIdTunMetadata16
- type OxmIdTunMetadata16Masked
- type OxmIdTunMetadata17
- type OxmIdTunMetadata17Masked
- type OxmIdTunMetadata18
- type OxmIdTunMetadata18Masked
- type OxmIdTunMetadata19
- type OxmIdTunMetadata19Masked
- type OxmIdTunMetadata1Masked
- type OxmIdTunMetadata2
- type OxmIdTunMetadata20
- type OxmIdTunMetadata20Masked
- type OxmIdTunMetadata21
- type OxmIdTunMetadata21Masked
- type OxmIdTunMetadata22
- type OxmIdTunMetadata22Masked
- type OxmIdTunMetadata23
- type OxmIdTunMetadata23Masked
- type OxmIdTunMetadata24
- type OxmIdTunMetadata24Masked
- type OxmIdTunMetadata25
- type OxmIdTunMetadata25Masked
- type OxmIdTunMetadata26
- type OxmIdTunMetadata26Masked
- type OxmIdTunMetadata27
- type OxmIdTunMetadata27Masked
- type OxmIdTunMetadata28
- type OxmIdTunMetadata28Masked
- type OxmIdTunMetadata29
- type OxmIdTunMetadata29Masked
- type OxmIdTunMetadata2Masked
- type OxmIdTunMetadata3
- type OxmIdTunMetadata30
- type OxmIdTunMetadata30Masked
- type OxmIdTunMetadata31
- type OxmIdTunMetadata31Masked
- type OxmIdTunMetadata32
- type OxmIdTunMetadata32Masked
- type OxmIdTunMetadata33
- type OxmIdTunMetadata33Masked
- type OxmIdTunMetadata34
- type OxmIdTunMetadata34Masked
- type OxmIdTunMetadata35
- type OxmIdTunMetadata35Masked
- type OxmIdTunMetadata36
- type OxmIdTunMetadata36Masked
- type OxmIdTunMetadata37
- type OxmIdTunMetadata37Masked
- type OxmIdTunMetadata38
- type OxmIdTunMetadata38Masked
- type OxmIdTunMetadata39
- type OxmIdTunMetadata39Masked
- type OxmIdTunMetadata3Masked
- type OxmIdTunMetadata4
- type OxmIdTunMetadata40
- type OxmIdTunMetadata40Masked
- type OxmIdTunMetadata41
- type OxmIdTunMetadata41Masked
- type OxmIdTunMetadata42
- type OxmIdTunMetadata42Masked
- type OxmIdTunMetadata43
- type OxmIdTunMetadata43Masked
- type OxmIdTunMetadata44
- type OxmIdTunMetadata44Masked
- type OxmIdTunMetadata45
- type OxmIdTunMetadata45Masked
- type OxmIdTunMetadata46
- type OxmIdTunMetadata46Masked
- type OxmIdTunMetadata47
- type OxmIdTunMetadata47Masked
- type OxmIdTunMetadata48
- type OxmIdTunMetadata48Masked
- type OxmIdTunMetadata49
- type OxmIdTunMetadata49Masked
- type OxmIdTunMetadata4Masked
- type OxmIdTunMetadata5
- type OxmIdTunMetadata50
- type OxmIdTunMetadata50Masked
- type OxmIdTunMetadata51
- type OxmIdTunMetadata51Masked
- type OxmIdTunMetadata52
- type OxmIdTunMetadata52Masked
- type OxmIdTunMetadata53
- type OxmIdTunMetadata53Masked
- type OxmIdTunMetadata54
- type OxmIdTunMetadata54Masked
- type OxmIdTunMetadata55
- type OxmIdTunMetadata55Masked
- type OxmIdTunMetadata56
- type OxmIdTunMetadata56Masked
- type OxmIdTunMetadata57
- type OxmIdTunMetadata57Masked
- type OxmIdTunMetadata58
- type OxmIdTunMetadata58Masked
- type OxmIdTunMetadata59
- type OxmIdTunMetadata59Masked
- type OxmIdTunMetadata5Masked
- type OxmIdTunMetadata6
- type OxmIdTunMetadata60
- type OxmIdTunMetadata60Masked
- type OxmIdTunMetadata61
- type OxmIdTunMetadata61Masked
- type OxmIdTunMetadata62
- type OxmIdTunMetadata62Masked
- type OxmIdTunMetadata63
- type OxmIdTunMetadata63Masked
- type OxmIdTunMetadata6Masked
- type OxmIdTunMetadata7
- type OxmIdTunMetadata7Masked
- type OxmIdTunMetadata8
- type OxmIdTunMetadata8Masked
- type OxmIdTunMetadata9
- type OxmIdTunMetadata9Masked
- type OxmIdTunSrc
- type OxmIdTunSrcMasked
- type OxmIdUdpDst
- type OxmIdUdpDstMasked
- type OxmIdUdpSrc
- type OxmIdUdpSrcMasked
- type OxmIdVlanPcp
- type OxmIdVlanPcpMasked
- type OxmIdVlanTci
- type OxmIdVlanTciMasked
- type OxmIdVlanVid
- type OxmIdVlanVidMasked
- type OxmIdXxreg0
- type OxmIdXxreg0Masked
- type OxmIdXxreg1
- type OxmIdXxreg1Masked
- type OxmIdXxreg2
- type OxmIdXxreg2Masked
- type OxmIdXxreg3
- type OxmIdXxreg3Masked
- type OxmInPhyPort
- func (self *OxmInPhyPort) GetOXMName() string
- func (self *OxmInPhyPort) GetOXMValue() interface{}
- func (self *OxmInPhyPort) GetValue() Port
- func (self *OxmInPhyPort) MarshalJSON() ([]byte, error)
- func (self *OxmInPhyPort) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmInPhyPort) SetValue(v Port)
- type OxmInPhyPortMasked
- func (self *OxmInPhyPortMasked) GetOXMName() string
- func (self *OxmInPhyPortMasked) GetOXMValue() interface{}
- func (self *OxmInPhyPortMasked) GetOXMValueMask() interface{}
- func (self *OxmInPhyPortMasked) GetValue() Port
- func (self *OxmInPhyPortMasked) GetValueMask() Port
- func (self *OxmInPhyPortMasked) MarshalJSON() ([]byte, error)
- func (self *OxmInPhyPortMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmInPhyPortMasked) SetValue(v Port)
- func (self *OxmInPhyPortMasked) SetValueMask(v Port)
- type OxmInPort
- type OxmInPortMasked
- func (self *OxmInPortMasked) GetOXMName() string
- func (self *OxmInPortMasked) GetOXMValue() interface{}
- func (self *OxmInPortMasked) GetOXMValueMask() interface{}
- func (self *OxmInPortMasked) GetValue() Port
- func (self *OxmInPortMasked) GetValueMask() Port
- func (self *OxmInPortMasked) MarshalJSON() ([]byte, error)
- func (self *OxmInPortMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmInPortMasked) SetValue(v Port)
- func (self *OxmInPortMasked) SetValueMask(v Port)
- type OxmIpDscp
- type OxmIpDscpMasked
- func (self *OxmIpDscpMasked) GetOXMName() string
- func (self *OxmIpDscpMasked) GetOXMValue() interface{}
- func (self *OxmIpDscpMasked) GetOXMValueMask() interface{}
- func (self *OxmIpDscpMasked) GetValue() uint8
- func (self *OxmIpDscpMasked) GetValueMask() uint8
- func (self *OxmIpDscpMasked) MarshalJSON() ([]byte, error)
- func (self *OxmIpDscpMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIpDscpMasked) SetValue(v uint8)
- func (self *OxmIpDscpMasked) SetValueMask(v uint8)
- type OxmIpEcn
- type OxmIpEcnMasked
- func (self *OxmIpEcnMasked) GetOXMName() string
- func (self *OxmIpEcnMasked) GetOXMValue() interface{}
- func (self *OxmIpEcnMasked) GetOXMValueMask() interface{}
- func (self *OxmIpEcnMasked) GetValue() uint8
- func (self *OxmIpEcnMasked) GetValueMask() uint8
- func (self *OxmIpEcnMasked) MarshalJSON() ([]byte, error)
- func (self *OxmIpEcnMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIpEcnMasked) SetValue(v uint8)
- func (self *OxmIpEcnMasked) SetValueMask(v uint8)
- type OxmIpProto
- func (self *OxmIpProto) GetOXMName() string
- func (self *OxmIpProto) GetOXMValue() interface{}
- func (self *OxmIpProto) GetValue() IpPrototype
- func (self *OxmIpProto) MarshalJSON() ([]byte, error)
- func (self *OxmIpProto) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIpProto) SetValue(v IpPrototype)
- type OxmIpProtoMasked
- func (self *OxmIpProtoMasked) GetOXMName() string
- func (self *OxmIpProtoMasked) GetOXMValue() interface{}
- func (self *OxmIpProtoMasked) GetOXMValueMask() interface{}
- func (self *OxmIpProtoMasked) GetValue() IpPrototype
- func (self *OxmIpProtoMasked) GetValueMask() uint8
- func (self *OxmIpProtoMasked) MarshalJSON() ([]byte, error)
- func (self *OxmIpProtoMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIpProtoMasked) SetValue(v IpPrototype)
- func (self *OxmIpProtoMasked) SetValueMask(v uint8)
- type OxmIpv4Dst
- type OxmIpv4DstMasked
- func (self *OxmIpv4DstMasked) GetOXMName() string
- func (self *OxmIpv4DstMasked) GetOXMValue() interface{}
- func (self *OxmIpv4DstMasked) GetOXMValueMask() interface{}
- func (self *OxmIpv4DstMasked) GetValue() net.IP
- func (self *OxmIpv4DstMasked) GetValueMask() net.IP
- func (self *OxmIpv4DstMasked) MarshalJSON() ([]byte, error)
- func (self *OxmIpv4DstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIpv4DstMasked) SetValue(v net.IP)
- func (self *OxmIpv4DstMasked) SetValueMask(v net.IP)
- type OxmIpv4Src
- type OxmIpv4SrcMasked
- func (self *OxmIpv4SrcMasked) GetOXMName() string
- func (self *OxmIpv4SrcMasked) GetOXMValue() interface{}
- func (self *OxmIpv4SrcMasked) GetOXMValueMask() interface{}
- func (self *OxmIpv4SrcMasked) GetValue() net.IP
- func (self *OxmIpv4SrcMasked) GetValueMask() net.IP
- func (self *OxmIpv4SrcMasked) MarshalJSON() ([]byte, error)
- func (self *OxmIpv4SrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIpv4SrcMasked) SetValue(v net.IP)
- func (self *OxmIpv4SrcMasked) SetValueMask(v net.IP)
- type OxmIpv6Dst
- type OxmIpv6DstMasked
- func (self *OxmIpv6DstMasked) GetOXMName() string
- func (self *OxmIpv6DstMasked) GetOXMValue() interface{}
- func (self *OxmIpv6DstMasked) GetOXMValueMask() interface{}
- func (self *OxmIpv6DstMasked) GetValue() net.IP
- func (self *OxmIpv6DstMasked) GetValueMask() net.IP
- func (self *OxmIpv6DstMasked) MarshalJSON() ([]byte, error)
- func (self *OxmIpv6DstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIpv6DstMasked) SetValue(v net.IP)
- func (self *OxmIpv6DstMasked) SetValueMask(v net.IP)
- type OxmIpv6Flabel
- func (self *OxmIpv6Flabel) GetOXMName() string
- func (self *OxmIpv6Flabel) GetOXMValue() interface{}
- func (self *OxmIpv6Flabel) GetValue() uint32
- func (self *OxmIpv6Flabel) MarshalJSON() ([]byte, error)
- func (self *OxmIpv6Flabel) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIpv6Flabel) SetValue(v uint32)
- type OxmIpv6FlabelMasked
- func (self *OxmIpv6FlabelMasked) GetOXMName() string
- func (self *OxmIpv6FlabelMasked) GetOXMValue() interface{}
- func (self *OxmIpv6FlabelMasked) GetOXMValueMask() interface{}
- func (self *OxmIpv6FlabelMasked) GetValue() uint32
- func (self *OxmIpv6FlabelMasked) GetValueMask() uint32
- func (self *OxmIpv6FlabelMasked) MarshalJSON() ([]byte, error)
- func (self *OxmIpv6FlabelMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIpv6FlabelMasked) SetValue(v uint32)
- func (self *OxmIpv6FlabelMasked) SetValueMask(v uint32)
- type OxmIpv6NdSll
- func (self *OxmIpv6NdSll) GetOXMName() string
- func (self *OxmIpv6NdSll) GetOXMValue() interface{}
- func (self *OxmIpv6NdSll) GetValue() net.HardwareAddr
- func (self *OxmIpv6NdSll) MarshalJSON() ([]byte, error)
- func (self *OxmIpv6NdSll) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIpv6NdSll) SetValue(v net.HardwareAddr)
- type OxmIpv6NdSllMasked
- func (self *OxmIpv6NdSllMasked) GetOXMName() string
- func (self *OxmIpv6NdSllMasked) GetOXMValue() interface{}
- func (self *OxmIpv6NdSllMasked) GetOXMValueMask() interface{}
- func (self *OxmIpv6NdSllMasked) GetValue() net.HardwareAddr
- func (self *OxmIpv6NdSllMasked) GetValueMask() net.HardwareAddr
- func (self *OxmIpv6NdSllMasked) MarshalJSON() ([]byte, error)
- func (self *OxmIpv6NdSllMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIpv6NdSllMasked) SetValue(v net.HardwareAddr)
- func (self *OxmIpv6NdSllMasked) SetValueMask(v net.HardwareAddr)
- type OxmIpv6NdTarget
- func (self *OxmIpv6NdTarget) GetOXMName() string
- func (self *OxmIpv6NdTarget) GetOXMValue() interface{}
- func (self *OxmIpv6NdTarget) GetValue() net.IP
- func (self *OxmIpv6NdTarget) MarshalJSON() ([]byte, error)
- func (self *OxmIpv6NdTarget) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIpv6NdTarget) SetValue(v net.IP)
- type OxmIpv6NdTargetMasked
- func (self *OxmIpv6NdTargetMasked) GetOXMName() string
- func (self *OxmIpv6NdTargetMasked) GetOXMValue() interface{}
- func (self *OxmIpv6NdTargetMasked) GetOXMValueMask() interface{}
- func (self *OxmIpv6NdTargetMasked) GetValue() net.IP
- func (self *OxmIpv6NdTargetMasked) GetValueMask() net.IP
- func (self *OxmIpv6NdTargetMasked) MarshalJSON() ([]byte, error)
- func (self *OxmIpv6NdTargetMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIpv6NdTargetMasked) SetValue(v net.IP)
- func (self *OxmIpv6NdTargetMasked) SetValueMask(v net.IP)
- type OxmIpv6NdTll
- func (self *OxmIpv6NdTll) GetOXMName() string
- func (self *OxmIpv6NdTll) GetOXMValue() interface{}
- func (self *OxmIpv6NdTll) GetValue() net.HardwareAddr
- func (self *OxmIpv6NdTll) MarshalJSON() ([]byte, error)
- func (self *OxmIpv6NdTll) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIpv6NdTll) SetValue(v net.HardwareAddr)
- type OxmIpv6NdTllMasked
- func (self *OxmIpv6NdTllMasked) GetOXMName() string
- func (self *OxmIpv6NdTllMasked) GetOXMValue() interface{}
- func (self *OxmIpv6NdTllMasked) GetOXMValueMask() interface{}
- func (self *OxmIpv6NdTllMasked) GetValue() net.HardwareAddr
- func (self *OxmIpv6NdTllMasked) GetValueMask() net.HardwareAddr
- func (self *OxmIpv6NdTllMasked) MarshalJSON() ([]byte, error)
- func (self *OxmIpv6NdTllMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIpv6NdTllMasked) SetValue(v net.HardwareAddr)
- func (self *OxmIpv6NdTllMasked) SetValueMask(v net.HardwareAddr)
- type OxmIpv6Src
- type OxmIpv6SrcMasked
- func (self *OxmIpv6SrcMasked) GetOXMName() string
- func (self *OxmIpv6SrcMasked) GetOXMValue() interface{}
- func (self *OxmIpv6SrcMasked) GetOXMValueMask() interface{}
- func (self *OxmIpv6SrcMasked) GetValue() net.IP
- func (self *OxmIpv6SrcMasked) GetValueMask() net.IP
- func (self *OxmIpv6SrcMasked) MarshalJSON() ([]byte, error)
- func (self *OxmIpv6SrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIpv6SrcMasked) SetValue(v net.IP)
- func (self *OxmIpv6SrcMasked) SetValueMask(v net.IP)
- type OxmMetadata
- func (self *OxmMetadata) GetOXMName() string
- func (self *OxmMetadata) GetOXMValue() interface{}
- func (self *OxmMetadata) GetValue() uint64
- func (self *OxmMetadata) MarshalJSON() ([]byte, error)
- func (self *OxmMetadata) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmMetadata) SetValue(v uint64)
- type OxmMetadataMasked
- func (self *OxmMetadataMasked) GetOXMName() string
- func (self *OxmMetadataMasked) GetOXMValue() interface{}
- func (self *OxmMetadataMasked) GetOXMValueMask() interface{}
- func (self *OxmMetadataMasked) GetValue() uint64
- func (self *OxmMetadataMasked) GetValueMask() uint64
- func (self *OxmMetadataMasked) MarshalJSON() ([]byte, error)
- func (self *OxmMetadataMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmMetadataMasked) SetValue(v uint64)
- func (self *OxmMetadataMasked) SetValueMask(v uint64)
- type OxmMplsLabel
- func (self *OxmMplsLabel) GetOXMName() string
- func (self *OxmMplsLabel) GetOXMValue() interface{}
- func (self *OxmMplsLabel) GetValue() uint32
- func (self *OxmMplsLabel) MarshalJSON() ([]byte, error)
- func (self *OxmMplsLabel) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmMplsLabel) SetValue(v uint32)
- type OxmMplsLabelMasked
- func (self *OxmMplsLabelMasked) GetOXMName() string
- func (self *OxmMplsLabelMasked) GetOXMValue() interface{}
- func (self *OxmMplsLabelMasked) GetOXMValueMask() interface{}
- func (self *OxmMplsLabelMasked) GetValue() uint32
- func (self *OxmMplsLabelMasked) GetValueMask() uint32
- func (self *OxmMplsLabelMasked) MarshalJSON() ([]byte, error)
- func (self *OxmMplsLabelMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmMplsLabelMasked) SetValue(v uint32)
- func (self *OxmMplsLabelMasked) SetValueMask(v uint32)
- type OxmMplsTc
- type OxmMplsTcMasked
- func (self *OxmMplsTcMasked) GetOXMName() string
- func (self *OxmMplsTcMasked) GetOXMValue() interface{}
- func (self *OxmMplsTcMasked) GetOXMValueMask() interface{}
- func (self *OxmMplsTcMasked) GetValue() uint8
- func (self *OxmMplsTcMasked) GetValueMask() uint8
- func (self *OxmMplsTcMasked) MarshalJSON() ([]byte, error)
- func (self *OxmMplsTcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmMplsTcMasked) SetValue(v uint8)
- func (self *OxmMplsTcMasked) SetValueMask(v uint8)
- type OxmSctpDst
- type OxmSctpDstMasked
- func (self *OxmSctpDstMasked) GetOXMName() string
- func (self *OxmSctpDstMasked) GetOXMValue() interface{}
- func (self *OxmSctpDstMasked) GetOXMValueMask() interface{}
- func (self *OxmSctpDstMasked) GetValue() uint16
- func (self *OxmSctpDstMasked) GetValueMask() uint16
- func (self *OxmSctpDstMasked) MarshalJSON() ([]byte, error)
- func (self *OxmSctpDstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmSctpDstMasked) SetValue(v uint16)
- func (self *OxmSctpDstMasked) SetValueMask(v uint16)
- type OxmSctpSrc
- type OxmSctpSrcMasked
- func (self *OxmSctpSrcMasked) GetOXMName() string
- func (self *OxmSctpSrcMasked) GetOXMValue() interface{}
- func (self *OxmSctpSrcMasked) GetOXMValueMask() interface{}
- func (self *OxmSctpSrcMasked) GetValue() uint16
- func (self *OxmSctpSrcMasked) GetValueMask() uint16
- func (self *OxmSctpSrcMasked) MarshalJSON() ([]byte, error)
- func (self *OxmSctpSrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmSctpSrcMasked) SetValue(v uint16)
- func (self *OxmSctpSrcMasked) SetValueMask(v uint16)
- type OxmTcpDst
- type OxmTcpDstMasked
- func (self *OxmTcpDstMasked) GetOXMName() string
- func (self *OxmTcpDstMasked) GetOXMValue() interface{}
- func (self *OxmTcpDstMasked) GetOXMValueMask() interface{}
- func (self *OxmTcpDstMasked) GetValue() uint16
- func (self *OxmTcpDstMasked) GetValueMask() uint16
- func (self *OxmTcpDstMasked) MarshalJSON() ([]byte, error)
- func (self *OxmTcpDstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmTcpDstMasked) SetValue(v uint16)
- func (self *OxmTcpDstMasked) SetValueMask(v uint16)
- type OxmTcpSrc
- type OxmTcpSrcMasked
- func (self *OxmTcpSrcMasked) GetOXMName() string
- func (self *OxmTcpSrcMasked) GetOXMValue() interface{}
- func (self *OxmTcpSrcMasked) GetOXMValueMask() interface{}
- func (self *OxmTcpSrcMasked) GetValue() uint16
- func (self *OxmTcpSrcMasked) GetValueMask() uint16
- func (self *OxmTcpSrcMasked) MarshalJSON() ([]byte, error)
- func (self *OxmTcpSrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmTcpSrcMasked) SetValue(v uint16)
- func (self *OxmTcpSrcMasked) SetValueMask(v uint16)
- type OxmUdpDst
- type OxmUdpDstMasked
- func (self *OxmUdpDstMasked) GetOXMName() string
- func (self *OxmUdpDstMasked) GetOXMValue() interface{}
- func (self *OxmUdpDstMasked) GetOXMValueMask() interface{}
- func (self *OxmUdpDstMasked) GetValue() uint16
- func (self *OxmUdpDstMasked) GetValueMask() uint16
- func (self *OxmUdpDstMasked) MarshalJSON() ([]byte, error)
- func (self *OxmUdpDstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmUdpDstMasked) SetValue(v uint16)
- func (self *OxmUdpDstMasked) SetValueMask(v uint16)
- type OxmUdpSrc
- type OxmUdpSrcMasked
- func (self *OxmUdpSrcMasked) GetOXMName() string
- func (self *OxmUdpSrcMasked) GetOXMValue() interface{}
- func (self *OxmUdpSrcMasked) GetOXMValueMask() interface{}
- func (self *OxmUdpSrcMasked) GetValue() uint16
- func (self *OxmUdpSrcMasked) GetValueMask() uint16
- func (self *OxmUdpSrcMasked) MarshalJSON() ([]byte, error)
- func (self *OxmUdpSrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmUdpSrcMasked) SetValue(v uint16)
- func (self *OxmUdpSrcMasked) SetValueMask(v uint16)
- type OxmVlanPcp
- type OxmVlanPcpMasked
- func (self *OxmVlanPcpMasked) GetOXMName() string
- func (self *OxmVlanPcpMasked) GetOXMValue() interface{}
- func (self *OxmVlanPcpMasked) GetOXMValueMask() interface{}
- func (self *OxmVlanPcpMasked) GetValue() uint8
- func (self *OxmVlanPcpMasked) GetValueMask() uint8
- func (self *OxmVlanPcpMasked) MarshalJSON() ([]byte, error)
- func (self *OxmVlanPcpMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmVlanPcpMasked) SetValue(v uint8)
- func (self *OxmVlanPcpMasked) SetValueMask(v uint8)
- type OxmVlanVid
- type OxmVlanVidMasked
- func (self *OxmVlanVidMasked) GetOXMName() string
- func (self *OxmVlanVidMasked) GetOXMValue() interface{}
- func (self *OxmVlanVidMasked) GetOXMValueMask() interface{}
- func (self *OxmVlanVidMasked) GetValue() uint16
- func (self *OxmVlanVidMasked) GetValueMask() uint16
- func (self *OxmVlanVidMasked) MarshalJSON() ([]byte, error)
- func (self *OxmVlanVidMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmVlanVidMasked) SetValue(v uint16)
- func (self *OxmVlanVidMasked) SetValueMask(v uint16)
- type PacketIn
- func (self *PacketIn) GetBufferId() uint32
- func (self *PacketIn) GetData() []byte
- func (self *PacketIn) GetInPort() Port
- func (self *PacketIn) GetReason() uint8
- func (self *PacketIn) GetTotalLen() uint16
- func (self *PacketIn) Serialize(encoder *goloxi.Encoder) error
- func (self *PacketIn) SetBufferId(v uint32)
- func (self *PacketIn) SetData(v []byte)
- func (self *PacketIn) SetInPort(v Port)
- func (self *PacketIn) SetReason(v uint8)
- func (self *PacketIn) SetTotalLen(v uint16)
- type PacketInReason
- type PacketOut
- func (self *PacketOut) GetActions() []goloxi.IAction
- func (self *PacketOut) GetActionsLen() uint16
- func (self *PacketOut) GetBufferId() uint32
- func (self *PacketOut) GetData() []byte
- func (self *PacketOut) GetInPort() Port
- func (self *PacketOut) Serialize(encoder *goloxi.Encoder) error
- func (self *PacketOut) SetActions(v []goloxi.IAction)
- func (self *PacketOut) SetActionsLen(v uint16)
- func (self *PacketOut) SetBufferId(v uint32)
- func (self *PacketOut) SetData(v []byte)
- func (self *PacketOut) SetInPort(v Port)
- type PacketQueue
- func (self *PacketQueue) GetLen() uint16
- func (self *PacketQueue) GetProperties() []IQueueProp
- func (self *PacketQueue) GetQueueId() uint32
- func (self *PacketQueue) Serialize(encoder *goloxi.Encoder) error
- func (self *PacketQueue) SetLen(v uint16)
- func (self *PacketQueue) SetProperties(v []IQueueProp)
- func (self *PacketQueue) SetQueueId(v uint32)
- type PacketType
- type Port
- type PortConfig
- type PortDesc
- func (self *PortDesc) Decode(decoder *goloxi.Decoder) error
- func (self *PortDesc) GetAdvertised() PortFeatures
- func (self *PortDesc) GetConfig() PortConfig
- func (self *PortDesc) GetCurr() PortFeatures
- func (self *PortDesc) GetHwAddr() net.HardwareAddr
- func (self *PortDesc) GetName() string
- func (self *PortDesc) GetPeer() PortFeatures
- func (self *PortDesc) GetPortNo() Port
- func (self *PortDesc) GetState() PortState
- func (self *PortDesc) GetSupported() PortFeatures
- func (self *PortDesc) Serialize(encoder *goloxi.Encoder) error
- func (self *PortDesc) SetAdvertised(v PortFeatures)
- func (self *PortDesc) SetConfig(v PortConfig)
- func (self *PortDesc) SetCurr(v PortFeatures)
- func (self *PortDesc) SetHwAddr(v net.HardwareAddr)
- func (self *PortDesc) SetName(v string)
- func (self *PortDesc) SetPeer(v PortFeatures)
- func (self *PortDesc) SetPortNo(v Port)
- func (self *PortDesc) SetState(v PortState)
- func (self *PortDesc) SetSupported(v PortFeatures)
- type PortFeatures
- type PortMod
- func (self *PortMod) GetAdvertise() uint32
- func (self *PortMod) GetConfig() PortConfig
- func (self *PortMod) GetHwAddr() net.HardwareAddr
- func (self *PortMod) GetMask() PortConfig
- func (self *PortMod) GetPortNo() Port
- func (self *PortMod) Serialize(encoder *goloxi.Encoder) error
- func (self *PortMod) SetAdvertise(v uint32)
- func (self *PortMod) SetConfig(v PortConfig)
- func (self *PortMod) SetHwAddr(v net.HardwareAddr)
- func (self *PortMod) SetMask(v PortConfig)
- func (self *PortMod) SetPortNo(v Port)
- type PortModFailedCode
- type PortModFailedErrorMsg
- func (self *PortModFailedErrorMsg) GetCode() PortModFailedCode
- func (self *PortModFailedErrorMsg) GetData() []byte
- func (self *PortModFailedErrorMsg) Serialize(encoder *goloxi.Encoder) error
- func (self *PortModFailedErrorMsg) SetCode(v PortModFailedCode)
- func (self *PortModFailedErrorMsg) SetData(v []byte)
- type PortNo
- type PortReason
- type PortState
- type PortStatsEntry
- func (self *PortStatsEntry) GetCollisions() uint64
- func (self *PortStatsEntry) GetPortNo() Port
- func (self *PortStatsEntry) GetRxBytes() uint64
- func (self *PortStatsEntry) GetRxCrcErr() uint64
- func (self *PortStatsEntry) GetRxDropped() uint64
- func (self *PortStatsEntry) GetRxErrors() uint64
- func (self *PortStatsEntry) GetRxFrameErr() uint64
- func (self *PortStatsEntry) GetRxOverErr() uint64
- func (self *PortStatsEntry) GetRxPackets() uint64
- func (self *PortStatsEntry) GetTxBytes() uint64
- func (self *PortStatsEntry) GetTxDropped() uint64
- func (self *PortStatsEntry) GetTxErrors() uint64
- func (self *PortStatsEntry) GetTxPackets() uint64
- func (self *PortStatsEntry) Serialize(encoder *goloxi.Encoder) error
- func (self *PortStatsEntry) SetCollisions(v uint64)
- func (self *PortStatsEntry) SetPortNo(v Port)
- func (self *PortStatsEntry) SetRxBytes(v uint64)
- func (self *PortStatsEntry) SetRxCrcErr(v uint64)
- func (self *PortStatsEntry) SetRxDropped(v uint64)
- func (self *PortStatsEntry) SetRxErrors(v uint64)
- func (self *PortStatsEntry) SetRxFrameErr(v uint64)
- func (self *PortStatsEntry) SetRxOverErr(v uint64)
- func (self *PortStatsEntry) SetRxPackets(v uint64)
- func (self *PortStatsEntry) SetTxBytes(v uint64)
- func (self *PortStatsEntry) SetTxDropped(v uint64)
- func (self *PortStatsEntry) SetTxErrors(v uint64)
- func (self *PortStatsEntry) SetTxPackets(v uint64)
- type PortStatsReply
- type PortStatsRequest
- type PortStatus
- type QueueGetConfigReply
- type QueueGetConfigRequest
- type QueueOpFailedCode
- type QueueOpFailedErrorMsg
- func (self *QueueOpFailedErrorMsg) GetCode() QueueOpFailedCode
- func (self *QueueOpFailedErrorMsg) GetData() []byte
- func (self *QueueOpFailedErrorMsg) Serialize(encoder *goloxi.Encoder) error
- func (self *QueueOpFailedErrorMsg) SetCode(v QueueOpFailedCode)
- func (self *QueueOpFailedErrorMsg) SetData(v []byte)
- type QueueProp
- type QueuePropMinRate
- type QueueProperties
- type QueueStatsEntry
- func (self *QueueStatsEntry) GetPortNo() Port
- func (self *QueueStatsEntry) GetQueueId() uint32
- func (self *QueueStatsEntry) GetTxBytes() uint64
- func (self *QueueStatsEntry) GetTxErrors() uint64
- func (self *QueueStatsEntry) GetTxPackets() uint64
- func (self *QueueStatsEntry) Serialize(encoder *goloxi.Encoder) error
- func (self *QueueStatsEntry) SetPortNo(v Port)
- func (self *QueueStatsEntry) SetQueueId(v uint32)
- func (self *QueueStatsEntry) SetTxBytes(v uint64)
- func (self *QueueStatsEntry) SetTxErrors(v uint64)
- func (self *QueueStatsEntry) SetTxPackets(v uint64)
- type QueueStatsReply
- type QueueStatsRequest
- type SetConfig
- type StatsReply
- type StatsReplyFlags
- type StatsRequest
- type StatsRequestFlags
- type StatsType
- type TableMod
- type TableStatsEntry
- func (self *TableStatsEntry) GetActiveCount() uint32
- func (self *TableStatsEntry) GetLookupCount() uint64
- func (self *TableStatsEntry) GetMatchedCount() uint64
- func (self *TableStatsEntry) GetMaxEntries() uint32
- func (self *TableStatsEntry) GetName() string
- func (self *TableStatsEntry) GetTableId() uint8
- func (self *TableStatsEntry) GetWildcards() WcBmap
- func (self *TableStatsEntry) Serialize(encoder *goloxi.Encoder) error
- func (self *TableStatsEntry) SetActiveCount(v uint32)
- func (self *TableStatsEntry) SetLookupCount(v uint64)
- func (self *TableStatsEntry) SetMatchedCount(v uint64)
- func (self *TableStatsEntry) SetMaxEntries(v uint32)
- func (self *TableStatsEntry) SetName(v string)
- func (self *TableStatsEntry) SetTableId(v uint8)
- func (self *TableStatsEntry) SetWildcards(v WcBmap)
- type TableStatsReply
- type TableStatsRequest
- type TcpFlags
- type Type
- type Unimplemented
- type WcBmap
Constants ¶
View Source
const ( // Identifiers from group macro_definitions MaxTableNameLen = 32 // OFP_MAX_TABLE_NAME_LEN MaxPortNameLen = 16 // OFP_MAX_PORT_NAME_LEN TCPPort = 6653 // OFP_TCP_PORT SSLPort = 6653 // OFP_SSL_PORT EthAlen = 6 // OFP_ETH_ALEN DefaultMissSendLen = 128 // OFP_DEFAULT_MISS_SEND_LEN VLANNone = 65535 // OFP_VLAN_NONE OFPFWICMPType = 64 // OFPFW_ICMP_TYPE OFPFWICMPCode = 128 // OFPFW_ICMP_CODE DlTypeEth2Cutoff = 1536 // OFP_DL_TYPE_ETH2_CUTOFF DlTypeNotEthType = 1535 // OFP_DL_TYPE_NOT_ETH_TYPE FlowPermanent = 0 // OFP_FLOW_PERMANENT DefaultPriority = 32768 // OFP_DEFAULT_PRIORITY DescStrLen = 256 // DESC_STR_LEN SerialNumLen = 32 // SERIAL_NUM_LEN OFPQAll = 4294967295 // OFPQ_ALL OFPQMinRateUncfg = 65535 // OFPQ_MIN_RATE_UNCFG )
View Source
const ( // Identifiers from group nx_action_controller2_prop_type Nxac2PtMaxLen = 0 // NXAC2PT_MAX_LEN Nxac2PtControllerID = 1 // NXAC2PT_CONTROLLER_ID Nxac2PtReason = 2 // NXAC2PT_REASON Nxac2PtUserdata = 3 // NXAC2PT_USERDATA Nxac2PtPause = 4 // NXAC2PT_PAUSE Nxac2PtMeterID = 5 // NXAC2PT_METER_ID )
View Source
const ( // Identifiers from group nx_bd_algorithms NxBdAlgActiveBackup = 0 // NX_BD_ALG_ACTIVE_BACKUP NxBdAlgHrw = 1 // NX_BD_ALG_HRW )
View Source
const ( // Identifiers from group nx_conntrack_flags NxCtFCommit = 1 // NX_CT_F_COMMIT NxCtFForce = 2 // NX_CT_F_FORCE )
View Source
const ( // Identifiers from group nx_flow_monitor_flags NxfmfInitial = 1 // NXFMF_INITIAL NxfmfAdd = 2 // NXFMF_ADD NxfmfDelete = 4 // NXFMF_DELETE NxfmfModify = 8 // NXFMF_MODIFY NxfmfActions = 16 // NXFMF_ACTIONS NxfmfOwn = 32 // NXFMF_OWN )
View Source
const ( // Identifiers from group nx_hash_fields NxHashFieldsEthSrc = 0 // NX_HASH_FIELDS_ETH_SRC NxHashFieldsSymmetricL4 = 1 // NX_HASH_FIELDS_SYMMETRIC_L4 NxHashFieldsSymmetricL3L4 = 2 // NX_HASH_FIELDS_SYMMETRIC_L3L4 NxHashFieldsSymmetricL3L4Udp = 3 // NX_HASH_FIELDS_SYMMETRIC_L3L4_UDP NxHashFieldsNwSrc = 4 // NX_HASH_FIELDS_NW_SRC NxHashFieldsNwDst = 5 // NX_HASH_FIELDS_NW_DST NxHashFieldsSymmetricL3 = 6 // NX_HASH_FIELDS_SYMMETRIC_L3 )
View Source
const ( // Identifiers from group nx_mp_algorithm NxMpAlgModuloN = 0 // NX_MP_ALG_MODULO_N NxMpAlgHashThreshold = 1 // NX_MP_ALG_HASH_THRESHOLD NxMpAlgHrw = 2 // NX_MP_ALG_HRW NxMpAlgIterHash = 3 // NX_MP_ALG_ITER_HASH )
View Source
const ( // Identifiers from group of_action_nx_bundle_slave_type NxmOfInPort = 2 // NXM_OF_IN_PORT NxmOfJustThereToDefinePrefix = 10000 // NXM_OF_JUST_THERE_TO_DEFINE_PREFIX )
View Source
const ( // Identifiers from group of_nx_nat_range NxNatRangeIpv4Min = 1 // NX_NAT_RANGE_IPV4_MIN NxNatRangeIpv4Max = 2 // NX_NAT_RANGE_IPV4_MAX NxNatRangeIpv6Min = 4 // NX_NAT_RANGE_IPV6_MIN NxNatRangeIpv6Max = 8 // NX_NAT_RANGE_IPV6_MAX NxNatRangeProtoMin = 16 // NX_NAT_RANGE_PROTO_MIN NxNatRangeProtoMax = 32 // NX_NAT_RANGE_PROTO_MAX )
View Source
const ( // Identifiers from group ofp_action_type OFPATOutput = 0 // OFPAT_OUTPUT OFPATSetVLANVid = 1 // OFPAT_SET_VLAN_VID OFPATSetVLANPCP = 2 // OFPAT_SET_VLAN_PCP OFPATStripVLAN = 3 // OFPAT_STRIP_VLAN OFPATSetDlSrc = 4 // OFPAT_SET_DL_SRC OFPATSetDlDst = 5 // OFPAT_SET_DL_DST OFPATSetNwSrc = 6 // OFPAT_SET_NW_SRC OFPATSetNwDst = 7 // OFPAT_SET_NW_DST OFPATSetNwTos = 8 // OFPAT_SET_NW_TOS OFPATSetTpSrc = 9 // OFPAT_SET_TP_SRC OFPATSetTpDst = 10 // OFPAT_SET_TP_DST OFPATEnqueue = 11 // OFPAT_ENQUEUE OFPATExperimenter = 65535 // OFPAT_EXPERIMENTER )
View Source
const ( // Identifiers from group ofp_bad_action_code OFPBACBadType = 0 // OFPBAC_BAD_TYPE OFPBACBadLen = 1 // OFPBAC_BAD_LEN OFPBACBadExperimenter = 2 // OFPBAC_BAD_EXPERIMENTER OFPBACBadExperimenterType = 3 // OFPBAC_BAD_EXPERIMENTER_TYPE OFPBACBadOutPort = 4 // OFPBAC_BAD_OUT_PORT OFPBACBadArgument = 5 // OFPBAC_BAD_ARGUMENT OFPBACEperm = 6 // OFPBAC_EPERM OFPBACTooMany = 7 // OFPBAC_TOO_MANY OFPBACBadQueue = 8 // OFPBAC_BAD_QUEUE )
View Source
const ( // Identifiers from group ofp_bad_request_code OFPBRCBadVersion = 0 // OFPBRC_BAD_VERSION OFPBRCBadType = 1 // OFPBRC_BAD_TYPE OFPBRCBadStat = 2 // OFPBRC_BAD_STAT OFPBRCBadExperimenter = 3 // OFPBRC_BAD_EXPERIMENTER OFPBRCBadSubtype = 4 // OFPBRC_BAD_SUBTYPE OFPBRCEperm = 5 // OFPBRC_EPERM OFPBRCBadLen = 6 // OFPBRC_BAD_LEN OFPBRCBufferEmpty = 7 // OFPBRC_BUFFER_EMPTY OFPBRCBufferUnknown = 8 // OFPBRC_BUFFER_UNKNOWN )
View Source
const ( // Identifiers from group ofp_bsn_vport_l2gre_flags OFBSNVportL2GreLocalMACIsValid = 1 // OF_BSN_VPORT_L2GRE_LOCAL_MAC_IS_VALID OFBSNVportL2GreDSCPAssign = 2 // OF_BSN_VPORT_L2GRE_DSCP_ASSIGN OFBSNVportL2GreDSCPCopy = 4 // OF_BSN_VPORT_L2GRE_DSCP_COPY OFBSNVportL2GreLoopbackIsValid = 8 // OF_BSN_VPORT_L2GRE_LOOPBACK_IS_VALID OFBSNVportL2GreRateLimitIsValid = 16 // OF_BSN_VPORT_L2GRE_RATE_LIMIT_IS_VALID )
View Source
const ( // Identifiers from group ofp_bsn_vport_status OFBSNVportStatusOk = 0 // OF_BSN_VPORT_STATUS_OK OFBSNVportStatusFailed = 1 // OF_BSN_VPORT_STATUS_FAILED )
View Source
const ( // Identifiers from group ofp_capabilities OFPCFlowStats = 1 // OFPC_FLOW_STATS OFPCTableStats = 2 // OFPC_TABLE_STATS OFPCPortStats = 4 // OFPC_PORT_STATS OFPCSTP = 8 // OFPC_STP OFPCReserved = 16 // OFPC_RESERVED OFPCIpReasm = 32 // OFPC_IP_REASM OFPCQueueStats = 64 // OFPC_QUEUE_STATS OFPCARPMatchIp = 128 // OFPC_ARP_MATCH_IP )
View Source
const ( // Identifiers from group ofp_config_flags OFPCFragNormal = 0 // OFPC_FRAG_NORMAL OFPCFragDrop = 1 // OFPC_FRAG_DROP OFPCFragReasm = 2 // OFPC_FRAG_REASM OFPCFragMask = 3 // OFPC_FRAG_MASK )
View Source
const ( // Identifiers from group ofp_cs_states CsNew = 1 // OFP_CS_NEW CsEstablished = 2 // OFP_CS_ESTABLISHED CsRelated = 4 // OFP_CS_RELATED CsReplyDir = 8 // OFP_CS_REPLY_DIR CsInvalid = 16 // OFP_CS_INVALID CsTracked = 32 // OFP_CS_TRACKED CsSrcNat = 64 // OFP_CS_SRC_NAT CsDstNat = 128 // OFP_CS_DST_NAT )
View Source
const ( // Identifiers from group ofp_ed_nsh_prop_type OFPPPTPropNshNone = 0 // OFPPPT_PROP_NSH_NONE OFPPPTPropNshMdtype = 1 // OFPPPT_PROP_NSH_MDTYPE OFPPPTPropNshTlv = 2 // OFPPPT_PROP_NSH_TLV )
View Source
const ( // Identifiers from group ofp_ed_prop_class OFPPPCBasic = 0 // OFPPPC_BASIC OFPPPCMpls = 1 // OFPPPC_MPLS OFPPPCGRE = 2 // OFPPPC_GRE OFPPPCGtp = 3 // OFPPPC_GTP OFPPPCNsh = 4 // OFPPPC_NSH OFPPPCExperimenter = 65535 // OFPPPC_EXPERIMENTER )
View Source
const ( // Identifiers from group ofp_error_type OFPETHelloFailed = 0 // OFPET_HELLO_FAILED OFPETBadRequest = 1 // OFPET_BAD_REQUEST OFPETBadAction = 2 // OFPET_BAD_ACTION OFPETFlowModFailed = 3 // OFPET_FLOW_MOD_FAILED OFPETPortModFailed = 4 // OFPET_PORT_MOD_FAILED OFPETQueueOpFailed = 5 // OFPET_QUEUE_OP_FAILED )
View Source
const ( // Identifiers from group ofp_ethernet_type EthPLoop = 96 // ETH_P_LOOP EthPPup = 512 // ETH_P_PUP EthPPupat = 513 // ETH_P_PUPAT EthPIp = 2048 // ETH_P_IP EthPX25 = 2053 // ETH_P_X25 EthPARP = 2054 // ETH_P_ARP EthPBpq = 2303 // ETH_P_BPQ EthPIeeepup = 2560 // ETH_P_IEEEPUP EthPIeeepupat = 2561 // ETH_P_IEEEPUPAT EthPDec = 24576 // ETH_P_DEC EthPDnaDl = 24577 // ETH_P_DNA_DL EthPDnaRc = 24578 // ETH_P_DNA_RC EthPDnaRt = 24579 // ETH_P_DNA_RT EthPLat = 24580 // ETH_P_LAT EthPDiag = 24581 // ETH_P_DIAG EthPCust = 24582 // ETH_P_CUST EthPSca = 24583 // ETH_P_SCA EthPTeb = 25944 // ETH_P_TEB EthPRarp = 32821 // ETH_P_RARP EthPAtalk = 32923 // ETH_P_ATALK EthPAarp = 33011 // ETH_P_AARP EthP8021Q = 33024 // ETH_P_8021Q EthPIpx = 33079 // ETH_P_IPX EthPIpv6 = 34525 // ETH_P_IPV6 EthPPause = 34824 // ETH_P_PAUSE EthPSlow = 34825 // ETH_P_SLOW EthPWccp = 34878 // ETH_P_WCCP EthPPppDisc = 34915 // ETH_P_PPP_DISC EthPPppSes = 34916 // ETH_P_PPP_SES EthPMplsUc = 34887 // ETH_P_MPLS_UC EthPMplsMc = 34888 // ETH_P_MPLS_MC EthPAtmmpoa = 34892 // ETH_P_ATMMPOA EthPAtmfate = 34948 // ETH_P_ATMFATE EthPPae = 34958 // ETH_P_PAE EthPAoe = 34978 // ETH_P_AOE EthPTipc = 35018 // ETH_P_TIPC EthP1588 = 35063 // ETH_P_1588 EthPFcoe = 35078 // ETH_P_FCOE EthPFip = 35092 // ETH_P_FIP EthPEdsa = 56026 // ETH_P_EDSA )
View Source
const ( // Identifiers from group ofp_flow_mod_command OFPFCAdd = 0 // OFPFC_ADD OFPFCModify = 1 // OFPFC_MODIFY OFPFCModifyStrict = 2 // OFPFC_MODIFY_STRICT OFPFCDelete = 3 // OFPFC_DELETE OFPFCDeleteStrict = 4 // OFPFC_DELETE_STRICT )
View Source
const ( // Identifiers from group ofp_flow_mod_failed_code OFPFMFCAllTablesFull = 0 // OFPFMFC_ALL_TABLES_FULL OFPFMFCOverlap = 1 // OFPFMFC_OVERLAP OFPFMFCEperm = 2 // OFPFMFC_EPERM OFPFMFCBadEmergTimeout = 3 // OFPFMFC_BAD_EMERG_TIMEOUT OFPFMFCBadCommand = 4 // OFPFMFC_BAD_COMMAND OFPFMFCUnsupported = 5 // OFPFMFC_UNSUPPORTED )
View Source
const ( // Identifiers from group ofp_flow_mod_flags OFPFFSendFlowRem = 1 // OFPFF_SEND_FLOW_REM OFPFFCheckOverlap = 2 // OFPFF_CHECK_OVERLAP OFPFFEmerg = 4 // OFPFF_EMERG )
View Source
const ( // Identifiers from group ofp_flow_removed_reason OFPRRIdleTimeout = 0 // OFPRR_IDLE_TIMEOUT OFPRRHardTimeout = 1 // OFPRR_HARD_TIMEOUT OFPRRDelete = 2 // OFPRR_DELETE )
View Source
const ( // Identifiers from group ofp_flow_wildcards OFPFWInPort = 1 // OFPFW_IN_PORT OFPFWDlVLAN = 2 // OFPFW_DL_VLAN OFPFWDlSrc = 4 // OFPFW_DL_SRC OFPFWNwDstBits = 6 // OFPFW_NW_DST_BITS OFPFWNwSrcBits = 6 // OFPFW_NW_SRC_BITS OFPFWNwSrcShift = 8 // OFPFW_NW_SRC_SHIFT OFPFWDlDst = 8 // OFPFW_DL_DST OFPFWNwDstShift = 14 // OFPFW_NW_DST_SHIFT OFPFWDlType = 16 // OFPFW_DL_TYPE OFPFWNwProto = 32 // OFPFW_NW_PROTO OFPFWTpSrc = 64 // OFPFW_TP_SRC OFPFWTpDst = 128 // OFPFW_TP_DST OFPFWNwSrcAll = 8192 // OFPFW_NW_SRC_ALL OFPFWNwSrcMask = 16128 // OFPFW_NW_SRC_MASK OFPFWNwDstAll = 524288 // OFPFW_NW_DST_ALL OFPFWNwDstMask = 1032192 // OFPFW_NW_DST_MASK OFPFWDlVLANPCP = 1048576 // OFPFW_DL_VLAN_PCP OFPFWNwTos = 2097152 // OFPFW_NW_TOS OFPFWAll = 4194303 // OFPFW_ALL )
View Source
const ( // Identifiers from group ofp_hello_failed_code OFPHFCIncompatible = 0 // OFPHFC_INCOMPATIBLE OFPHFCEperm = 1 // OFPHFC_EPERM )
View Source
const ( // Identifiers from group ofp_icmp_type IcmpEchoreply = 0 // ICMP_ECHOREPLY IcmpDestUnreach = 3 // ICMP_DEST_UNREACH IcmpSourceQuench = 4 // ICMP_SOURCE_QUENCH IcmpRedirect = 5 // ICMP_REDIRECT IcmpEcho = 8 // ICMP_ECHO IcmpTimeExceeded = 11 // ICMP_TIME_EXCEEDED IcmpParameterprob = 12 // ICMP_PARAMETERPROB IcmpTimestamp = 13 // ICMP_TIMESTAMP IcmpTimestampreply = 14 // ICMP_TIMESTAMPREPLY IcmpInfoRequest = 15 // ICMP_INFO_REQUEST IcmpInfoReply = 16 // ICMP_INFO_REPLY IcmpAddress = 17 // ICMP_ADDRESS IcmpAddressreply = 18 // ICMP_ADDRESSREPLY )
View Source
const ( // Identifiers from group ofp_icmpv6_type Icmpv6EchoRequest = 128 // ICMPV6_ECHO_REQUEST Icmpv6EchoReply = 129 // ICMPV6_ECHO_REPLY Icmpv6MgmQuery = 130 // ICMPV6_MGM_QUERY Icmpv6MgmReport = 131 // ICMPV6_MGM_REPORT Icmpv6MgmReduction = 132 // ICMPV6_MGM_REDUCTION Icmpv6NiQuery = 139 // ICMPV6_NI_QUERY Icmpv6NiReply = 140 // ICMPV6_NI_REPLY Icmpv6Mld2Report = 143 // ICMPV6_MLD2_REPORT Icmpv6DhaadRequest = 144 // ICMPV6_DHAAD_REQUEST Icmpv6DhaadReply = 145 // ICMPV6_DHAAD_REPLY Icmpv6MobilePrefixSol = 146 // ICMPV6_MOBILE_PREFIX_SOL Icmpv6MobilePrefixAdv = 147 // ICMPV6_MOBILE_PREFIX_ADV )
View Source
const ( // Identifiers from group ofp_ip_prototype IpprotoIp = 0 // IPPROTO_IP IpprotoICMP = 1 // IPPROTO_ICMP IpprotoIgmp = 2 // IPPROTO_IGMP IpprotoIpip = 4 // IPPROTO_IPIP IpprotoTCP = 6 // IPPROTO_TCP IpprotoEgp = 8 // IPPROTO_EGP IpprotoPup = 12 // IPPROTO_PUP IpprotoUdp = 17 // IPPROTO_UDP IpprotoIdp = 22 // IPPROTO_IDP IpprotoTp = 29 // IPPROTO_TP IpprotoDccp = 33 // IPPROTO_DCCP IpprotoIpv6 = 41 // IPPROTO_IPV6 IpprotoRsvp = 46 // IPPROTO_RSVP IpprotoGRE = 47 // IPPROTO_GRE IpprotoEsp = 50 // IPPROTO_ESP IpprotoAh = 51 // IPPROTO_AH IpprotoMtp = 92 // IPPROTO_MTP IpprotoBeetph = 94 // IPPROTO_BEETPH IpprotoEncap = 98 // IPPROTO_ENCAP IpprotoPim = 103 // IPPROTO_PIM IpprotoComp = 108 // IPPROTO_COMP IpprotoSctp = 132 // IPPROTO_SCTP IpprotoUdplite = 136 // IPPROTO_UDPLITE IpprotoMpls = 137 // IPPROTO_MPLS IpprotoRaw = 255 // IPPROTO_RAW IpprotoRouting = 43 // IPPROTO_ROUTING IpprotoFragment = 44 // IPPROTO_FRAGMENT IpprotoIcmpv6 = 58 // IPPROTO_ICMPV6 IpprotoNone = 59 // IPPROTO_NONE IpprotoDstopts = 60 // IPPROTO_DSTOPTS IpprotoMh = 135 // IPPROTO_MH IpprotoL2Tp = 115 // IPPROTO_L2TP )
View Source
const ( // Identifiers from group ofp_nicira_controller_role NxRoleOther = 0 // NX_ROLE_OTHER NxRoleMaster = 1 // NX_ROLE_MASTER NxRoleSlave = 2 // NX_ROLE_SLAVE )
View Source
const ( // Identifiers from group ofp_packet_in_reason OFPRNoMatch = 0 // OFPR_NO_MATCH OFPRAction = 1 // OFPR_ACTION )
View Source
const ( // Identifiers from group ofp_packet_type PtEthernet = 0 // OFP_PT_ETHERNET PtUseNextProto = 65534 // OFP_PT_USE_NEXT_PROTO PtIpv4 = 67584 // OFP_PT_IPV4 PtMpls = 100423 // OFP_PT_MPLS PtMplsMc = 100424 // OFP_PT_MPLS_MC PtNsh = 100687 // OFP_PT_NSH PtUnknown = 4294967295 // OFP_PT_UNKNOWN )
View Source
const ( // Identifiers from group ofp_port OFPPMax = 0xff00 // OFPP_MAX OFPPInPort = 0xfff8 // OFPP_IN_PORT OFPPTable = 0xfff9 // OFPP_TABLE OFPPNormal = 0xfffa // OFPP_NORMAL OFPPFlood = 0xfffb // OFPP_FLOOD OFPPAll = 0xfffc // OFPP_ALL OFPPController = 0xfffd // OFPP_CONTROLLER OFPPLocal = 0xfffe // OFPP_LOCAL OFPPNone = 0xffff // OFPP_NONE )
View Source
const ( // Identifiers from group ofp_port_config OFPPCPortDown = 1 // OFPPC_PORT_DOWN OFPPCNoSTP = 2 // OFPPC_NO_STP OFPPCNoRecv = 4 // OFPPC_NO_RECV OFPPCNoRecvSTP = 8 // OFPPC_NO_RECV_STP OFPPCNoFlood = 16 // OFPPC_NO_FLOOD OFPPCNoFwd = 32 // OFPPC_NO_FWD OFPPCNoPacketIn = 64 // OFPPC_NO_PACKET_IN OFPPCBSNMirrorDest = 2147483648 // OFPPC_BSN_MIRROR_DEST )
View Source
const ( // Identifiers from group ofp_port_features OFPPF10MbHd = 1 // OFPPF_10MB_HD OFPPF10MbFd = 2 // OFPPF_10MB_FD OFPPF100MbHd = 4 // OFPPF_100MB_HD OFPPF100MbFd = 8 // OFPPF_100MB_FD OFPPF1GbHd = 16 // OFPPF_1GB_HD OFPPF1GbFd = 32 // OFPPF_1GB_FD OFPPF10GbFd = 64 // OFPPF_10GB_FD OFPPFCopper = 128 // OFPPF_COPPER OFPPFFiber = 256 // OFPPF_FIBER OFPPFAutoneg = 512 // OFPPF_AUTONEG OFPPFPause = 1024 // OFPPF_PAUSE OFPPFPauseAsym = 2048 // OFPPF_PAUSE_ASYM )
View Source
const ( // Identifiers from group ofp_port_mod_failed_code OFPPMFCBadPort = 0 // OFPPMFC_BAD_PORT OFPPMFCBadHwAddr = 1 // OFPPMFC_BAD_HW_ADDR )
View Source
const ( // Identifiers from group ofp_port_reason OFPPRAdd = 0 // OFPPR_ADD OFPPRDelete = 1 // OFPPR_DELETE OFPPRModify = 2 // OFPPR_MODIFY )
View Source
const ( // Identifiers from group ofp_port_state OFPPSLinkDown = 1 // OFPPS_LINK_DOWN OFPPSSTPListen = 0 // OFPPS_STP_LISTEN OFPPSSTPLearn = 256 // OFPPS_STP_LEARN OFPPSSTPForward = 512 // OFPPS_STP_FORWARD OFPPSSTPBlock = 768 // OFPPS_STP_BLOCK OFPPSSTPMask = 768 // OFPPS_STP_MASK )
View Source
const ( // Identifiers from group ofp_queue_op_failed_code OFPQOFCBadPort = 0 // OFPQOFC_BAD_PORT OFPQOFCBadQueue = 1 // OFPQOFC_BAD_QUEUE OFPQOFCEperm = 2 // OFPQOFC_EPERM )
View Source
const ( // Identifiers from group ofp_queue_properties OFPQTNone = 0 // OFPQT_NONE OFPQTMinRate = 1 // OFPQT_MIN_RATE )
View Source
const ( // Identifiers from group ofp_stats_type OFPSTDesc = 0 // OFPST_DESC OFPSTFlow = 1 // OFPST_FLOW OFPSTAggregate = 2 // OFPST_AGGREGATE OFPSTTable = 3 // OFPST_TABLE OFPSTPort = 4 // OFPST_PORT OFPSTQueue = 5 // OFPST_QUEUE OFPSTExperimenter = 65535 // OFPST_EXPERIMENTER )
View Source
const ( // Identifiers from group ofp_tcp_flags TcpFlagCwr = 128 // TCP_FLAG_CWR TcpFlagEce = 64 // TCP_FLAG_ECE TcpFlagUrg = 32 // TCP_FLAG_URG TcpFlagAck = 16 // TCP_FLAG_ACK TcpFlagPsh = 8 // TCP_FLAG_PSH TcpFlagRst = 4 // TCP_FLAG_RST TcpFlagSyn = 2 // TCP_FLAG_SYN TcpFlagFin = 1 // TCP_FLAG_FIN )
View Source
const ( // Identifiers from group ofp_type OFPTHello = 0 // OFPT_HELLO OFPTError = 1 // OFPT_ERROR OFPTEchoRequest = 2 // OFPT_ECHO_REQUEST OFPTEchoReply = 3 // OFPT_ECHO_REPLY OFPTExperimenter = 4 // OFPT_EXPERIMENTER OFPTFeaturesRequest = 5 // OFPT_FEATURES_REQUEST OFPTFeaturesReply = 6 // OFPT_FEATURES_REPLY OFPTGetConfigRequest = 7 // OFPT_GET_CONFIG_REQUEST OFPTGetConfigReply = 8 // OFPT_GET_CONFIG_REPLY OFPTSetConfig = 9 // OFPT_SET_CONFIG OFPTPacketIn = 10 // OFPT_PACKET_IN OFPTFlowRemoved = 11 // OFPT_FLOW_REMOVED OFPTPortStatus = 12 // OFPT_PORT_STATUS OFPTPacketOut = 13 // OFPT_PACKET_OUT OFPTFlowMod = 14 // OFPT_FLOW_MOD OFPTPortMod = 15 // OFPT_PORT_MOD OFPTStatsRequest = 16 // OFPT_STATS_REQUEST OFPTStatsReply = 17 // OFPT_STATS_REPLY OFPTBarrierRequest = 18 // OFPT_BARRIER_REQUEST OFPTBarrierReply = 19 // OFPT_BARRIER_REPLY OFPTQueueGetConfigRequest = 20 // OFPT_QUEUE_GET_CONFIG_REQUEST OFPTQueueGetConfigReply = 21 // OFPT_QUEUE_GET_CONFIG_REPLY )
View Source
const ( // Identifiers from group of_bsn_pdu_slot_num BsnPduSlotNumAny = 255 // BSN_PDU_SLOT_NUM_ANY )
View Source
const ( // Identifiers from group ofp_bsn_vport_q_in_q_untagged OFBSNVportQInQUntagged = 65535 // OF_BSN_VPORT_Q_IN_Q_UNTAGGED )
View Source
const ( // Identifiers from group ofp_stats_reply_flags OFPSFReplyMore = 1 // OFPSF_REPLY_MORE )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActionBsn ¶
type ActionBsn struct { *ActionExperimenter Subtype uint32 }
func NewActionBsn ¶
func (*ActionBsn) GetActionFields ¶
func (*ActionBsn) GetActionName ¶
func (*ActionBsn) GetSubtype ¶
func (*ActionBsn) MarshalJSON ¶
func (*ActionBsn) SetSubtype ¶
type ActionBsnChecksum ¶
type ActionBsnChecksum struct { *ActionBsn Checksum Checksum128 }
func DecodeActionBsnChecksum ¶
func DecodeActionBsnChecksum(parent *ActionBsn, decoder *goloxi.Decoder) (*ActionBsnChecksum, error)
func NewActionBsnChecksum ¶
func NewActionBsnChecksum() *ActionBsnChecksum
func (*ActionBsnChecksum) GetActionFields ¶
func (self *ActionBsnChecksum) GetActionFields() map[string]interface{}
func (*ActionBsnChecksum) GetActionName ¶
func (self *ActionBsnChecksum) GetActionName() string
func (*ActionBsnChecksum) GetChecksum ¶
func (self *ActionBsnChecksum) GetChecksum() Checksum128
func (*ActionBsnChecksum) MarshalJSON ¶
func (self *ActionBsnChecksum) MarshalJSON() ([]byte, error)
func (*ActionBsnChecksum) Serialize ¶
func (self *ActionBsnChecksum) Serialize(encoder *goloxi.Encoder) error
func (*ActionBsnChecksum) SetChecksum ¶
func (self *ActionBsnChecksum) SetChecksum(v Checksum128)
type ActionBsnMirror ¶
func DecodeActionBsnMirror ¶
func DecodeActionBsnMirror(parent *ActionBsn, decoder *goloxi.Decoder) (*ActionBsnMirror, error)
func NewActionBsnMirror ¶
func NewActionBsnMirror() *ActionBsnMirror
func (*ActionBsnMirror) GetActionFields ¶
func (self *ActionBsnMirror) GetActionFields() map[string]interface{}
func (*ActionBsnMirror) GetActionName ¶
func (self *ActionBsnMirror) GetActionName() string
func (*ActionBsnMirror) GetCopyStage ¶
func (self *ActionBsnMirror) GetCopyStage() uint8
func (*ActionBsnMirror) GetDestPort ¶
func (self *ActionBsnMirror) GetDestPort() uint32
func (*ActionBsnMirror) GetVlanTag ¶
func (self *ActionBsnMirror) GetVlanTag() uint32
func (*ActionBsnMirror) MarshalJSON ¶
func (self *ActionBsnMirror) MarshalJSON() ([]byte, error)
func (*ActionBsnMirror) Serialize ¶
func (self *ActionBsnMirror) Serialize(encoder *goloxi.Encoder) error
func (*ActionBsnMirror) SetCopyStage ¶
func (self *ActionBsnMirror) SetCopyStage(v uint8)
func (*ActionBsnMirror) SetDestPort ¶
func (self *ActionBsnMirror) SetDestPort(v uint32)
func (*ActionBsnMirror) SetVlanTag ¶
func (self *ActionBsnMirror) SetVlanTag(v uint32)
type ActionBsnSetTunnelDst ¶
func DecodeActionBsnSetTunnelDst ¶
func DecodeActionBsnSetTunnelDst(parent *ActionBsn, decoder *goloxi.Decoder) (*ActionBsnSetTunnelDst, error)
func NewActionBsnSetTunnelDst ¶
func NewActionBsnSetTunnelDst() *ActionBsnSetTunnelDst
func (*ActionBsnSetTunnelDst) GetActionFields ¶
func (self *ActionBsnSetTunnelDst) GetActionFields() map[string]interface{}
func (*ActionBsnSetTunnelDst) GetActionName ¶
func (self *ActionBsnSetTunnelDst) GetActionName() string
func (*ActionBsnSetTunnelDst) GetDst ¶
func (self *ActionBsnSetTunnelDst) GetDst() uint32
func (*ActionBsnSetTunnelDst) MarshalJSON ¶
func (self *ActionBsnSetTunnelDst) MarshalJSON() ([]byte, error)
func (*ActionBsnSetTunnelDst) Serialize ¶
func (self *ActionBsnSetTunnelDst) Serialize(encoder *goloxi.Encoder) error
func (*ActionBsnSetTunnelDst) SetDst ¶
func (self *ActionBsnSetTunnelDst) SetDst(v uint32)
type ActionEnqueue ¶
func DecodeActionEnqueue ¶
func DecodeActionEnqueue(parent *Action, decoder *goloxi.Decoder) (*ActionEnqueue, error)
func NewActionEnqueue ¶
func NewActionEnqueue() *ActionEnqueue
func (*ActionEnqueue) GetActionFields ¶
func (self *ActionEnqueue) GetActionFields() map[string]interface{}
func (*ActionEnqueue) GetActionName ¶
func (self *ActionEnqueue) GetActionName() string
func (*ActionEnqueue) GetPort ¶
func (self *ActionEnqueue) GetPort() Port
func (*ActionEnqueue) GetQueueId ¶
func (self *ActionEnqueue) GetQueueId() uint32
func (*ActionEnqueue) MarshalJSON ¶
func (self *ActionEnqueue) MarshalJSON() ([]byte, error)
func (*ActionEnqueue) Serialize ¶
func (self *ActionEnqueue) Serialize(encoder *goloxi.Encoder) error
func (*ActionEnqueue) SetPort ¶
func (self *ActionEnqueue) SetPort(v Port)
func (*ActionEnqueue) SetQueueId ¶
func (self *ActionEnqueue) SetQueueId(v uint32)
type ActionExperimenter ¶
func NewActionExperimenter ¶
func NewActionExperimenter(_experimenter uint32) *ActionExperimenter
func (*ActionExperimenter) GetActionFields ¶
func (self *ActionExperimenter) GetActionFields() map[string]interface{}
func (*ActionExperimenter) GetActionName ¶
func (self *ActionExperimenter) GetActionName() string
func (*ActionExperimenter) GetExperimenter ¶
func (self *ActionExperimenter) GetExperimenter() uint32
func (*ActionExperimenter) MarshalJSON ¶
func (self *ActionExperimenter) MarshalJSON() ([]byte, error)
func (*ActionExperimenter) Serialize ¶
func (self *ActionExperimenter) Serialize(encoder *goloxi.Encoder) error
func (*ActionExperimenter) SetExperimenter ¶
func (self *ActionExperimenter) SetExperimenter(v uint32)
type ActionId ¶
func NewActionId ¶
type ActionIdBsn ¶
type ActionIdBsn struct { *ActionIdExperimenter Subtype uint32 }
func NewActionIdBsn ¶
func NewActionIdBsn(_subtype uint32) *ActionIdBsn
func (*ActionIdBsn) GetSubtype ¶
func (self *ActionIdBsn) GetSubtype() uint32
func (*ActionIdBsn) SetSubtype ¶
func (self *ActionIdBsn) SetSubtype(v uint32)
type ActionIdBsnChecksum ¶
type ActionIdBsnChecksum struct {
*ActionIdBsn
}
func DecodeActionIdBsnChecksum ¶
func DecodeActionIdBsnChecksum(parent *ActionIdBsn, decoder *goloxi.Decoder) (*ActionIdBsnChecksum, error)
func NewActionIdBsnChecksum ¶
func NewActionIdBsnChecksum() *ActionIdBsnChecksum
type ActionIdBsnMirror ¶
type ActionIdBsnMirror struct {
*ActionIdBsn
}
func DecodeActionIdBsnMirror ¶
func DecodeActionIdBsnMirror(parent *ActionIdBsn, decoder *goloxi.Decoder) (*ActionIdBsnMirror, error)
func NewActionIdBsnMirror ¶
func NewActionIdBsnMirror() *ActionIdBsnMirror
type ActionIdBsnSetTunnelDst ¶
type ActionIdBsnSetTunnelDst struct {
*ActionIdBsn
}
func DecodeActionIdBsnSetTunnelDst ¶
func DecodeActionIdBsnSetTunnelDst(parent *ActionIdBsn, decoder *goloxi.Decoder) (*ActionIdBsnSetTunnelDst, error)
func NewActionIdBsnSetTunnelDst ¶
func NewActionIdBsnSetTunnelDst() *ActionIdBsnSetTunnelDst
type ActionIdEnqueue ¶
type ActionIdEnqueue struct {
*ActionId
}
func DecodeActionIdEnqueue ¶
func DecodeActionIdEnqueue(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdEnqueue, error)
func NewActionIdEnqueue ¶
func NewActionIdEnqueue() *ActionIdEnqueue
type ActionIdExperimenter ¶
func NewActionIdExperimenter ¶
func NewActionIdExperimenter(_experimenter uint32) *ActionIdExperimenter
func (*ActionIdExperimenter) GetExperimenter ¶
func (self *ActionIdExperimenter) GetExperimenter() uint32
func (*ActionIdExperimenter) Serialize ¶
func (self *ActionIdExperimenter) Serialize(encoder *goloxi.Encoder) error
func (*ActionIdExperimenter) SetExperimenter ¶
func (self *ActionIdExperimenter) SetExperimenter(v uint32)
type ActionIdNicira ¶
type ActionIdNicira struct { *ActionIdExperimenter Subtype uint16 }
func NewActionIdNicira ¶
func NewActionIdNicira(_subtype uint16) *ActionIdNicira
func (*ActionIdNicira) GetSubtype ¶
func (self *ActionIdNicira) GetSubtype() uint16
func (*ActionIdNicira) Serialize ¶
func (self *ActionIdNicira) Serialize(encoder *goloxi.Encoder) error
func (*ActionIdNicira) SetSubtype ¶
func (self *ActionIdNicira) SetSubtype(v uint16)
type ActionIdNiciraDecTtl ¶
type ActionIdNiciraDecTtl struct {
*ActionIdNicira
}
func DecodeActionIdNiciraDecTtl ¶
func DecodeActionIdNiciraDecTtl(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNiciraDecTtl, error)
func NewActionIdNiciraDecTtl ¶
func NewActionIdNiciraDecTtl() *ActionIdNiciraDecTtl
type ActionIdNxBundle ¶
type ActionIdNxBundle struct {
*ActionIdNicira
}
func DecodeActionIdNxBundle ¶
func DecodeActionIdNxBundle(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxBundle, error)
func NewActionIdNxBundle ¶
func NewActionIdNxBundle() *ActionIdNxBundle
type ActionIdNxBundleLoad ¶
type ActionIdNxBundleLoad struct { *ActionIdNicira SlaveType ActionNxBundleSlaveType }
func NewActionIdNxBundleLoad ¶
func NewActionIdNxBundleLoad(_slave_type ActionNxBundleSlaveType) *ActionIdNxBundleLoad
func (*ActionIdNxBundleLoad) GetSlaveType ¶
func (self *ActionIdNxBundleLoad) GetSlaveType() ActionNxBundleSlaveType
func (*ActionIdNxBundleLoad) Serialize ¶
func (self *ActionIdNxBundleLoad) Serialize(encoder *goloxi.Encoder) error
func (*ActionIdNxBundleLoad) SetSlaveType ¶
func (self *ActionIdNxBundleLoad) SetSlaveType(v ActionNxBundleSlaveType)
type ActionIdNxBundleLoadInPort ¶
type ActionIdNxBundleLoadInPort struct { *ActionIdNicira SlaveType ActionNxBundleSlaveType NSlaves uint16 }
func DecodeActionIdNxBundleLoadInPort ¶
func DecodeActionIdNxBundleLoadInPort(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxBundleLoadInPort, error)
func NewActionIdNxBundleLoadInPort ¶
func NewActionIdNxBundleLoadInPort() *ActionIdNxBundleLoadInPort
func (*ActionIdNxBundleLoadInPort) GetNSlaves ¶
func (self *ActionIdNxBundleLoadInPort) GetNSlaves() uint16
func (*ActionIdNxBundleLoadInPort) GetSlaveType ¶
func (self *ActionIdNxBundleLoadInPort) GetSlaveType() ActionNxBundleSlaveType
func (*ActionIdNxBundleLoadInPort) Serialize ¶
func (self *ActionIdNxBundleLoadInPort) Serialize(encoder *goloxi.Encoder) error
func (*ActionIdNxBundleLoadInPort) SetNSlaves ¶
func (self *ActionIdNxBundleLoadInPort) SetNSlaves(v uint16)
func (*ActionIdNxBundleLoadInPort) SetSlaveType ¶
func (self *ActionIdNxBundleLoadInPort) SetSlaveType(v ActionNxBundleSlaveType)
type ActionIdNxClone ¶
type ActionIdNxClone struct {
*ActionIdNicira
}
func DecodeActionIdNxClone ¶
func DecodeActionIdNxClone(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxClone, error)
func NewActionIdNxClone ¶
func NewActionIdNxClone() *ActionIdNxClone
type ActionIdNxConjunction ¶
type ActionIdNxConjunction struct {
*ActionIdNicira
}
func DecodeActionIdNxConjunction ¶
func DecodeActionIdNxConjunction(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxConjunction, error)
func NewActionIdNxConjunction ¶
func NewActionIdNxConjunction() *ActionIdNxConjunction
type ActionIdNxController ¶
type ActionIdNxController struct {
*ActionIdNicira
}
func DecodeActionIdNxController ¶
func DecodeActionIdNxController(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxController, error)
func NewActionIdNxController ¶
func NewActionIdNxController() *ActionIdNxController
type ActionIdNxController2 ¶
type ActionIdNxController2 struct {
*ActionIdNicira
}
func DecodeActionIdNxController2 ¶
func DecodeActionIdNxController2(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxController2, error)
func NewActionIdNxController2 ¶
func NewActionIdNxController2() *ActionIdNxController2
type ActionIdNxCt ¶
type ActionIdNxCt struct {
*ActionIdNicira
}
func DecodeActionIdNxCt ¶
func DecodeActionIdNxCt(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxCt, error)
func NewActionIdNxCt ¶
func NewActionIdNxCt() *ActionIdNxCt
type ActionIdNxCtClear ¶
type ActionIdNxCtClear struct {
*ActionIdNicira
}
func DecodeActionIdNxCtClear ¶
func DecodeActionIdNxCtClear(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxCtClear, error)
func NewActionIdNxCtClear ¶
func NewActionIdNxCtClear() *ActionIdNxCtClear
type ActionIdNxDebugRecirc ¶
type ActionIdNxDebugRecirc struct {
*ActionIdNicira
}
func DecodeActionIdNxDebugRecirc ¶
func DecodeActionIdNxDebugRecirc(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxDebugRecirc, error)
func NewActionIdNxDebugRecirc ¶
func NewActionIdNxDebugRecirc() *ActionIdNxDebugRecirc
type ActionIdNxDebugSlow ¶
type ActionIdNxDebugSlow struct {
*ActionIdNicira
}
func DecodeActionIdNxDebugSlow ¶
func DecodeActionIdNxDebugSlow(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxDebugSlow, error)
func NewActionIdNxDebugSlow ¶
func NewActionIdNxDebugSlow() *ActionIdNxDebugSlow
type ActionIdNxDecMplsTtl ¶
type ActionIdNxDecMplsTtl struct {
*ActionIdNicira
}
func DecodeActionIdNxDecMplsTtl ¶
func DecodeActionIdNxDecMplsTtl(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxDecMplsTtl, error)
func NewActionIdNxDecMplsTtl ¶
func NewActionIdNxDecMplsTtl() *ActionIdNxDecMplsTtl
type ActionIdNxDecNshTtl ¶
type ActionIdNxDecNshTtl struct {
*ActionIdNicira
}
func DecodeActionIdNxDecNshTtl ¶
func DecodeActionIdNxDecNshTtl(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxDecNshTtl, error)
func NewActionIdNxDecNshTtl ¶
func NewActionIdNxDecNshTtl() *ActionIdNxDecNshTtl
type ActionIdNxDecTtlCntIds ¶
type ActionIdNxDecTtlCntIds struct {
*ActionIdNicira
}
func DecodeActionIdNxDecTtlCntIds ¶
func DecodeActionIdNxDecTtlCntIds(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxDecTtlCntIds, error)
func NewActionIdNxDecTtlCntIds ¶
func NewActionIdNxDecTtlCntIds() *ActionIdNxDecTtlCntIds
type ActionIdNxDecap ¶
type ActionIdNxDecap struct {
*ActionIdNicira
}
func DecodeActionIdNxDecap ¶
func DecodeActionIdNxDecap(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxDecap, error)
func NewActionIdNxDecap ¶
func NewActionIdNxDecap() *ActionIdNxDecap
type ActionIdNxEncap ¶
type ActionIdNxEncap struct {
*ActionIdNicira
}
func DecodeActionIdNxEncap ¶
func DecodeActionIdNxEncap(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxEncap, error)
func NewActionIdNxEncap ¶
func NewActionIdNxEncap() *ActionIdNxEncap
type ActionIdNxExit ¶
type ActionIdNxExit struct {
*ActionIdNicira
}
func DecodeActionIdNxExit ¶
func DecodeActionIdNxExit(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxExit, error)
func NewActionIdNxExit ¶
func NewActionIdNxExit() *ActionIdNxExit
type ActionIdNxFinTimeout ¶
type ActionIdNxFinTimeout struct {
*ActionIdNicira
}
func DecodeActionIdNxFinTimeout ¶
func DecodeActionIdNxFinTimeout(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxFinTimeout, error)
func NewActionIdNxFinTimeout ¶
func NewActionIdNxFinTimeout() *ActionIdNxFinTimeout
type ActionIdNxGroup ¶
type ActionIdNxGroup struct {
*ActionIdNicira
}
func DecodeActionIdNxGroup ¶
func DecodeActionIdNxGroup(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxGroup, error)
func NewActionIdNxGroup ¶
func NewActionIdNxGroup() *ActionIdNxGroup
type ActionIdNxLearn ¶
type ActionIdNxLearn struct {
*ActionIdNicira
}
func DecodeActionIdNxLearn ¶
func DecodeActionIdNxLearn(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxLearn, error)
func NewActionIdNxLearn ¶
func NewActionIdNxLearn() *ActionIdNxLearn
type ActionIdNxLearn2 ¶
type ActionIdNxLearn2 struct {
*ActionIdNicira
}
func DecodeActionIdNxLearn2 ¶
func DecodeActionIdNxLearn2(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxLearn2, error)
func NewActionIdNxLearn2 ¶
func NewActionIdNxLearn2() *ActionIdNxLearn2
type ActionIdNxMultipath ¶
type ActionIdNxMultipath struct {
*ActionIdNicira
}
func DecodeActionIdNxMultipath ¶
func DecodeActionIdNxMultipath(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxMultipath, error)
func NewActionIdNxMultipath ¶
func NewActionIdNxMultipath() *ActionIdNxMultipath
type ActionIdNxNat ¶
type ActionIdNxNat struct {
*ActionIdNicira
}
func DecodeActionIdNxNat ¶
func DecodeActionIdNxNat(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxNat, error)
func NewActionIdNxNat ¶
func NewActionIdNxNat() *ActionIdNxNat
type ActionIdNxNote ¶
type ActionIdNxNote struct {
*ActionIdNicira
}
func DecodeActionIdNxNote ¶
func DecodeActionIdNxNote(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxNote, error)
func NewActionIdNxNote ¶
func NewActionIdNxNote() *ActionIdNxNote
type ActionIdNxOutputReg ¶
type ActionIdNxOutputReg struct {
*ActionIdNicira
}
func DecodeActionIdNxOutputReg ¶
func DecodeActionIdNxOutputReg(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxOutputReg, error)
func NewActionIdNxOutputReg ¶
func NewActionIdNxOutputReg() *ActionIdNxOutputReg
type ActionIdNxOutputReg2 ¶
type ActionIdNxOutputReg2 struct {
*ActionIdNicira
}
func DecodeActionIdNxOutputReg2 ¶
func DecodeActionIdNxOutputReg2(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxOutputReg2, error)
func NewActionIdNxOutputReg2 ¶
func NewActionIdNxOutputReg2() *ActionIdNxOutputReg2
type ActionIdNxOutputTrunc ¶
type ActionIdNxOutputTrunc struct {
*ActionIdNicira
}
func DecodeActionIdNxOutputTrunc ¶
func DecodeActionIdNxOutputTrunc(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxOutputTrunc, error)
func NewActionIdNxOutputTrunc ¶
func NewActionIdNxOutputTrunc() *ActionIdNxOutputTrunc
type ActionIdNxPopMpls ¶
type ActionIdNxPopMpls struct {
*ActionIdNicira
}
func DecodeActionIdNxPopMpls ¶
func DecodeActionIdNxPopMpls(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxPopMpls, error)
func NewActionIdNxPopMpls ¶
func NewActionIdNxPopMpls() *ActionIdNxPopMpls
type ActionIdNxPopQueue ¶
type ActionIdNxPopQueue struct {
*ActionIdNicira
}
func DecodeActionIdNxPopQueue ¶
func DecodeActionIdNxPopQueue(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxPopQueue, error)
func NewActionIdNxPopQueue ¶
func NewActionIdNxPopQueue() *ActionIdNxPopQueue
type ActionIdNxPushMpls ¶
type ActionIdNxPushMpls struct {
*ActionIdNicira
}
func DecodeActionIdNxPushMpls ¶
func DecodeActionIdNxPushMpls(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxPushMpls, error)
func NewActionIdNxPushMpls ¶
func NewActionIdNxPushMpls() *ActionIdNxPushMpls
type ActionIdNxRegLoad ¶
type ActionIdNxRegLoad struct {
*ActionIdNicira
}
func DecodeActionIdNxRegLoad ¶
func DecodeActionIdNxRegLoad(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxRegLoad, error)
func NewActionIdNxRegLoad ¶
func NewActionIdNxRegLoad() *ActionIdNxRegLoad
type ActionIdNxRegLoad2 ¶
type ActionIdNxRegLoad2 struct {
*ActionIdNicira
}
func DecodeActionIdNxRegLoad2 ¶
func DecodeActionIdNxRegLoad2(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxRegLoad2, error)
func NewActionIdNxRegLoad2 ¶
func NewActionIdNxRegLoad2() *ActionIdNxRegLoad2
type ActionIdNxRegMove ¶
type ActionIdNxRegMove struct {
*ActionIdNicira
}
func DecodeActionIdNxRegMove ¶
func DecodeActionIdNxRegMove(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxRegMove, error)
func NewActionIdNxRegMove ¶
func NewActionIdNxRegMove() *ActionIdNxRegMove
type ActionIdNxResubmit ¶
type ActionIdNxResubmit struct {
*ActionIdNicira
}
func DecodeActionIdNxResubmit ¶
func DecodeActionIdNxResubmit(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxResubmit, error)
func NewActionIdNxResubmit ¶
func NewActionIdNxResubmit() *ActionIdNxResubmit
type ActionIdNxResubmitTable ¶
type ActionIdNxResubmitTable struct {
*ActionIdNicira
}
func DecodeActionIdNxResubmitTable ¶
func DecodeActionIdNxResubmitTable(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxResubmitTable, error)
func NewActionIdNxResubmitTable ¶
func NewActionIdNxResubmitTable() *ActionIdNxResubmitTable
type ActionIdNxResubmitTableCt ¶
type ActionIdNxResubmitTableCt struct {
*ActionIdNicira
}
func DecodeActionIdNxResubmitTableCt ¶
func DecodeActionIdNxResubmitTableCt(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxResubmitTableCt, error)
func NewActionIdNxResubmitTableCt ¶
func NewActionIdNxResubmitTableCt() *ActionIdNxResubmitTableCt
type ActionIdNxSample ¶
type ActionIdNxSample struct {
*ActionIdNicira
}
func DecodeActionIdNxSample ¶
func DecodeActionIdNxSample(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxSample, error)
func NewActionIdNxSample ¶
func NewActionIdNxSample() *ActionIdNxSample
type ActionIdNxSample2 ¶
type ActionIdNxSample2 struct {
*ActionIdNicira
}
func DecodeActionIdNxSample2 ¶
func DecodeActionIdNxSample2(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxSample2, error)
func NewActionIdNxSample2 ¶
func NewActionIdNxSample2() *ActionIdNxSample2
type ActionIdNxSample3 ¶
type ActionIdNxSample3 struct {
*ActionIdNicira
}
func DecodeActionIdNxSample3 ¶
func DecodeActionIdNxSample3(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxSample3, error)
func NewActionIdNxSample3 ¶
func NewActionIdNxSample3() *ActionIdNxSample3
type ActionIdNxSetMplsLabel ¶
type ActionIdNxSetMplsLabel struct {
*ActionIdNicira
}
func DecodeActionIdNxSetMplsLabel ¶
func DecodeActionIdNxSetMplsLabel(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxSetMplsLabel, error)
func NewActionIdNxSetMplsLabel ¶
func NewActionIdNxSetMplsLabel() *ActionIdNxSetMplsLabel
type ActionIdNxSetMplsTc ¶
type ActionIdNxSetMplsTc struct {
*ActionIdNicira
}
func DecodeActionIdNxSetMplsTc ¶
func DecodeActionIdNxSetMplsTc(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxSetMplsTc, error)
func NewActionIdNxSetMplsTc ¶
func NewActionIdNxSetMplsTc() *ActionIdNxSetMplsTc
type ActionIdNxSetMplsTtl ¶
type ActionIdNxSetMplsTtl struct {
*ActionIdNicira
}
func DecodeActionIdNxSetMplsTtl ¶
func DecodeActionIdNxSetMplsTtl(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxSetMplsTtl, error)
func NewActionIdNxSetMplsTtl ¶
func NewActionIdNxSetMplsTtl() *ActionIdNxSetMplsTtl
type ActionIdNxSetQueue ¶
type ActionIdNxSetQueue struct {
*ActionIdNicira
}
func DecodeActionIdNxSetQueue ¶
func DecodeActionIdNxSetQueue(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxSetQueue, error)
func NewActionIdNxSetQueue ¶
func NewActionIdNxSetQueue() *ActionIdNxSetQueue
type ActionIdNxSetTunnel ¶
type ActionIdNxSetTunnel struct {
*ActionIdNicira
}
func DecodeActionIdNxSetTunnel ¶
func DecodeActionIdNxSetTunnel(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxSetTunnel, error)
func NewActionIdNxSetTunnel ¶
func NewActionIdNxSetTunnel() *ActionIdNxSetTunnel
type ActionIdNxSetTunnel64 ¶
type ActionIdNxSetTunnel64 struct {
*ActionIdNicira
}
func DecodeActionIdNxSetTunnel64 ¶
func DecodeActionIdNxSetTunnel64(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxSetTunnel64, error)
func NewActionIdNxSetTunnel64 ¶
func NewActionIdNxSetTunnel64() *ActionIdNxSetTunnel64
type ActionIdNxStackPop ¶
type ActionIdNxStackPop struct {
*ActionIdNicira
}
func DecodeActionIdNxStackPop ¶
func DecodeActionIdNxStackPop(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxStackPop, error)
func NewActionIdNxStackPop ¶
func NewActionIdNxStackPop() *ActionIdNxStackPop
type ActionIdNxStackPush ¶
type ActionIdNxStackPush struct {
*ActionIdNicira
}
func DecodeActionIdNxStackPush ¶
func DecodeActionIdNxStackPush(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxStackPush, error)
func NewActionIdNxStackPush ¶
func NewActionIdNxStackPush() *ActionIdNxStackPush
type ActionIdNxWriteMetadata ¶
type ActionIdNxWriteMetadata struct {
*ActionIdNicira
}
func DecodeActionIdNxWriteMetadata ¶
func DecodeActionIdNxWriteMetadata(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdNxWriteMetadata, error)
func NewActionIdNxWriteMetadata ¶
func NewActionIdNxWriteMetadata() *ActionIdNxWriteMetadata
type ActionIdOutput ¶
type ActionIdOutput struct {
*ActionId
}
func DecodeActionIdOutput ¶
func DecodeActionIdOutput(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdOutput, error)
func NewActionIdOutput ¶
func NewActionIdOutput() *ActionIdOutput
type ActionIdResubmit ¶
type ActionIdResubmit struct {
*ActionIdNicira
}
func DecodeActionIdResubmit ¶
func DecodeActionIdResubmit(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdResubmit, error)
func NewActionIdResubmit ¶
func NewActionIdResubmit() *ActionIdResubmit
type ActionIdSetDlDst ¶
type ActionIdSetDlDst struct {
*ActionId
}
func DecodeActionIdSetDlDst ¶
func DecodeActionIdSetDlDst(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdSetDlDst, error)
func NewActionIdSetDlDst ¶
func NewActionIdSetDlDst() *ActionIdSetDlDst
type ActionIdSetDlSrc ¶
type ActionIdSetDlSrc struct {
*ActionId
}
func DecodeActionIdSetDlSrc ¶
func DecodeActionIdSetDlSrc(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdSetDlSrc, error)
func NewActionIdSetDlSrc ¶
func NewActionIdSetDlSrc() *ActionIdSetDlSrc
type ActionIdSetNwDst ¶
type ActionIdSetNwDst struct {
*ActionId
}
func DecodeActionIdSetNwDst ¶
func DecodeActionIdSetNwDst(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdSetNwDst, error)
func NewActionIdSetNwDst ¶
func NewActionIdSetNwDst() *ActionIdSetNwDst
type ActionIdSetNwSrc ¶
type ActionIdSetNwSrc struct {
*ActionId
}
func DecodeActionIdSetNwSrc ¶
func DecodeActionIdSetNwSrc(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdSetNwSrc, error)
func NewActionIdSetNwSrc ¶
func NewActionIdSetNwSrc() *ActionIdSetNwSrc
type ActionIdSetNwTos ¶
type ActionIdSetNwTos struct {
*ActionId
}
func DecodeActionIdSetNwTos ¶
func DecodeActionIdSetNwTos(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdSetNwTos, error)
func NewActionIdSetNwTos ¶
func NewActionIdSetNwTos() *ActionIdSetNwTos
type ActionIdSetTpDst ¶
type ActionIdSetTpDst struct {
*ActionId
}
func DecodeActionIdSetTpDst ¶
func DecodeActionIdSetTpDst(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdSetTpDst, error)
func NewActionIdSetTpDst ¶
func NewActionIdSetTpDst() *ActionIdSetTpDst
type ActionIdSetTpSrc ¶
type ActionIdSetTpSrc struct {
*ActionId
}
func DecodeActionIdSetTpSrc ¶
func DecodeActionIdSetTpSrc(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdSetTpSrc, error)
func NewActionIdSetTpSrc ¶
func NewActionIdSetTpSrc() *ActionIdSetTpSrc
type ActionIdSetVlanPcp ¶
type ActionIdSetVlanPcp struct {
*ActionId
}
func DecodeActionIdSetVlanPcp ¶
func DecodeActionIdSetVlanPcp(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdSetVlanPcp, error)
func NewActionIdSetVlanPcp ¶
func NewActionIdSetVlanPcp() *ActionIdSetVlanPcp
type ActionIdSetVlanVid ¶
type ActionIdSetVlanVid struct {
*ActionId
}
func DecodeActionIdSetVlanVid ¶
func DecodeActionIdSetVlanVid(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdSetVlanVid, error)
func NewActionIdSetVlanVid ¶
func NewActionIdSetVlanVid() *ActionIdSetVlanVid
type ActionIdStripVlan ¶
type ActionIdStripVlan struct {
*ActionId
}
func DecodeActionIdStripVlan ¶
func DecodeActionIdStripVlan(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdStripVlan, error)
func NewActionIdStripVlan ¶
func NewActionIdStripVlan() *ActionIdStripVlan
type ActionNicira ¶
type ActionNicira struct { *ActionExperimenter Subtype uint16 }
func NewActionNicira ¶
func NewActionNicira(_subtype uint16) *ActionNicira
func (*ActionNicira) GetActionFields ¶
func (self *ActionNicira) GetActionFields() map[string]interface{}
func (*ActionNicira) GetActionName ¶
func (self *ActionNicira) GetActionName() string
func (*ActionNicira) GetSubtype ¶
func (self *ActionNicira) GetSubtype() uint16
func (*ActionNicira) MarshalJSON ¶
func (self *ActionNicira) MarshalJSON() ([]byte, error)
func (*ActionNicira) SetSubtype ¶
func (self *ActionNicira) SetSubtype(v uint16)
type ActionNiciraDecTtl ¶
type ActionNiciraDecTtl struct {
*ActionNicira
}
func DecodeActionNiciraDecTtl ¶
func DecodeActionNiciraDecTtl(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNiciraDecTtl, error)
func NewActionNiciraDecTtl ¶
func NewActionNiciraDecTtl() *ActionNiciraDecTtl
func (*ActionNiciraDecTtl) GetActionFields ¶
func (self *ActionNiciraDecTtl) GetActionFields() map[string]interface{}
func (*ActionNiciraDecTtl) GetActionName ¶
func (self *ActionNiciraDecTtl) GetActionName() string
func (*ActionNiciraDecTtl) MarshalJSON ¶
func (self *ActionNiciraDecTtl) MarshalJSON() ([]byte, error)
type ActionNxBundle ¶
type ActionNxBundle struct { *ActionNicira Algorithm uint16 Fields NxHashFields Basis uint16 SlaveType ActionNxBundleSlaveType NSlaves uint16 OfsNbits uint16 Dst goloxi.IOxmId }
func DecodeActionNxBundle ¶
func DecodeActionNxBundle(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxBundle, error)
func NewActionNxBundle ¶
func NewActionNxBundle() *ActionNxBundle
func (*ActionNxBundle) GetActionFields ¶
func (self *ActionNxBundle) GetActionFields() map[string]interface{}
func (*ActionNxBundle) GetActionName ¶
func (self *ActionNxBundle) GetActionName() string
func (*ActionNxBundle) GetAlgorithm ¶
func (self *ActionNxBundle) GetAlgorithm() uint16
func (*ActionNxBundle) GetBasis ¶
func (self *ActionNxBundle) GetBasis() uint16
func (*ActionNxBundle) GetDst ¶
func (self *ActionNxBundle) GetDst() goloxi.IOxmId
func (*ActionNxBundle) GetFields ¶
func (self *ActionNxBundle) GetFields() NxHashFields
func (*ActionNxBundle) GetNSlaves ¶
func (self *ActionNxBundle) GetNSlaves() uint16
func (*ActionNxBundle) GetOfsNbits ¶
func (self *ActionNxBundle) GetOfsNbits() uint16
func (*ActionNxBundle) GetSlaveType ¶
func (self *ActionNxBundle) GetSlaveType() ActionNxBundleSlaveType
func (*ActionNxBundle) MarshalJSON ¶
func (self *ActionNxBundle) MarshalJSON() ([]byte, error)
func (*ActionNxBundle) Serialize ¶
func (self *ActionNxBundle) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxBundle) SetAlgorithm ¶
func (self *ActionNxBundle) SetAlgorithm(v uint16)
func (*ActionNxBundle) SetBasis ¶
func (self *ActionNxBundle) SetBasis(v uint16)
func (*ActionNxBundle) SetDst ¶
func (self *ActionNxBundle) SetDst(v goloxi.IOxmId)
func (*ActionNxBundle) SetFields ¶
func (self *ActionNxBundle) SetFields(v NxHashFields)
func (*ActionNxBundle) SetNSlaves ¶
func (self *ActionNxBundle) SetNSlaves(v uint16)
func (*ActionNxBundle) SetOfsNbits ¶
func (self *ActionNxBundle) SetOfsNbits(v uint16)
func (*ActionNxBundle) SetSlaveType ¶
func (self *ActionNxBundle) SetSlaveType(v ActionNxBundleSlaveType)
type ActionNxBundleLoad ¶
type ActionNxBundleLoad struct { *ActionNicira Algorithm NxBdAlgorithms Fields NxHashFields Basis uint16 SlaveType ActionNxBundleSlaveType NSlaves uint16 OfsNbits uint16 Dst goloxi.IOxmId }
func NewActionNxBundleLoad ¶
func NewActionNxBundleLoad(_slave_type ActionNxBundleSlaveType) *ActionNxBundleLoad
func (*ActionNxBundleLoad) GetActionFields ¶
func (self *ActionNxBundleLoad) GetActionFields() map[string]interface{}
func (*ActionNxBundleLoad) GetActionName ¶
func (self *ActionNxBundleLoad) GetActionName() string
func (*ActionNxBundleLoad) GetAlgorithm ¶
func (self *ActionNxBundleLoad) GetAlgorithm() NxBdAlgorithms
func (*ActionNxBundleLoad) GetBasis ¶
func (self *ActionNxBundleLoad) GetBasis() uint16
func (*ActionNxBundleLoad) GetDst ¶
func (self *ActionNxBundleLoad) GetDst() goloxi.IOxmId
func (*ActionNxBundleLoad) GetFields ¶
func (self *ActionNxBundleLoad) GetFields() NxHashFields
func (*ActionNxBundleLoad) GetNSlaves ¶
func (self *ActionNxBundleLoad) GetNSlaves() uint16
func (*ActionNxBundleLoad) GetOfsNbits ¶
func (self *ActionNxBundleLoad) GetOfsNbits() uint16
func (*ActionNxBundleLoad) GetSlaveType ¶
func (self *ActionNxBundleLoad) GetSlaveType() ActionNxBundleSlaveType
func (*ActionNxBundleLoad) MarshalJSON ¶
func (self *ActionNxBundleLoad) MarshalJSON() ([]byte, error)
func (*ActionNxBundleLoad) Serialize ¶
func (self *ActionNxBundleLoad) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxBundleLoad) SetAlgorithm ¶
func (self *ActionNxBundleLoad) SetAlgorithm(v NxBdAlgorithms)
func (*ActionNxBundleLoad) SetBasis ¶
func (self *ActionNxBundleLoad) SetBasis(v uint16)
func (*ActionNxBundleLoad) SetDst ¶
func (self *ActionNxBundleLoad) SetDst(v goloxi.IOxmId)
func (*ActionNxBundleLoad) SetFields ¶
func (self *ActionNxBundleLoad) SetFields(v NxHashFields)
func (*ActionNxBundleLoad) SetNSlaves ¶
func (self *ActionNxBundleLoad) SetNSlaves(v uint16)
func (*ActionNxBundleLoad) SetOfsNbits ¶
func (self *ActionNxBundleLoad) SetOfsNbits(v uint16)
func (*ActionNxBundleLoad) SetSlaveType ¶
func (self *ActionNxBundleLoad) SetSlaveType(v ActionNxBundleSlaveType)
type ActionNxBundleLoadInPort ¶
type ActionNxBundleLoadInPort struct { *ActionNicira Algorithm NxBdAlgorithms Fields NxHashFields Basis uint16 SlaveType ActionNxBundleSlaveType NSlaves uint16 OfsNbits uint16 Dst goloxi.IOxmId InPorts []*ActionNxBundleLoadSlave }
func DecodeActionNxBundleLoadInPort ¶
func DecodeActionNxBundleLoadInPort(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxBundleLoadInPort, error)
func NewActionNxBundleLoadInPort ¶
func NewActionNxBundleLoadInPort() *ActionNxBundleLoadInPort
func (*ActionNxBundleLoadInPort) GetActionFields ¶
func (self *ActionNxBundleLoadInPort) GetActionFields() map[string]interface{}
func (*ActionNxBundleLoadInPort) GetActionName ¶
func (self *ActionNxBundleLoadInPort) GetActionName() string
func (*ActionNxBundleLoadInPort) GetAlgorithm ¶
func (self *ActionNxBundleLoadInPort) GetAlgorithm() NxBdAlgorithms
func (*ActionNxBundleLoadInPort) GetBasis ¶
func (self *ActionNxBundleLoadInPort) GetBasis() uint16
func (*ActionNxBundleLoadInPort) GetDst ¶
func (self *ActionNxBundleLoadInPort) GetDst() goloxi.IOxmId
func (*ActionNxBundleLoadInPort) GetFields ¶
func (self *ActionNxBundleLoadInPort) GetFields() NxHashFields
func (*ActionNxBundleLoadInPort) GetInPorts ¶
func (self *ActionNxBundleLoadInPort) GetInPorts() []*ActionNxBundleLoadSlave
func (*ActionNxBundleLoadInPort) GetNSlaves ¶
func (self *ActionNxBundleLoadInPort) GetNSlaves() uint16
func (*ActionNxBundleLoadInPort) GetOfsNbits ¶
func (self *ActionNxBundleLoadInPort) GetOfsNbits() uint16
func (*ActionNxBundleLoadInPort) GetSlaveType ¶
func (self *ActionNxBundleLoadInPort) GetSlaveType() ActionNxBundleSlaveType
func (*ActionNxBundleLoadInPort) MarshalJSON ¶
func (self *ActionNxBundleLoadInPort) MarshalJSON() ([]byte, error)
func (*ActionNxBundleLoadInPort) Serialize ¶
func (self *ActionNxBundleLoadInPort) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxBundleLoadInPort) SetAlgorithm ¶
func (self *ActionNxBundleLoadInPort) SetAlgorithm(v NxBdAlgorithms)
func (*ActionNxBundleLoadInPort) SetBasis ¶
func (self *ActionNxBundleLoadInPort) SetBasis(v uint16)
func (*ActionNxBundleLoadInPort) SetDst ¶
func (self *ActionNxBundleLoadInPort) SetDst(v goloxi.IOxmId)
func (*ActionNxBundleLoadInPort) SetFields ¶
func (self *ActionNxBundleLoadInPort) SetFields(v NxHashFields)
func (*ActionNxBundleLoadInPort) SetInPorts ¶
func (self *ActionNxBundleLoadInPort) SetInPorts(v []*ActionNxBundleLoadSlave)
func (*ActionNxBundleLoadInPort) SetNSlaves ¶
func (self *ActionNxBundleLoadInPort) SetNSlaves(v uint16)
func (*ActionNxBundleLoadInPort) SetOfsNbits ¶
func (self *ActionNxBundleLoadInPort) SetOfsNbits(v uint16)
func (*ActionNxBundleLoadInPort) SetSlaveType ¶
func (self *ActionNxBundleLoadInPort) SetSlaveType(v ActionNxBundleSlaveType)
type ActionNxBundleLoadSlave ¶
type ActionNxBundleLoadSlave struct {
Port Port
}
func DecodeActionNxBundleLoadSlave ¶
func DecodeActionNxBundleLoadSlave(decoder *goloxi.Decoder) (*ActionNxBundleLoadSlave, error)
func NewActionNxBundleLoadSlave ¶
func NewActionNxBundleLoadSlave() *ActionNxBundleLoadSlave
func (*ActionNxBundleLoadSlave) GetPort ¶
func (self *ActionNxBundleLoadSlave) GetPort() Port
func (*ActionNxBundleLoadSlave) Serialize ¶
func (self *ActionNxBundleLoadSlave) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxBundleLoadSlave) SetPort ¶
func (self *ActionNxBundleLoadSlave) SetPort(v Port)
type ActionNxBundleSlaveType ¶
type ActionNxBundleSlaveType uint32
func (ActionNxBundleSlaveType) MarshalJSON ¶
func (self ActionNxBundleSlaveType) MarshalJSON() ([]byte, error)
func (ActionNxBundleSlaveType) String ¶
func (self ActionNxBundleSlaveType) String() string
type ActionNxClone ¶
type ActionNxClone struct { *ActionNicira Actions []goloxi.IAction }
func DecodeActionNxClone ¶
func DecodeActionNxClone(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxClone, error)
func NewActionNxClone ¶
func NewActionNxClone() *ActionNxClone
func (*ActionNxClone) GetActionFields ¶
func (self *ActionNxClone) GetActionFields() map[string]interface{}
func (*ActionNxClone) GetActionName ¶
func (self *ActionNxClone) GetActionName() string
func (*ActionNxClone) GetActions ¶
func (self *ActionNxClone) GetActions() []goloxi.IAction
func (*ActionNxClone) MarshalJSON ¶
func (self *ActionNxClone) MarshalJSON() ([]byte, error)
func (*ActionNxClone) Serialize ¶
func (self *ActionNxClone) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxClone) SetActions ¶
func (self *ActionNxClone) SetActions(v []goloxi.IAction)
type ActionNxConjunction ¶
type ActionNxConjunction struct { *ActionNicira Clause uint8 NClauses uint8 Id uint32 }
func DecodeActionNxConjunction ¶
func DecodeActionNxConjunction(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxConjunction, error)
func NewActionNxConjunction ¶
func NewActionNxConjunction() *ActionNxConjunction
func (*ActionNxConjunction) GetActionFields ¶
func (self *ActionNxConjunction) GetActionFields() map[string]interface{}
func (*ActionNxConjunction) GetActionName ¶
func (self *ActionNxConjunction) GetActionName() string
func (*ActionNxConjunction) GetClause ¶
func (self *ActionNxConjunction) GetClause() uint8
func (*ActionNxConjunction) GetId ¶
func (self *ActionNxConjunction) GetId() uint32
func (*ActionNxConjunction) GetNClauses ¶
func (self *ActionNxConjunction) GetNClauses() uint8
func (*ActionNxConjunction) MarshalJSON ¶
func (self *ActionNxConjunction) MarshalJSON() ([]byte, error)
func (*ActionNxConjunction) Serialize ¶
func (self *ActionNxConjunction) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxConjunction) SetClause ¶
func (self *ActionNxConjunction) SetClause(v uint8)
func (*ActionNxConjunction) SetId ¶
func (self *ActionNxConjunction) SetId(v uint32)
func (*ActionNxConjunction) SetNClauses ¶
func (self *ActionNxConjunction) SetNClauses(v uint8)
type ActionNxController ¶
type ActionNxController struct { *ActionNicira MaxLen uint16 ControllerId uint16 Reason uint8 }
func DecodeActionNxController ¶
func DecodeActionNxController(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxController, error)
func NewActionNxController ¶
func NewActionNxController() *ActionNxController
func (*ActionNxController) GetActionFields ¶
func (self *ActionNxController) GetActionFields() map[string]interface{}
func (*ActionNxController) GetActionName ¶
func (self *ActionNxController) GetActionName() string
func (*ActionNxController) GetControllerId ¶
func (self *ActionNxController) GetControllerId() uint16
func (*ActionNxController) GetMaxLen ¶
func (self *ActionNxController) GetMaxLen() uint16
func (*ActionNxController) GetReason ¶
func (self *ActionNxController) GetReason() uint8
func (*ActionNxController) MarshalJSON ¶
func (self *ActionNxController) MarshalJSON() ([]byte, error)
func (*ActionNxController) Serialize ¶
func (self *ActionNxController) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxController) SetControllerId ¶
func (self *ActionNxController) SetControllerId(v uint16)
func (*ActionNxController) SetMaxLen ¶
func (self *ActionNxController) SetMaxLen(v uint16)
func (*ActionNxController) SetReason ¶
func (self *ActionNxController) SetReason(v uint8)
type ActionNxController2 ¶
type ActionNxController2 struct { *ActionNicira Properties []IActionNxController2Property }
func DecodeActionNxController2 ¶
func DecodeActionNxController2(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxController2, error)
func NewActionNxController2 ¶
func NewActionNxController2() *ActionNxController2
func (*ActionNxController2) GetActionFields ¶
func (self *ActionNxController2) GetActionFields() map[string]interface{}
func (*ActionNxController2) GetActionName ¶
func (self *ActionNxController2) GetActionName() string
func (*ActionNxController2) GetProperties ¶
func (self *ActionNxController2) GetProperties() []IActionNxController2Property
func (*ActionNxController2) MarshalJSON ¶
func (self *ActionNxController2) MarshalJSON() ([]byte, error)
func (*ActionNxController2) Serialize ¶
func (self *ActionNxController2) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxController2) SetProperties ¶
func (self *ActionNxController2) SetProperties(v []IActionNxController2Property)
type ActionNxController2Property ¶
type ActionNxController2Property struct {
Type NxActionController2PropType
}
func NewActionNxController2Property ¶
func NewActionNxController2Property(_type NxActionController2PropType) *ActionNxController2Property
func (*ActionNxController2Property) GetType ¶
func (self *ActionNxController2Property) GetType() NxActionController2PropType
func (*ActionNxController2Property) Serialize ¶
func (self *ActionNxController2Property) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxController2Property) SetType ¶
func (self *ActionNxController2Property) SetType(v NxActionController2PropType)
type ActionNxController2PropertyControllerId ¶
type ActionNxController2PropertyControllerId struct { *ActionNxController2Property ControllerId uint16 }
func DecodeActionNxController2PropertyControllerId ¶
func DecodeActionNxController2PropertyControllerId(parent *ActionNxController2Property, decoder *goloxi.Decoder) (*ActionNxController2PropertyControllerId, error)
func NewActionNxController2PropertyControllerId ¶
func NewActionNxController2PropertyControllerId() *ActionNxController2PropertyControllerId
func (*ActionNxController2PropertyControllerId) GetControllerId ¶
func (self *ActionNxController2PropertyControllerId) GetControllerId() uint16
func (*ActionNxController2PropertyControllerId) Serialize ¶
func (self *ActionNxController2PropertyControllerId) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxController2PropertyControllerId) SetControllerId ¶
func (self *ActionNxController2PropertyControllerId) SetControllerId(v uint16)
type ActionNxController2PropertyMaxLen ¶
type ActionNxController2PropertyMaxLen struct { *ActionNxController2Property MaxLen uint16 }
func DecodeActionNxController2PropertyMaxLen ¶
func DecodeActionNxController2PropertyMaxLen(parent *ActionNxController2Property, decoder *goloxi.Decoder) (*ActionNxController2PropertyMaxLen, error)
func NewActionNxController2PropertyMaxLen ¶
func NewActionNxController2PropertyMaxLen() *ActionNxController2PropertyMaxLen
func (*ActionNxController2PropertyMaxLen) GetMaxLen ¶
func (self *ActionNxController2PropertyMaxLen) GetMaxLen() uint16
func (*ActionNxController2PropertyMaxLen) Serialize ¶
func (self *ActionNxController2PropertyMaxLen) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxController2PropertyMaxLen) SetMaxLen ¶
func (self *ActionNxController2PropertyMaxLen) SetMaxLen(v uint16)
type ActionNxController2PropertyMeterId ¶
type ActionNxController2PropertyMeterId struct { *ActionNxController2Property MeterId uint32 }
func DecodeActionNxController2PropertyMeterId ¶
func DecodeActionNxController2PropertyMeterId(parent *ActionNxController2Property, decoder *goloxi.Decoder) (*ActionNxController2PropertyMeterId, error)
func NewActionNxController2PropertyMeterId ¶
func NewActionNxController2PropertyMeterId() *ActionNxController2PropertyMeterId
func (*ActionNxController2PropertyMeterId) GetMeterId ¶
func (self *ActionNxController2PropertyMeterId) GetMeterId() uint32
func (*ActionNxController2PropertyMeterId) Serialize ¶
func (self *ActionNxController2PropertyMeterId) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxController2PropertyMeterId) SetMeterId ¶
func (self *ActionNxController2PropertyMeterId) SetMeterId(v uint32)
type ActionNxController2PropertyPause ¶
type ActionNxController2PropertyPause struct {
*ActionNxController2Property
}
func DecodeActionNxController2PropertyPause ¶
func DecodeActionNxController2PropertyPause(parent *ActionNxController2Property, decoder *goloxi.Decoder) (*ActionNxController2PropertyPause, error)
func NewActionNxController2PropertyPause ¶
func NewActionNxController2PropertyPause() *ActionNxController2PropertyPause
type ActionNxController2PropertyReason ¶
type ActionNxController2PropertyReason struct { *ActionNxController2Property Reason PacketInReason }
func DecodeActionNxController2PropertyReason ¶
func DecodeActionNxController2PropertyReason(parent *ActionNxController2Property, decoder *goloxi.Decoder) (*ActionNxController2PropertyReason, error)
func NewActionNxController2PropertyReason ¶
func NewActionNxController2PropertyReason() *ActionNxController2PropertyReason
func (*ActionNxController2PropertyReason) GetReason ¶
func (self *ActionNxController2PropertyReason) GetReason() PacketInReason
func (*ActionNxController2PropertyReason) Serialize ¶
func (self *ActionNxController2PropertyReason) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxController2PropertyReason) SetReason ¶
func (self *ActionNxController2PropertyReason) SetReason(v PacketInReason)
type ActionNxController2PropertyUserdata ¶
type ActionNxController2PropertyUserdata struct { *ActionNxController2Property Length uint16 Userdata []byte }
func DecodeActionNxController2PropertyUserdata ¶
func DecodeActionNxController2PropertyUserdata(parent *ActionNxController2Property, decoder *goloxi.Decoder) (*ActionNxController2PropertyUserdata, error)
func NewActionNxController2PropertyUserdata ¶
func NewActionNxController2PropertyUserdata() *ActionNxController2PropertyUserdata
func (*ActionNxController2PropertyUserdata) GetLength ¶
func (self *ActionNxController2PropertyUserdata) GetLength() uint16
func (*ActionNxController2PropertyUserdata) GetUserdata ¶
func (self *ActionNxController2PropertyUserdata) GetUserdata() []byte
func (*ActionNxController2PropertyUserdata) Serialize ¶
func (self *ActionNxController2PropertyUserdata) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxController2PropertyUserdata) SetLength ¶
func (self *ActionNxController2PropertyUserdata) SetLength(v uint16)
func (*ActionNxController2PropertyUserdata) SetUserdata ¶
func (self *ActionNxController2PropertyUserdata) SetUserdata(v []byte)
type ActionNxCt ¶
type ActionNxCt struct { *ActionNicira Flags NxConntrackFlags ZoneSrc goloxi.IOxmId Value uint16 RecircTable uint8 Alg uint16 Actions []goloxi.IAction }
func DecodeActionNxCt ¶
func DecodeActionNxCt(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxCt, error)
func NewActionNxCt ¶
func NewActionNxCt() *ActionNxCt
func (*ActionNxCt) GetActionFields ¶
func (self *ActionNxCt) GetActionFields() map[string]interface{}
func (*ActionNxCt) GetActionName ¶
func (self *ActionNxCt) GetActionName() string
func (*ActionNxCt) GetActions ¶
func (self *ActionNxCt) GetActions() []goloxi.IAction
func (*ActionNxCt) GetAlg ¶
func (self *ActionNxCt) GetAlg() uint16
func (*ActionNxCt) GetFlags ¶
func (self *ActionNxCt) GetFlags() NxConntrackFlags
func (*ActionNxCt) GetRecircTable ¶
func (self *ActionNxCt) GetRecircTable() uint8
func (*ActionNxCt) GetValue ¶
func (self *ActionNxCt) GetValue() uint16
func (*ActionNxCt) GetZoneSrc ¶
func (self *ActionNxCt) GetZoneSrc() goloxi.IOxmId
func (*ActionNxCt) MarshalJSON ¶
func (self *ActionNxCt) MarshalJSON() ([]byte, error)
func (*ActionNxCt) SetActions ¶
func (self *ActionNxCt) SetActions(v []goloxi.IAction)
func (*ActionNxCt) SetAlg ¶
func (self *ActionNxCt) SetAlg(v uint16)
func (*ActionNxCt) SetFlags ¶
func (self *ActionNxCt) SetFlags(v NxConntrackFlags)
func (*ActionNxCt) SetRecircTable ¶
func (self *ActionNxCt) SetRecircTable(v uint8)
func (*ActionNxCt) SetValue ¶
func (self *ActionNxCt) SetValue(v uint16)
func (*ActionNxCt) SetZoneSrc ¶
func (self *ActionNxCt) SetZoneSrc(v goloxi.IOxmId)
type ActionNxCtClear ¶
type ActionNxCtClear struct {
*ActionNicira
}
func DecodeActionNxCtClear ¶
func DecodeActionNxCtClear(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxCtClear, error)
func NewActionNxCtClear ¶
func NewActionNxCtClear() *ActionNxCtClear
func (*ActionNxCtClear) GetActionFields ¶
func (self *ActionNxCtClear) GetActionFields() map[string]interface{}
func (*ActionNxCtClear) GetActionName ¶
func (self *ActionNxCtClear) GetActionName() string
func (*ActionNxCtClear) MarshalJSON ¶
func (self *ActionNxCtClear) MarshalJSON() ([]byte, error)
type ActionNxDebugRecirc ¶
type ActionNxDebugRecirc struct {
*ActionNicira
}
func DecodeActionNxDebugRecirc ¶
func DecodeActionNxDebugRecirc(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxDebugRecirc, error)
func NewActionNxDebugRecirc ¶
func NewActionNxDebugRecirc() *ActionNxDebugRecirc
func (*ActionNxDebugRecirc) GetActionFields ¶
func (self *ActionNxDebugRecirc) GetActionFields() map[string]interface{}
func (*ActionNxDebugRecirc) GetActionName ¶
func (self *ActionNxDebugRecirc) GetActionName() string
func (*ActionNxDebugRecirc) MarshalJSON ¶
func (self *ActionNxDebugRecirc) MarshalJSON() ([]byte, error)
type ActionNxDebugSlow ¶
type ActionNxDebugSlow struct {
*ActionNicira
}
func DecodeActionNxDebugSlow ¶
func DecodeActionNxDebugSlow(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxDebugSlow, error)
func NewActionNxDebugSlow ¶
func NewActionNxDebugSlow() *ActionNxDebugSlow
func (*ActionNxDebugSlow) GetActionFields ¶
func (self *ActionNxDebugSlow) GetActionFields() map[string]interface{}
func (*ActionNxDebugSlow) GetActionName ¶
func (self *ActionNxDebugSlow) GetActionName() string
func (*ActionNxDebugSlow) MarshalJSON ¶
func (self *ActionNxDebugSlow) MarshalJSON() ([]byte, error)
type ActionNxDecMplsTtl ¶
type ActionNxDecMplsTtl struct {
*ActionNicira
}
func DecodeActionNxDecMplsTtl ¶
func DecodeActionNxDecMplsTtl(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxDecMplsTtl, error)
func NewActionNxDecMplsTtl ¶
func NewActionNxDecMplsTtl() *ActionNxDecMplsTtl
func (*ActionNxDecMplsTtl) GetActionFields ¶
func (self *ActionNxDecMplsTtl) GetActionFields() map[string]interface{}
func (*ActionNxDecMplsTtl) GetActionName ¶
func (self *ActionNxDecMplsTtl) GetActionName() string
func (*ActionNxDecMplsTtl) MarshalJSON ¶
func (self *ActionNxDecMplsTtl) MarshalJSON() ([]byte, error)
type ActionNxDecNshTtl ¶
type ActionNxDecNshTtl struct {
*ActionNicira
}
func DecodeActionNxDecNshTtl ¶
func DecodeActionNxDecNshTtl(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxDecNshTtl, error)
func NewActionNxDecNshTtl ¶
func NewActionNxDecNshTtl() *ActionNxDecNshTtl
func (*ActionNxDecNshTtl) GetActionFields ¶
func (self *ActionNxDecNshTtl) GetActionFields() map[string]interface{}
func (*ActionNxDecNshTtl) GetActionName ¶
func (self *ActionNxDecNshTtl) GetActionName() string
func (*ActionNxDecNshTtl) MarshalJSON ¶
func (self *ActionNxDecNshTtl) MarshalJSON() ([]byte, error)
type ActionNxDecTtlCntIds ¶
type ActionNxDecTtlCntIds struct { *ActionNicira NControllers uint16 }
func DecodeActionNxDecTtlCntIds ¶
func DecodeActionNxDecTtlCntIds(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxDecTtlCntIds, error)
func NewActionNxDecTtlCntIds ¶
func NewActionNxDecTtlCntIds() *ActionNxDecTtlCntIds
func (*ActionNxDecTtlCntIds) GetActionFields ¶
func (self *ActionNxDecTtlCntIds) GetActionFields() map[string]interface{}
func (*ActionNxDecTtlCntIds) GetActionName ¶
func (self *ActionNxDecTtlCntIds) GetActionName() string
func (*ActionNxDecTtlCntIds) GetNControllers ¶
func (self *ActionNxDecTtlCntIds) GetNControllers() uint16
func (*ActionNxDecTtlCntIds) MarshalJSON ¶
func (self *ActionNxDecTtlCntIds) MarshalJSON() ([]byte, error)
func (*ActionNxDecTtlCntIds) Serialize ¶
func (self *ActionNxDecTtlCntIds) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxDecTtlCntIds) SetNControllers ¶
func (self *ActionNxDecTtlCntIds) SetNControllers(v uint16)
type ActionNxDecap ¶
type ActionNxDecap struct { *ActionNicira NewPktType uint32 }
func DecodeActionNxDecap ¶
func DecodeActionNxDecap(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxDecap, error)
func NewActionNxDecap ¶
func NewActionNxDecap() *ActionNxDecap
func (*ActionNxDecap) GetActionFields ¶
func (self *ActionNxDecap) GetActionFields() map[string]interface{}
func (*ActionNxDecap) GetActionName ¶
func (self *ActionNxDecap) GetActionName() string
func (*ActionNxDecap) GetNewPktType ¶
func (self *ActionNxDecap) GetNewPktType() uint32
func (*ActionNxDecap) MarshalJSON ¶
func (self *ActionNxDecap) MarshalJSON() ([]byte, error)
func (*ActionNxDecap) Serialize ¶
func (self *ActionNxDecap) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxDecap) SetNewPktType ¶
func (self *ActionNxDecap) SetNewPktType(v uint32)
type ActionNxEncap ¶
type ActionNxEncap struct { *ActionNicira HdrSize uint16 PacketType PacketType Props []IEdPropHeader }
func DecodeActionNxEncap ¶
func DecodeActionNxEncap(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxEncap, error)
func NewActionNxEncap ¶
func NewActionNxEncap() *ActionNxEncap
func (*ActionNxEncap) GetActionFields ¶
func (self *ActionNxEncap) GetActionFields() map[string]interface{}
func (*ActionNxEncap) GetActionName ¶
func (self *ActionNxEncap) GetActionName() string
func (*ActionNxEncap) GetHdrSize ¶
func (self *ActionNxEncap) GetHdrSize() uint16
func (*ActionNxEncap) GetPacketType ¶
func (self *ActionNxEncap) GetPacketType() PacketType
func (*ActionNxEncap) GetProps ¶
func (self *ActionNxEncap) GetProps() []IEdPropHeader
func (*ActionNxEncap) MarshalJSON ¶
func (self *ActionNxEncap) MarshalJSON() ([]byte, error)
func (*ActionNxEncap) Serialize ¶
func (self *ActionNxEncap) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxEncap) SetHdrSize ¶
func (self *ActionNxEncap) SetHdrSize(v uint16)
func (*ActionNxEncap) SetPacketType ¶
func (self *ActionNxEncap) SetPacketType(v PacketType)
func (*ActionNxEncap) SetProps ¶
func (self *ActionNxEncap) SetProps(v []IEdPropHeader)
type ActionNxExit ¶
type ActionNxExit struct {
*ActionNicira
}
func DecodeActionNxExit ¶
func DecodeActionNxExit(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxExit, error)
func NewActionNxExit ¶
func NewActionNxExit() *ActionNxExit
func (*ActionNxExit) GetActionFields ¶
func (self *ActionNxExit) GetActionFields() map[string]interface{}
func (*ActionNxExit) GetActionName ¶
func (self *ActionNxExit) GetActionName() string
func (*ActionNxExit) MarshalJSON ¶
func (self *ActionNxExit) MarshalJSON() ([]byte, error)
type ActionNxFinTimeout ¶
type ActionNxFinTimeout struct { *ActionNicira FinIdleTimeout uint16 FinHardTimeout uint16 }
func DecodeActionNxFinTimeout ¶
func DecodeActionNxFinTimeout(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxFinTimeout, error)
func NewActionNxFinTimeout ¶
func NewActionNxFinTimeout() *ActionNxFinTimeout
func (*ActionNxFinTimeout) GetActionFields ¶
func (self *ActionNxFinTimeout) GetActionFields() map[string]interface{}
func (*ActionNxFinTimeout) GetActionName ¶
func (self *ActionNxFinTimeout) GetActionName() string
func (*ActionNxFinTimeout) GetFinHardTimeout ¶
func (self *ActionNxFinTimeout) GetFinHardTimeout() uint16
func (*ActionNxFinTimeout) GetFinIdleTimeout ¶
func (self *ActionNxFinTimeout) GetFinIdleTimeout() uint16
func (*ActionNxFinTimeout) MarshalJSON ¶
func (self *ActionNxFinTimeout) MarshalJSON() ([]byte, error)
func (*ActionNxFinTimeout) Serialize ¶
func (self *ActionNxFinTimeout) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxFinTimeout) SetFinHardTimeout ¶
func (self *ActionNxFinTimeout) SetFinHardTimeout(v uint16)
func (*ActionNxFinTimeout) SetFinIdleTimeout ¶
func (self *ActionNxFinTimeout) SetFinIdleTimeout(v uint16)
type ActionNxGroup ¶
type ActionNxGroup struct { *ActionNicira Value uint32 }
func DecodeActionNxGroup ¶
func DecodeActionNxGroup(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxGroup, error)
func NewActionNxGroup ¶
func NewActionNxGroup() *ActionNxGroup
func (*ActionNxGroup) GetActionFields ¶
func (self *ActionNxGroup) GetActionFields() map[string]interface{}
func (*ActionNxGroup) GetActionName ¶
func (self *ActionNxGroup) GetActionName() string
func (*ActionNxGroup) GetValue ¶
func (self *ActionNxGroup) GetValue() uint32
func (*ActionNxGroup) MarshalJSON ¶
func (self *ActionNxGroup) MarshalJSON() ([]byte, error)
func (*ActionNxGroup) Serialize ¶
func (self *ActionNxGroup) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxGroup) SetValue ¶
func (self *ActionNxGroup) SetValue(v uint32)
type ActionNxLearn ¶
type ActionNxLearn struct { *ActionNicira IdleTimeout uint16 HardTimeout uint16 Priority uint16 Cookie uint64 Flags uint16 TableId uint8 FinIdleTimeout uint16 FinHardTimeout uint16 FlowMods []IFlowModSpec }
func DecodeActionNxLearn ¶
func DecodeActionNxLearn(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxLearn, error)
func NewActionNxLearn ¶
func NewActionNxLearn() *ActionNxLearn
func (*ActionNxLearn) GetActionFields ¶
func (self *ActionNxLearn) GetActionFields() map[string]interface{}
func (*ActionNxLearn) GetActionName ¶
func (self *ActionNxLearn) GetActionName() string
func (*ActionNxLearn) GetCookie ¶
func (self *ActionNxLearn) GetCookie() uint64
func (*ActionNxLearn) GetFinHardTimeout ¶
func (self *ActionNxLearn) GetFinHardTimeout() uint16
func (*ActionNxLearn) GetFinIdleTimeout ¶
func (self *ActionNxLearn) GetFinIdleTimeout() uint16
func (*ActionNxLearn) GetFlags ¶
func (self *ActionNxLearn) GetFlags() uint16
func (*ActionNxLearn) GetFlowMods ¶
func (self *ActionNxLearn) GetFlowMods() []IFlowModSpec
func (*ActionNxLearn) GetHardTimeout ¶
func (self *ActionNxLearn) GetHardTimeout() uint16
func (*ActionNxLearn) GetIdleTimeout ¶
func (self *ActionNxLearn) GetIdleTimeout() uint16
func (*ActionNxLearn) GetPriority ¶
func (self *ActionNxLearn) GetPriority() uint16
func (*ActionNxLearn) GetTableId ¶
func (self *ActionNxLearn) GetTableId() uint8
func (*ActionNxLearn) MarshalJSON ¶
func (self *ActionNxLearn) MarshalJSON() ([]byte, error)
func (*ActionNxLearn) Serialize ¶
func (self *ActionNxLearn) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxLearn) SetCookie ¶
func (self *ActionNxLearn) SetCookie(v uint64)
func (*ActionNxLearn) SetFinHardTimeout ¶
func (self *ActionNxLearn) SetFinHardTimeout(v uint16)
func (*ActionNxLearn) SetFinIdleTimeout ¶
func (self *ActionNxLearn) SetFinIdleTimeout(v uint16)
func (*ActionNxLearn) SetFlags ¶
func (self *ActionNxLearn) SetFlags(v uint16)
func (*ActionNxLearn) SetFlowMods ¶
func (self *ActionNxLearn) SetFlowMods(v []IFlowModSpec)
func (*ActionNxLearn) SetHardTimeout ¶
func (self *ActionNxLearn) SetHardTimeout(v uint16)
func (*ActionNxLearn) SetIdleTimeout ¶
func (self *ActionNxLearn) SetIdleTimeout(v uint16)
func (*ActionNxLearn) SetPriority ¶
func (self *ActionNxLearn) SetPriority(v uint16)
func (*ActionNxLearn) SetTableId ¶
func (self *ActionNxLearn) SetTableId(v uint8)
type ActionNxLearn2 ¶
type ActionNxLearn2 struct {
*ActionNicira
}
func DecodeActionNxLearn2 ¶
func DecodeActionNxLearn2(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxLearn2, error)
func NewActionNxLearn2 ¶
func NewActionNxLearn2() *ActionNxLearn2
func (*ActionNxLearn2) GetActionFields ¶
func (self *ActionNxLearn2) GetActionFields() map[string]interface{}
func (*ActionNxLearn2) GetActionName ¶
func (self *ActionNxLearn2) GetActionName() string
func (*ActionNxLearn2) MarshalJSON ¶
func (self *ActionNxLearn2) MarshalJSON() ([]byte, error)
type ActionNxMultipath ¶
type ActionNxMultipath struct { *ActionNicira Fields NxHashFields Basis uint16 Algorithm NxMpAlgorithm MaxLink uint16 Arg uint32 OfsNbits uint16 Dst goloxi.IOxmId }
func DecodeActionNxMultipath ¶
func DecodeActionNxMultipath(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxMultipath, error)
func NewActionNxMultipath ¶
func NewActionNxMultipath() *ActionNxMultipath
func (*ActionNxMultipath) GetActionFields ¶
func (self *ActionNxMultipath) GetActionFields() map[string]interface{}
func (*ActionNxMultipath) GetActionName ¶
func (self *ActionNxMultipath) GetActionName() string
func (*ActionNxMultipath) GetAlgorithm ¶
func (self *ActionNxMultipath) GetAlgorithm() NxMpAlgorithm
func (*ActionNxMultipath) GetArg ¶
func (self *ActionNxMultipath) GetArg() uint32
func (*ActionNxMultipath) GetBasis ¶
func (self *ActionNxMultipath) GetBasis() uint16
func (*ActionNxMultipath) GetDst ¶
func (self *ActionNxMultipath) GetDst() goloxi.IOxmId
func (*ActionNxMultipath) GetFields ¶
func (self *ActionNxMultipath) GetFields() NxHashFields
func (*ActionNxMultipath) GetMaxLink ¶
func (self *ActionNxMultipath) GetMaxLink() uint16
func (*ActionNxMultipath) GetOfsNbits ¶
func (self *ActionNxMultipath) GetOfsNbits() uint16
func (*ActionNxMultipath) MarshalJSON ¶
func (self *ActionNxMultipath) MarshalJSON() ([]byte, error)
func (*ActionNxMultipath) Serialize ¶
func (self *ActionNxMultipath) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxMultipath) SetAlgorithm ¶
func (self *ActionNxMultipath) SetAlgorithm(v NxMpAlgorithm)
func (*ActionNxMultipath) SetArg ¶
func (self *ActionNxMultipath) SetArg(v uint32)
func (*ActionNxMultipath) SetBasis ¶
func (self *ActionNxMultipath) SetBasis(v uint16)
func (*ActionNxMultipath) SetDst ¶
func (self *ActionNxMultipath) SetDst(v goloxi.IOxmId)
func (*ActionNxMultipath) SetFields ¶
func (self *ActionNxMultipath) SetFields(v NxHashFields)
func (*ActionNxMultipath) SetMaxLink ¶
func (self *ActionNxMultipath) SetMaxLink(v uint16)
func (*ActionNxMultipath) SetOfsNbits ¶
func (self *ActionNxMultipath) SetOfsNbits(v uint16)
type ActionNxNat ¶
type ActionNxNat struct { *ActionNicira Flags uint16 RangePresent NxNatRange Ipv4Min net.IP Ipv4Max net.IP Ipv6Min net.IP Ipv6Max net.IP ProtoMin uint32 ProtoMax uint32 }
func DecodeActionNxNat ¶
func DecodeActionNxNat(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxNat, error)
func NewActionNxNat ¶
func NewActionNxNat() *ActionNxNat
func (*ActionNxNat) GetActionFields ¶
func (self *ActionNxNat) GetActionFields() map[string]interface{}
func (*ActionNxNat) GetActionName ¶
func (self *ActionNxNat) GetActionName() string
func (*ActionNxNat) GetFlags ¶
func (self *ActionNxNat) GetFlags() uint16
func (*ActionNxNat) GetIpv4Max ¶
func (self *ActionNxNat) GetIpv4Max() net.IP
func (*ActionNxNat) GetIpv4Min ¶
func (self *ActionNxNat) GetIpv4Min() net.IP
func (*ActionNxNat) GetIpv6Max ¶
func (self *ActionNxNat) GetIpv6Max() net.IP
func (*ActionNxNat) GetIpv6Min ¶
func (self *ActionNxNat) GetIpv6Min() net.IP
func (*ActionNxNat) GetProtoMax ¶
func (self *ActionNxNat) GetProtoMax() uint32
func (*ActionNxNat) GetProtoMin ¶
func (self *ActionNxNat) GetProtoMin() uint32
func (*ActionNxNat) GetRangePresent ¶
func (self *ActionNxNat) GetRangePresent() NxNatRange
func (*ActionNxNat) MarshalJSON ¶
func (self *ActionNxNat) MarshalJSON() ([]byte, error)
func (*ActionNxNat) SetFlags ¶
func (self *ActionNxNat) SetFlags(v uint16)
func (*ActionNxNat) SetIpv4Max ¶
func (self *ActionNxNat) SetIpv4Max(v net.IP)
func (*ActionNxNat) SetIpv4Min ¶
func (self *ActionNxNat) SetIpv4Min(v net.IP)
func (*ActionNxNat) SetIpv6Max ¶
func (self *ActionNxNat) SetIpv6Max(v net.IP)
func (*ActionNxNat) SetIpv6Min ¶
func (self *ActionNxNat) SetIpv6Min(v net.IP)
func (*ActionNxNat) SetProtoMax ¶
func (self *ActionNxNat) SetProtoMax(v uint32)
func (*ActionNxNat) SetProtoMin ¶
func (self *ActionNxNat) SetProtoMin(v uint32)
func (*ActionNxNat) SetRangePresent ¶
func (self *ActionNxNat) SetRangePresent(v NxNatRange)
type ActionNxNote ¶
type ActionNxNote struct { *ActionNicira Note []byte }
func DecodeActionNxNote ¶
func DecodeActionNxNote(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxNote, error)
func NewActionNxNote ¶
func NewActionNxNote() *ActionNxNote
func (*ActionNxNote) GetActionFields ¶
func (self *ActionNxNote) GetActionFields() map[string]interface{}
func (*ActionNxNote) GetActionName ¶
func (self *ActionNxNote) GetActionName() string
func (*ActionNxNote) GetNote ¶
func (self *ActionNxNote) GetNote() []byte
func (*ActionNxNote) MarshalJSON ¶
func (self *ActionNxNote) MarshalJSON() ([]byte, error)
func (*ActionNxNote) SetNote ¶
func (self *ActionNxNote) SetNote(v []byte)
type ActionNxOutputReg ¶
type ActionNxOutputReg struct { *ActionNicira OfsNbits uint16 Src uint32 MaxLen uint16 }
func DecodeActionNxOutputReg ¶
func DecodeActionNxOutputReg(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxOutputReg, error)
func NewActionNxOutputReg ¶
func NewActionNxOutputReg() *ActionNxOutputReg
func (*ActionNxOutputReg) GetActionFields ¶
func (self *ActionNxOutputReg) GetActionFields() map[string]interface{}
func (*ActionNxOutputReg) GetActionName ¶
func (self *ActionNxOutputReg) GetActionName() string
func (*ActionNxOutputReg) GetMaxLen ¶
func (self *ActionNxOutputReg) GetMaxLen() uint16
func (*ActionNxOutputReg) GetOfsNbits ¶
func (self *ActionNxOutputReg) GetOfsNbits() uint16
func (*ActionNxOutputReg) GetSrc ¶
func (self *ActionNxOutputReg) GetSrc() uint32
func (*ActionNxOutputReg) MarshalJSON ¶
func (self *ActionNxOutputReg) MarshalJSON() ([]byte, error)
func (*ActionNxOutputReg) Serialize ¶
func (self *ActionNxOutputReg) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxOutputReg) SetMaxLen ¶
func (self *ActionNxOutputReg) SetMaxLen(v uint16)
func (*ActionNxOutputReg) SetOfsNbits ¶
func (self *ActionNxOutputReg) SetOfsNbits(v uint16)
func (*ActionNxOutputReg) SetSrc ¶
func (self *ActionNxOutputReg) SetSrc(v uint32)
type ActionNxOutputReg2 ¶
type ActionNxOutputReg2 struct { *ActionNicira OfsNbits uint16 MaxLen uint16 }
func DecodeActionNxOutputReg2 ¶
func DecodeActionNxOutputReg2(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxOutputReg2, error)
func NewActionNxOutputReg2 ¶
func NewActionNxOutputReg2() *ActionNxOutputReg2
func (*ActionNxOutputReg2) GetActionFields ¶
func (self *ActionNxOutputReg2) GetActionFields() map[string]interface{}
func (*ActionNxOutputReg2) GetActionName ¶
func (self *ActionNxOutputReg2) GetActionName() string
func (*ActionNxOutputReg2) GetMaxLen ¶
func (self *ActionNxOutputReg2) GetMaxLen() uint16
func (*ActionNxOutputReg2) GetOfsNbits ¶
func (self *ActionNxOutputReg2) GetOfsNbits() uint16
func (*ActionNxOutputReg2) MarshalJSON ¶
func (self *ActionNxOutputReg2) MarshalJSON() ([]byte, error)
func (*ActionNxOutputReg2) Serialize ¶
func (self *ActionNxOutputReg2) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxOutputReg2) SetMaxLen ¶
func (self *ActionNxOutputReg2) SetMaxLen(v uint16)
func (*ActionNxOutputReg2) SetOfsNbits ¶
func (self *ActionNxOutputReg2) SetOfsNbits(v uint16)
type ActionNxOutputTrunc ¶
type ActionNxOutputTrunc struct { *ActionNicira Port uint16 MaxLen uint32 }
func DecodeActionNxOutputTrunc ¶
func DecodeActionNxOutputTrunc(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxOutputTrunc, error)
func NewActionNxOutputTrunc ¶
func NewActionNxOutputTrunc() *ActionNxOutputTrunc
func (*ActionNxOutputTrunc) GetActionFields ¶
func (self *ActionNxOutputTrunc) GetActionFields() map[string]interface{}
func (*ActionNxOutputTrunc) GetActionName ¶
func (self *ActionNxOutputTrunc) GetActionName() string
func (*ActionNxOutputTrunc) GetMaxLen ¶
func (self *ActionNxOutputTrunc) GetMaxLen() uint32
func (*ActionNxOutputTrunc) GetPort ¶
func (self *ActionNxOutputTrunc) GetPort() uint16
func (*ActionNxOutputTrunc) MarshalJSON ¶
func (self *ActionNxOutputTrunc) MarshalJSON() ([]byte, error)
func (*ActionNxOutputTrunc) Serialize ¶
func (self *ActionNxOutputTrunc) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxOutputTrunc) SetMaxLen ¶
func (self *ActionNxOutputTrunc) SetMaxLen(v uint32)
func (*ActionNxOutputTrunc) SetPort ¶
func (self *ActionNxOutputTrunc) SetPort(v uint16)
type ActionNxPopMpls ¶
type ActionNxPopMpls struct { *ActionNicira Value uint16 }
func DecodeActionNxPopMpls ¶
func DecodeActionNxPopMpls(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxPopMpls, error)
func NewActionNxPopMpls ¶
func NewActionNxPopMpls() *ActionNxPopMpls
func (*ActionNxPopMpls) GetActionFields ¶
func (self *ActionNxPopMpls) GetActionFields() map[string]interface{}
func (*ActionNxPopMpls) GetActionName ¶
func (self *ActionNxPopMpls) GetActionName() string
func (*ActionNxPopMpls) GetValue ¶
func (self *ActionNxPopMpls) GetValue() uint16
func (*ActionNxPopMpls) MarshalJSON ¶
func (self *ActionNxPopMpls) MarshalJSON() ([]byte, error)
func (*ActionNxPopMpls) Serialize ¶
func (self *ActionNxPopMpls) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxPopMpls) SetValue ¶
func (self *ActionNxPopMpls) SetValue(v uint16)
type ActionNxPopQueue ¶
type ActionNxPopQueue struct {
*ActionNicira
}
func DecodeActionNxPopQueue ¶
func DecodeActionNxPopQueue(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxPopQueue, error)
func NewActionNxPopQueue ¶
func NewActionNxPopQueue() *ActionNxPopQueue
func (*ActionNxPopQueue) GetActionFields ¶
func (self *ActionNxPopQueue) GetActionFields() map[string]interface{}
func (*ActionNxPopQueue) GetActionName ¶
func (self *ActionNxPopQueue) GetActionName() string
func (*ActionNxPopQueue) MarshalJSON ¶
func (self *ActionNxPopQueue) MarshalJSON() ([]byte, error)
type ActionNxPushMpls ¶
type ActionNxPushMpls struct { *ActionNicira Value uint16 }
func DecodeActionNxPushMpls ¶
func DecodeActionNxPushMpls(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxPushMpls, error)
func NewActionNxPushMpls ¶
func NewActionNxPushMpls() *ActionNxPushMpls
func (*ActionNxPushMpls) GetActionFields ¶
func (self *ActionNxPushMpls) GetActionFields() map[string]interface{}
func (*ActionNxPushMpls) GetActionName ¶
func (self *ActionNxPushMpls) GetActionName() string
func (*ActionNxPushMpls) GetValue ¶
func (self *ActionNxPushMpls) GetValue() uint16
func (*ActionNxPushMpls) MarshalJSON ¶
func (self *ActionNxPushMpls) MarshalJSON() ([]byte, error)
func (*ActionNxPushMpls) Serialize ¶
func (self *ActionNxPushMpls) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxPushMpls) SetValue ¶
func (self *ActionNxPushMpls) SetValue(v uint16)
type ActionNxRegLoad ¶
type ActionNxRegLoad struct { *ActionNicira OfsNbits uint16 SrcField goloxi.IOxmId Value uint64 }
func DecodeActionNxRegLoad ¶
func DecodeActionNxRegLoad(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxRegLoad, error)
func NewActionNxRegLoad ¶
func NewActionNxRegLoad() *ActionNxRegLoad
func (*ActionNxRegLoad) GetActionFields ¶
func (self *ActionNxRegLoad) GetActionFields() map[string]interface{}
func (*ActionNxRegLoad) GetActionName ¶
func (self *ActionNxRegLoad) GetActionName() string
func (*ActionNxRegLoad) GetOfsNbits ¶
func (self *ActionNxRegLoad) GetOfsNbits() uint16
func (*ActionNxRegLoad) GetSrcField ¶
func (self *ActionNxRegLoad) GetSrcField() goloxi.IOxmId
func (*ActionNxRegLoad) GetValue ¶
func (self *ActionNxRegLoad) GetValue() uint64
func (*ActionNxRegLoad) MarshalJSON ¶
func (self *ActionNxRegLoad) MarshalJSON() ([]byte, error)
func (*ActionNxRegLoad) Serialize ¶
func (self *ActionNxRegLoad) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxRegLoad) SetOfsNbits ¶
func (self *ActionNxRegLoad) SetOfsNbits(v uint16)
func (*ActionNxRegLoad) SetSrcField ¶
func (self *ActionNxRegLoad) SetSrcField(v goloxi.IOxmId)
func (*ActionNxRegLoad) SetValue ¶
func (self *ActionNxRegLoad) SetValue(v uint64)
type ActionNxRegLoad2 ¶
type ActionNxRegLoad2 struct {
*ActionNicira
}
func DecodeActionNxRegLoad2 ¶
func DecodeActionNxRegLoad2(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxRegLoad2, error)
func NewActionNxRegLoad2 ¶
func NewActionNxRegLoad2() *ActionNxRegLoad2
func (*ActionNxRegLoad2) GetActionFields ¶
func (self *ActionNxRegLoad2) GetActionFields() map[string]interface{}
func (*ActionNxRegLoad2) GetActionName ¶
func (self *ActionNxRegLoad2) GetActionName() string
func (*ActionNxRegLoad2) MarshalJSON ¶
func (self *ActionNxRegLoad2) MarshalJSON() ([]byte, error)
type ActionNxRegMove ¶
type ActionNxRegMove struct { *ActionNicira NBits uint16 SrcOfs uint16 DstOfs uint16 Src goloxi.IOxmId Dst goloxi.IOxmId }
func DecodeActionNxRegMove ¶
func DecodeActionNxRegMove(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxRegMove, error)
func NewActionNxRegMove ¶
func NewActionNxRegMove() *ActionNxRegMove
func (*ActionNxRegMove) GetActionFields ¶
func (self *ActionNxRegMove) GetActionFields() map[string]interface{}
func (*ActionNxRegMove) GetActionName ¶
func (self *ActionNxRegMove) GetActionName() string
func (*ActionNxRegMove) GetDst ¶
func (self *ActionNxRegMove) GetDst() goloxi.IOxmId
func (*ActionNxRegMove) GetDstOfs ¶
func (self *ActionNxRegMove) GetDstOfs() uint16
func (*ActionNxRegMove) GetNBits ¶
func (self *ActionNxRegMove) GetNBits() uint16
func (*ActionNxRegMove) GetSrc ¶
func (self *ActionNxRegMove) GetSrc() goloxi.IOxmId
func (*ActionNxRegMove) GetSrcOfs ¶
func (self *ActionNxRegMove) GetSrcOfs() uint16
func (*ActionNxRegMove) MarshalJSON ¶
func (self *ActionNxRegMove) MarshalJSON() ([]byte, error)
func (*ActionNxRegMove) Serialize ¶
func (self *ActionNxRegMove) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxRegMove) SetDst ¶
func (self *ActionNxRegMove) SetDst(v goloxi.IOxmId)
func (*ActionNxRegMove) SetDstOfs ¶
func (self *ActionNxRegMove) SetDstOfs(v uint16)
func (*ActionNxRegMove) SetNBits ¶
func (self *ActionNxRegMove) SetNBits(v uint16)
func (*ActionNxRegMove) SetSrc ¶
func (self *ActionNxRegMove) SetSrc(v goloxi.IOxmId)
func (*ActionNxRegMove) SetSrcOfs ¶
func (self *ActionNxRegMove) SetSrcOfs(v uint16)
type ActionNxResubmit ¶
type ActionNxResubmit struct { *ActionNicira Value uint16 }
func DecodeActionNxResubmit ¶
func DecodeActionNxResubmit(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxResubmit, error)
func NewActionNxResubmit ¶
func NewActionNxResubmit() *ActionNxResubmit
func (*ActionNxResubmit) GetActionFields ¶
func (self *ActionNxResubmit) GetActionFields() map[string]interface{}
func (*ActionNxResubmit) GetActionName ¶
func (self *ActionNxResubmit) GetActionName() string
func (*ActionNxResubmit) GetValue ¶
func (self *ActionNxResubmit) GetValue() uint16
func (*ActionNxResubmit) MarshalJSON ¶
func (self *ActionNxResubmit) MarshalJSON() ([]byte, error)
func (*ActionNxResubmit) Serialize ¶
func (self *ActionNxResubmit) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxResubmit) SetValue ¶
func (self *ActionNxResubmit) SetValue(v uint16)
type ActionNxResubmitTable ¶
type ActionNxResubmitTable struct { *ActionNicira InPort uint16 Table uint8 }
func DecodeActionNxResubmitTable ¶
func DecodeActionNxResubmitTable(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxResubmitTable, error)
func NewActionNxResubmitTable ¶
func NewActionNxResubmitTable() *ActionNxResubmitTable
func (*ActionNxResubmitTable) GetActionFields ¶
func (self *ActionNxResubmitTable) GetActionFields() map[string]interface{}
func (*ActionNxResubmitTable) GetActionName ¶
func (self *ActionNxResubmitTable) GetActionName() string
func (*ActionNxResubmitTable) GetInPort ¶
func (self *ActionNxResubmitTable) GetInPort() uint16
func (*ActionNxResubmitTable) GetTable ¶
func (self *ActionNxResubmitTable) GetTable() uint8
func (*ActionNxResubmitTable) MarshalJSON ¶
func (self *ActionNxResubmitTable) MarshalJSON() ([]byte, error)
func (*ActionNxResubmitTable) Serialize ¶
func (self *ActionNxResubmitTable) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxResubmitTable) SetInPort ¶
func (self *ActionNxResubmitTable) SetInPort(v uint16)
func (*ActionNxResubmitTable) SetTable ¶
func (self *ActionNxResubmitTable) SetTable(v uint8)
type ActionNxResubmitTableCt ¶
type ActionNxResubmitTableCt struct { *ActionNicira InPort uint16 Table uint8 }
func DecodeActionNxResubmitTableCt ¶
func DecodeActionNxResubmitTableCt(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxResubmitTableCt, error)
func NewActionNxResubmitTableCt ¶
func NewActionNxResubmitTableCt() *ActionNxResubmitTableCt
func (*ActionNxResubmitTableCt) GetActionFields ¶
func (self *ActionNxResubmitTableCt) GetActionFields() map[string]interface{}
func (*ActionNxResubmitTableCt) GetActionName ¶
func (self *ActionNxResubmitTableCt) GetActionName() string
func (*ActionNxResubmitTableCt) GetInPort ¶
func (self *ActionNxResubmitTableCt) GetInPort() uint16
func (*ActionNxResubmitTableCt) GetTable ¶
func (self *ActionNxResubmitTableCt) GetTable() uint8
func (*ActionNxResubmitTableCt) MarshalJSON ¶
func (self *ActionNxResubmitTableCt) MarshalJSON() ([]byte, error)
func (*ActionNxResubmitTableCt) Serialize ¶
func (self *ActionNxResubmitTableCt) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxResubmitTableCt) SetInPort ¶
func (self *ActionNxResubmitTableCt) SetInPort(v uint16)
func (*ActionNxResubmitTableCt) SetTable ¶
func (self *ActionNxResubmitTableCt) SetTable(v uint8)
type ActionNxSample ¶
type ActionNxSample struct { *ActionNicira Probability uint16 CollectorSetId uint32 ObsDomainId uint32 ObsPointId uint32 }
func DecodeActionNxSample ¶
func DecodeActionNxSample(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxSample, error)
func NewActionNxSample ¶
func NewActionNxSample() *ActionNxSample
func (*ActionNxSample) GetActionFields ¶
func (self *ActionNxSample) GetActionFields() map[string]interface{}
func (*ActionNxSample) GetActionName ¶
func (self *ActionNxSample) GetActionName() string
func (*ActionNxSample) GetCollectorSetId ¶
func (self *ActionNxSample) GetCollectorSetId() uint32
func (*ActionNxSample) GetObsDomainId ¶
func (self *ActionNxSample) GetObsDomainId() uint32
func (*ActionNxSample) GetObsPointId ¶
func (self *ActionNxSample) GetObsPointId() uint32
func (*ActionNxSample) GetProbability ¶
func (self *ActionNxSample) GetProbability() uint16
func (*ActionNxSample) MarshalJSON ¶
func (self *ActionNxSample) MarshalJSON() ([]byte, error)
func (*ActionNxSample) Serialize ¶
func (self *ActionNxSample) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxSample) SetCollectorSetId ¶
func (self *ActionNxSample) SetCollectorSetId(v uint32)
func (*ActionNxSample) SetObsDomainId ¶
func (self *ActionNxSample) SetObsDomainId(v uint32)
func (*ActionNxSample) SetObsPointId ¶
func (self *ActionNxSample) SetObsPointId(v uint32)
func (*ActionNxSample) SetProbability ¶
func (self *ActionNxSample) SetProbability(v uint16)
type ActionNxSample2 ¶
type ActionNxSample2 struct { *ActionNicira Probability uint16 CollectorSetId uint32 ObsDomainId uint32 ObsPointId uint32 SamplingPort uint16 Direction uint8 }
func DecodeActionNxSample2 ¶
func DecodeActionNxSample2(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxSample2, error)
func NewActionNxSample2 ¶
func NewActionNxSample2() *ActionNxSample2
func (*ActionNxSample2) GetActionFields ¶
func (self *ActionNxSample2) GetActionFields() map[string]interface{}
func (*ActionNxSample2) GetActionName ¶
func (self *ActionNxSample2) GetActionName() string
func (*ActionNxSample2) GetCollectorSetId ¶
func (self *ActionNxSample2) GetCollectorSetId() uint32
func (*ActionNxSample2) GetDirection ¶
func (self *ActionNxSample2) GetDirection() uint8
func (*ActionNxSample2) GetObsDomainId ¶
func (self *ActionNxSample2) GetObsDomainId() uint32
func (*ActionNxSample2) GetObsPointId ¶
func (self *ActionNxSample2) GetObsPointId() uint32
func (*ActionNxSample2) GetProbability ¶
func (self *ActionNxSample2) GetProbability() uint16
func (*ActionNxSample2) GetSamplingPort ¶
func (self *ActionNxSample2) GetSamplingPort() uint16
func (*ActionNxSample2) MarshalJSON ¶
func (self *ActionNxSample2) MarshalJSON() ([]byte, error)
func (*ActionNxSample2) Serialize ¶
func (self *ActionNxSample2) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxSample2) SetCollectorSetId ¶
func (self *ActionNxSample2) SetCollectorSetId(v uint32)
func (*ActionNxSample2) SetDirection ¶
func (self *ActionNxSample2) SetDirection(v uint8)
func (*ActionNxSample2) SetObsDomainId ¶
func (self *ActionNxSample2) SetObsDomainId(v uint32)
func (*ActionNxSample2) SetObsPointId ¶
func (self *ActionNxSample2) SetObsPointId(v uint32)
func (*ActionNxSample2) SetProbability ¶
func (self *ActionNxSample2) SetProbability(v uint16)
func (*ActionNxSample2) SetSamplingPort ¶
func (self *ActionNxSample2) SetSamplingPort(v uint16)
type ActionNxSample3 ¶
type ActionNxSample3 struct { *ActionNicira Probability uint16 CollectorSetId uint32 ObsDomainId uint32 ObsPointId uint32 SamplingPort uint16 Direction uint8 }
func DecodeActionNxSample3 ¶
func DecodeActionNxSample3(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxSample3, error)
func NewActionNxSample3 ¶
func NewActionNxSample3() *ActionNxSample3
func (*ActionNxSample3) GetActionFields ¶
func (self *ActionNxSample3) GetActionFields() map[string]interface{}
func (*ActionNxSample3) GetActionName ¶
func (self *ActionNxSample3) GetActionName() string
func (*ActionNxSample3) GetCollectorSetId ¶
func (self *ActionNxSample3) GetCollectorSetId() uint32
func (*ActionNxSample3) GetDirection ¶
func (self *ActionNxSample3) GetDirection() uint8
func (*ActionNxSample3) GetObsDomainId ¶
func (self *ActionNxSample3) GetObsDomainId() uint32
func (*ActionNxSample3) GetObsPointId ¶
func (self *ActionNxSample3) GetObsPointId() uint32
func (*ActionNxSample3) GetProbability ¶
func (self *ActionNxSample3) GetProbability() uint16
func (*ActionNxSample3) GetSamplingPort ¶
func (self *ActionNxSample3) GetSamplingPort() uint16
func (*ActionNxSample3) MarshalJSON ¶
func (self *ActionNxSample3) MarshalJSON() ([]byte, error)
func (*ActionNxSample3) Serialize ¶
func (self *ActionNxSample3) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxSample3) SetCollectorSetId ¶
func (self *ActionNxSample3) SetCollectorSetId(v uint32)
func (*ActionNxSample3) SetDirection ¶
func (self *ActionNxSample3) SetDirection(v uint8)
func (*ActionNxSample3) SetObsDomainId ¶
func (self *ActionNxSample3) SetObsDomainId(v uint32)
func (*ActionNxSample3) SetObsPointId ¶
func (self *ActionNxSample3) SetObsPointId(v uint32)
func (*ActionNxSample3) SetProbability ¶
func (self *ActionNxSample3) SetProbability(v uint16)
func (*ActionNxSample3) SetSamplingPort ¶
func (self *ActionNxSample3) SetSamplingPort(v uint16)
type ActionNxSetMplsLabel ¶
type ActionNxSetMplsLabel struct { *ActionNicira Value uint32 }
func DecodeActionNxSetMplsLabel ¶
func DecodeActionNxSetMplsLabel(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxSetMplsLabel, error)
func NewActionNxSetMplsLabel ¶
func NewActionNxSetMplsLabel() *ActionNxSetMplsLabel
func (*ActionNxSetMplsLabel) GetActionFields ¶
func (self *ActionNxSetMplsLabel) GetActionFields() map[string]interface{}
func (*ActionNxSetMplsLabel) GetActionName ¶
func (self *ActionNxSetMplsLabel) GetActionName() string
func (*ActionNxSetMplsLabel) GetValue ¶
func (self *ActionNxSetMplsLabel) GetValue() uint32
func (*ActionNxSetMplsLabel) MarshalJSON ¶
func (self *ActionNxSetMplsLabel) MarshalJSON() ([]byte, error)
func (*ActionNxSetMplsLabel) Serialize ¶
func (self *ActionNxSetMplsLabel) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxSetMplsLabel) SetValue ¶
func (self *ActionNxSetMplsLabel) SetValue(v uint32)
type ActionNxSetMplsTc ¶
type ActionNxSetMplsTc struct { *ActionNicira Value uint8 }
func DecodeActionNxSetMplsTc ¶
func DecodeActionNxSetMplsTc(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxSetMplsTc, error)
func NewActionNxSetMplsTc ¶
func NewActionNxSetMplsTc() *ActionNxSetMplsTc
func (*ActionNxSetMplsTc) GetActionFields ¶
func (self *ActionNxSetMplsTc) GetActionFields() map[string]interface{}
func (*ActionNxSetMplsTc) GetActionName ¶
func (self *ActionNxSetMplsTc) GetActionName() string
func (*ActionNxSetMplsTc) GetValue ¶
func (self *ActionNxSetMplsTc) GetValue() uint8
func (*ActionNxSetMplsTc) MarshalJSON ¶
func (self *ActionNxSetMplsTc) MarshalJSON() ([]byte, error)
func (*ActionNxSetMplsTc) Serialize ¶
func (self *ActionNxSetMplsTc) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxSetMplsTc) SetValue ¶
func (self *ActionNxSetMplsTc) SetValue(v uint8)
type ActionNxSetMplsTtl ¶
type ActionNxSetMplsTtl struct { *ActionNicira Value uint8 }
func DecodeActionNxSetMplsTtl ¶
func DecodeActionNxSetMplsTtl(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxSetMplsTtl, error)
func NewActionNxSetMplsTtl ¶
func NewActionNxSetMplsTtl() *ActionNxSetMplsTtl
func (*ActionNxSetMplsTtl) GetActionFields ¶
func (self *ActionNxSetMplsTtl) GetActionFields() map[string]interface{}
func (*ActionNxSetMplsTtl) GetActionName ¶
func (self *ActionNxSetMplsTtl) GetActionName() string
func (*ActionNxSetMplsTtl) GetValue ¶
func (self *ActionNxSetMplsTtl) GetValue() uint8
func (*ActionNxSetMplsTtl) MarshalJSON ¶
func (self *ActionNxSetMplsTtl) MarshalJSON() ([]byte, error)
func (*ActionNxSetMplsTtl) Serialize ¶
func (self *ActionNxSetMplsTtl) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxSetMplsTtl) SetValue ¶
func (self *ActionNxSetMplsTtl) SetValue(v uint8)
type ActionNxSetQueue ¶
type ActionNxSetQueue struct { *ActionNicira Value uint32 }
func DecodeActionNxSetQueue ¶
func DecodeActionNxSetQueue(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxSetQueue, error)
func NewActionNxSetQueue ¶
func NewActionNxSetQueue() *ActionNxSetQueue
func (*ActionNxSetQueue) GetActionFields ¶
func (self *ActionNxSetQueue) GetActionFields() map[string]interface{}
func (*ActionNxSetQueue) GetActionName ¶
func (self *ActionNxSetQueue) GetActionName() string
func (*ActionNxSetQueue) GetValue ¶
func (self *ActionNxSetQueue) GetValue() uint32
func (*ActionNxSetQueue) MarshalJSON ¶
func (self *ActionNxSetQueue) MarshalJSON() ([]byte, error)
func (*ActionNxSetQueue) Serialize ¶
func (self *ActionNxSetQueue) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxSetQueue) SetValue ¶
func (self *ActionNxSetQueue) SetValue(v uint32)
type ActionNxSetTunnel ¶
type ActionNxSetTunnel struct { *ActionNicira Value uint32 }
func DecodeActionNxSetTunnel ¶
func DecodeActionNxSetTunnel(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxSetTunnel, error)
func NewActionNxSetTunnel ¶
func NewActionNxSetTunnel() *ActionNxSetTunnel
func (*ActionNxSetTunnel) GetActionFields ¶
func (self *ActionNxSetTunnel) GetActionFields() map[string]interface{}
func (*ActionNxSetTunnel) GetActionName ¶
func (self *ActionNxSetTunnel) GetActionName() string
func (*ActionNxSetTunnel) GetValue ¶
func (self *ActionNxSetTunnel) GetValue() uint32
func (*ActionNxSetTunnel) MarshalJSON ¶
func (self *ActionNxSetTunnel) MarshalJSON() ([]byte, error)
func (*ActionNxSetTunnel) Serialize ¶
func (self *ActionNxSetTunnel) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxSetTunnel) SetValue ¶
func (self *ActionNxSetTunnel) SetValue(v uint32)
type ActionNxSetTunnel64 ¶
type ActionNxSetTunnel64 struct { *ActionNicira Value uint64 }
func DecodeActionNxSetTunnel64 ¶
func DecodeActionNxSetTunnel64(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxSetTunnel64, error)
func NewActionNxSetTunnel64 ¶
func NewActionNxSetTunnel64() *ActionNxSetTunnel64
func (*ActionNxSetTunnel64) GetActionFields ¶
func (self *ActionNxSetTunnel64) GetActionFields() map[string]interface{}
func (*ActionNxSetTunnel64) GetActionName ¶
func (self *ActionNxSetTunnel64) GetActionName() string
func (*ActionNxSetTunnel64) GetValue ¶
func (self *ActionNxSetTunnel64) GetValue() uint64
func (*ActionNxSetTunnel64) MarshalJSON ¶
func (self *ActionNxSetTunnel64) MarshalJSON() ([]byte, error)
func (*ActionNxSetTunnel64) Serialize ¶
func (self *ActionNxSetTunnel64) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxSetTunnel64) SetValue ¶
func (self *ActionNxSetTunnel64) SetValue(v uint64)
type ActionNxStackPop ¶
type ActionNxStackPop struct { *ActionNicira Offset uint16 Field goloxi.IOxmId NBits uint16 }
func DecodeActionNxStackPop ¶
func DecodeActionNxStackPop(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxStackPop, error)
func NewActionNxStackPop ¶
func NewActionNxStackPop() *ActionNxStackPop
func (*ActionNxStackPop) GetActionFields ¶
func (self *ActionNxStackPop) GetActionFields() map[string]interface{}
func (*ActionNxStackPop) GetActionName ¶
func (self *ActionNxStackPop) GetActionName() string
func (*ActionNxStackPop) GetField ¶
func (self *ActionNxStackPop) GetField() goloxi.IOxmId
func (*ActionNxStackPop) GetNBits ¶
func (self *ActionNxStackPop) GetNBits() uint16
func (*ActionNxStackPop) GetOffset ¶
func (self *ActionNxStackPop) GetOffset() uint16
func (*ActionNxStackPop) MarshalJSON ¶
func (self *ActionNxStackPop) MarshalJSON() ([]byte, error)
func (*ActionNxStackPop) Serialize ¶
func (self *ActionNxStackPop) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxStackPop) SetField ¶
func (self *ActionNxStackPop) SetField(v goloxi.IOxmId)
func (*ActionNxStackPop) SetNBits ¶
func (self *ActionNxStackPop) SetNBits(v uint16)
func (*ActionNxStackPop) SetOffset ¶
func (self *ActionNxStackPop) SetOffset(v uint16)
type ActionNxStackPush ¶
type ActionNxStackPush struct { *ActionNicira Offset uint16 Field goloxi.IOxmId NBits uint16 }
func DecodeActionNxStackPush ¶
func DecodeActionNxStackPush(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxStackPush, error)
func NewActionNxStackPush ¶
func NewActionNxStackPush() *ActionNxStackPush
func (*ActionNxStackPush) GetActionFields ¶
func (self *ActionNxStackPush) GetActionFields() map[string]interface{}
func (*ActionNxStackPush) GetActionName ¶
func (self *ActionNxStackPush) GetActionName() string
func (*ActionNxStackPush) GetField ¶
func (self *ActionNxStackPush) GetField() goloxi.IOxmId
func (*ActionNxStackPush) GetNBits ¶
func (self *ActionNxStackPush) GetNBits() uint16
func (*ActionNxStackPush) GetOffset ¶
func (self *ActionNxStackPush) GetOffset() uint16
func (*ActionNxStackPush) MarshalJSON ¶
func (self *ActionNxStackPush) MarshalJSON() ([]byte, error)
func (*ActionNxStackPush) Serialize ¶
func (self *ActionNxStackPush) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxStackPush) SetField ¶
func (self *ActionNxStackPush) SetField(v goloxi.IOxmId)
func (*ActionNxStackPush) SetNBits ¶
func (self *ActionNxStackPush) SetNBits(v uint16)
func (*ActionNxStackPush) SetOffset ¶
func (self *ActionNxStackPush) SetOffset(v uint16)
type ActionNxWriteMetadata ¶
type ActionNxWriteMetadata struct { *ActionNicira Metadata uint64 Mask uint64 }
func DecodeActionNxWriteMetadata ¶
func DecodeActionNxWriteMetadata(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionNxWriteMetadata, error)
func NewActionNxWriteMetadata ¶
func NewActionNxWriteMetadata() *ActionNxWriteMetadata
func (*ActionNxWriteMetadata) GetActionFields ¶
func (self *ActionNxWriteMetadata) GetActionFields() map[string]interface{}
func (*ActionNxWriteMetadata) GetActionName ¶
func (self *ActionNxWriteMetadata) GetActionName() string
func (*ActionNxWriteMetadata) GetMask ¶
func (self *ActionNxWriteMetadata) GetMask() uint64
func (*ActionNxWriteMetadata) GetMetadata ¶
func (self *ActionNxWriteMetadata) GetMetadata() uint64
func (*ActionNxWriteMetadata) MarshalJSON ¶
func (self *ActionNxWriteMetadata) MarshalJSON() ([]byte, error)
func (*ActionNxWriteMetadata) Serialize ¶
func (self *ActionNxWriteMetadata) Serialize(encoder *goloxi.Encoder) error
func (*ActionNxWriteMetadata) SetMask ¶
func (self *ActionNxWriteMetadata) SetMask(v uint64)
func (*ActionNxWriteMetadata) SetMetadata ¶
func (self *ActionNxWriteMetadata) SetMetadata(v uint64)
type ActionOutput ¶
func DecodeActionOutput ¶
func DecodeActionOutput(parent *Action, decoder *goloxi.Decoder) (*ActionOutput, error)
func NewActionOutput ¶
func NewActionOutput() *ActionOutput
func (*ActionOutput) GetActionFields ¶
func (self *ActionOutput) GetActionFields() map[string]interface{}
func (*ActionOutput) GetActionName ¶
func (self *ActionOutput) GetActionName() string
func (*ActionOutput) GetMaxLen ¶
func (self *ActionOutput) GetMaxLen() uint16
func (*ActionOutput) GetPort ¶
func (self *ActionOutput) GetPort() Port
func (*ActionOutput) MarshalJSON ¶
func (self *ActionOutput) MarshalJSON() ([]byte, error)
func (*ActionOutput) SetMaxLen ¶
func (self *ActionOutput) SetMaxLen(v uint16)
func (*ActionOutput) SetPort ¶
func (self *ActionOutput) SetPort(v Port)
type ActionResubmit ¶
type ActionResubmit struct { *ActionNicira InPort uint16 Table uint8 }
func DecodeActionResubmit ¶
func DecodeActionResubmit(parent *ActionNicira, decoder *goloxi.Decoder) (*ActionResubmit, error)
func NewActionResubmit ¶
func NewActionResubmit() *ActionResubmit
func (*ActionResubmit) GetActionFields ¶
func (self *ActionResubmit) GetActionFields() map[string]interface{}
func (*ActionResubmit) GetActionName ¶
func (self *ActionResubmit) GetActionName() string
func (*ActionResubmit) GetInPort ¶
func (self *ActionResubmit) GetInPort() uint16
func (*ActionResubmit) GetTable ¶
func (self *ActionResubmit) GetTable() uint8
func (*ActionResubmit) MarshalJSON ¶
func (self *ActionResubmit) MarshalJSON() ([]byte, error)
func (*ActionResubmit) Serialize ¶
func (self *ActionResubmit) Serialize(encoder *goloxi.Encoder) error
func (*ActionResubmit) SetInPort ¶
func (self *ActionResubmit) SetInPort(v uint16)
func (*ActionResubmit) SetTable ¶
func (self *ActionResubmit) SetTable(v uint8)
type ActionSetDlDst ¶
type ActionSetDlDst struct { *Action DlAddr net.HardwareAddr }
func DecodeActionSetDlDst ¶
func DecodeActionSetDlDst(parent *Action, decoder *goloxi.Decoder) (*ActionSetDlDst, error)
func NewActionSetDlDst ¶
func NewActionSetDlDst() *ActionSetDlDst
func (*ActionSetDlDst) GetActionFields ¶
func (self *ActionSetDlDst) GetActionFields() map[string]interface{}
func (*ActionSetDlDst) GetActionName ¶
func (self *ActionSetDlDst) GetActionName() string
func (*ActionSetDlDst) GetDlAddr ¶
func (self *ActionSetDlDst) GetDlAddr() net.HardwareAddr
func (*ActionSetDlDst) MarshalJSON ¶
func (self *ActionSetDlDst) MarshalJSON() ([]byte, error)
func (*ActionSetDlDst) Serialize ¶
func (self *ActionSetDlDst) Serialize(encoder *goloxi.Encoder) error
func (*ActionSetDlDst) SetDlAddr ¶
func (self *ActionSetDlDst) SetDlAddr(v net.HardwareAddr)
type ActionSetDlSrc ¶
type ActionSetDlSrc struct { *Action DlAddr net.HardwareAddr }
func DecodeActionSetDlSrc ¶
func DecodeActionSetDlSrc(parent *Action, decoder *goloxi.Decoder) (*ActionSetDlSrc, error)
func NewActionSetDlSrc ¶
func NewActionSetDlSrc() *ActionSetDlSrc
func (*ActionSetDlSrc) GetActionFields ¶
func (self *ActionSetDlSrc) GetActionFields() map[string]interface{}
func (*ActionSetDlSrc) GetActionName ¶
func (self *ActionSetDlSrc) GetActionName() string
func (*ActionSetDlSrc) GetDlAddr ¶
func (self *ActionSetDlSrc) GetDlAddr() net.HardwareAddr
func (*ActionSetDlSrc) MarshalJSON ¶
func (self *ActionSetDlSrc) MarshalJSON() ([]byte, error)
func (*ActionSetDlSrc) Serialize ¶
func (self *ActionSetDlSrc) Serialize(encoder *goloxi.Encoder) error
func (*ActionSetDlSrc) SetDlAddr ¶
func (self *ActionSetDlSrc) SetDlAddr(v net.HardwareAddr)
type ActionSetNwDst ¶
func DecodeActionSetNwDst ¶
func DecodeActionSetNwDst(parent *Action, decoder *goloxi.Decoder) (*ActionSetNwDst, error)
func NewActionSetNwDst ¶
func NewActionSetNwDst() *ActionSetNwDst
func (*ActionSetNwDst) GetActionFields ¶
func (self *ActionSetNwDst) GetActionFields() map[string]interface{}
func (*ActionSetNwDst) GetActionName ¶
func (self *ActionSetNwDst) GetActionName() string
func (*ActionSetNwDst) GetNwAddr ¶
func (self *ActionSetNwDst) GetNwAddr() uint32
func (*ActionSetNwDst) MarshalJSON ¶
func (self *ActionSetNwDst) MarshalJSON() ([]byte, error)
func (*ActionSetNwDst) Serialize ¶
func (self *ActionSetNwDst) Serialize(encoder *goloxi.Encoder) error
func (*ActionSetNwDst) SetNwAddr ¶
func (self *ActionSetNwDst) SetNwAddr(v uint32)
type ActionSetNwSrc ¶
func DecodeActionSetNwSrc ¶
func DecodeActionSetNwSrc(parent *Action, decoder *goloxi.Decoder) (*ActionSetNwSrc, error)
func NewActionSetNwSrc ¶
func NewActionSetNwSrc() *ActionSetNwSrc
func (*ActionSetNwSrc) GetActionFields ¶
func (self *ActionSetNwSrc) GetActionFields() map[string]interface{}
func (*ActionSetNwSrc) GetActionName ¶
func (self *ActionSetNwSrc) GetActionName() string
func (*ActionSetNwSrc) GetNwAddr ¶
func (self *ActionSetNwSrc) GetNwAddr() uint32
func (*ActionSetNwSrc) MarshalJSON ¶
func (self *ActionSetNwSrc) MarshalJSON() ([]byte, error)
func (*ActionSetNwSrc) Serialize ¶
func (self *ActionSetNwSrc) Serialize(encoder *goloxi.Encoder) error
func (*ActionSetNwSrc) SetNwAddr ¶
func (self *ActionSetNwSrc) SetNwAddr(v uint32)
type ActionSetNwTos ¶
func DecodeActionSetNwTos ¶
func DecodeActionSetNwTos(parent *Action, decoder *goloxi.Decoder) (*ActionSetNwTos, error)
func NewActionSetNwTos ¶
func NewActionSetNwTos() *ActionSetNwTos
func (*ActionSetNwTos) GetActionFields ¶
func (self *ActionSetNwTos) GetActionFields() map[string]interface{}
func (*ActionSetNwTos) GetActionName ¶
func (self *ActionSetNwTos) GetActionName() string
func (*ActionSetNwTos) GetNwTos ¶
func (self *ActionSetNwTos) GetNwTos() uint8
func (*ActionSetNwTos) MarshalJSON ¶
func (self *ActionSetNwTos) MarshalJSON() ([]byte, error)
func (*ActionSetNwTos) Serialize ¶
func (self *ActionSetNwTos) Serialize(encoder *goloxi.Encoder) error
func (*ActionSetNwTos) SetNwTos ¶
func (self *ActionSetNwTos) SetNwTos(v uint8)
type ActionSetTpDst ¶
func DecodeActionSetTpDst ¶
func DecodeActionSetTpDst(parent *Action, decoder *goloxi.Decoder) (*ActionSetTpDst, error)
func NewActionSetTpDst ¶
func NewActionSetTpDst() *ActionSetTpDst
func (*ActionSetTpDst) GetActionFields ¶
func (self *ActionSetTpDst) GetActionFields() map[string]interface{}
func (*ActionSetTpDst) GetActionName ¶
func (self *ActionSetTpDst) GetActionName() string
func (*ActionSetTpDst) GetTpPort ¶
func (self *ActionSetTpDst) GetTpPort() uint16
func (*ActionSetTpDst) MarshalJSON ¶
func (self *ActionSetTpDst) MarshalJSON() ([]byte, error)
func (*ActionSetTpDst) Serialize ¶
func (self *ActionSetTpDst) Serialize(encoder *goloxi.Encoder) error
func (*ActionSetTpDst) SetTpPort ¶
func (self *ActionSetTpDst) SetTpPort(v uint16)
type ActionSetTpSrc ¶
func DecodeActionSetTpSrc ¶
func DecodeActionSetTpSrc(parent *Action, decoder *goloxi.Decoder) (*ActionSetTpSrc, error)
func NewActionSetTpSrc ¶
func NewActionSetTpSrc() *ActionSetTpSrc
func (*ActionSetTpSrc) GetActionFields ¶
func (self *ActionSetTpSrc) GetActionFields() map[string]interface{}
func (*ActionSetTpSrc) GetActionName ¶
func (self *ActionSetTpSrc) GetActionName() string
func (*ActionSetTpSrc) GetTpPort ¶
func (self *ActionSetTpSrc) GetTpPort() uint16
func (*ActionSetTpSrc) MarshalJSON ¶
func (self *ActionSetTpSrc) MarshalJSON() ([]byte, error)
func (*ActionSetTpSrc) Serialize ¶
func (self *ActionSetTpSrc) Serialize(encoder *goloxi.Encoder) error
func (*ActionSetTpSrc) SetTpPort ¶
func (self *ActionSetTpSrc) SetTpPort(v uint16)
type ActionSetVlanPcp ¶
func DecodeActionSetVlanPcp ¶
func DecodeActionSetVlanPcp(parent *Action, decoder *goloxi.Decoder) (*ActionSetVlanPcp, error)
func NewActionSetVlanPcp ¶
func NewActionSetVlanPcp() *ActionSetVlanPcp
func (*ActionSetVlanPcp) GetActionFields ¶
func (self *ActionSetVlanPcp) GetActionFields() map[string]interface{}
func (*ActionSetVlanPcp) GetActionName ¶
func (self *ActionSetVlanPcp) GetActionName() string
func (*ActionSetVlanPcp) GetVlanPcp ¶
func (self *ActionSetVlanPcp) GetVlanPcp() uint8
func (*ActionSetVlanPcp) MarshalJSON ¶
func (self *ActionSetVlanPcp) MarshalJSON() ([]byte, error)
func (*ActionSetVlanPcp) Serialize ¶
func (self *ActionSetVlanPcp) Serialize(encoder *goloxi.Encoder) error
func (*ActionSetVlanPcp) SetVlanPcp ¶
func (self *ActionSetVlanPcp) SetVlanPcp(v uint8)
type ActionSetVlanVid ¶
func DecodeActionSetVlanVid ¶
func DecodeActionSetVlanVid(parent *Action, decoder *goloxi.Decoder) (*ActionSetVlanVid, error)
func NewActionSetVlanVid ¶
func NewActionSetVlanVid() *ActionSetVlanVid
func (*ActionSetVlanVid) GetActionFields ¶
func (self *ActionSetVlanVid) GetActionFields() map[string]interface{}
func (*ActionSetVlanVid) GetActionName ¶
func (self *ActionSetVlanVid) GetActionName() string
func (*ActionSetVlanVid) GetVlanVid ¶
func (self *ActionSetVlanVid) GetVlanVid() uint16
func (*ActionSetVlanVid) MarshalJSON ¶
func (self *ActionSetVlanVid) MarshalJSON() ([]byte, error)
func (*ActionSetVlanVid) Serialize ¶
func (self *ActionSetVlanVid) Serialize(encoder *goloxi.Encoder) error
func (*ActionSetVlanVid) SetVlanVid ¶
func (self *ActionSetVlanVid) SetVlanVid(v uint16)
type ActionStripVlan ¶
type ActionStripVlan struct {
*Action
}
func DecodeActionStripVlan ¶
func DecodeActionStripVlan(parent *Action, decoder *goloxi.Decoder) (*ActionStripVlan, error)
func NewActionStripVlan ¶
func NewActionStripVlan() *ActionStripVlan
func (*ActionStripVlan) GetActionFields ¶
func (self *ActionStripVlan) GetActionFields() map[string]interface{}
func (*ActionStripVlan) GetActionName ¶
func (self *ActionStripVlan) GetActionName() string
func (*ActionStripVlan) MarshalJSON ¶
func (self *ActionStripVlan) MarshalJSON() ([]byte, error)
type ActionType ¶
type ActionType uint16
func (ActionType) MarshalJSON ¶
func (self ActionType) MarshalJSON() ([]byte, error)
type AggregateStatsReply ¶
type AggregateStatsReply struct { *StatsReply PacketCount uint64 ByteCount uint64 FlowCount uint32 }
func DecodeAggregateStatsReply ¶
func DecodeAggregateStatsReply(parent *StatsReply, decoder *goloxi.Decoder) (*AggregateStatsReply, error)
func NewAggregateStatsReply ¶
func NewAggregateStatsReply() *AggregateStatsReply
func (*AggregateStatsReply) GetByteCount ¶
func (self *AggregateStatsReply) GetByteCount() uint64
func (*AggregateStatsReply) GetFlowCount ¶
func (self *AggregateStatsReply) GetFlowCount() uint32
func (*AggregateStatsReply) GetPacketCount ¶
func (self *AggregateStatsReply) GetPacketCount() uint64
func (*AggregateStatsReply) Serialize ¶
func (self *AggregateStatsReply) Serialize(encoder *goloxi.Encoder) error
func (*AggregateStatsReply) SetByteCount ¶
func (self *AggregateStatsReply) SetByteCount(v uint64)
func (*AggregateStatsReply) SetFlowCount ¶
func (self *AggregateStatsReply) SetFlowCount(v uint32)
func (*AggregateStatsReply) SetPacketCount ¶
func (self *AggregateStatsReply) SetPacketCount(v uint64)
type AggregateStatsRequest ¶
type AggregateStatsRequest struct { *StatsRequest Match Match TableId uint8 OutPort Port }
func DecodeAggregateStatsRequest ¶
func DecodeAggregateStatsRequest(parent *StatsRequest, decoder *goloxi.Decoder) (*AggregateStatsRequest, error)
func NewAggregateStatsRequest ¶
func NewAggregateStatsRequest() *AggregateStatsRequest
func (*AggregateStatsRequest) GetMatch ¶
func (self *AggregateStatsRequest) GetMatch() Match
func (*AggregateStatsRequest) GetOutPort ¶
func (self *AggregateStatsRequest) GetOutPort() Port
func (*AggregateStatsRequest) GetTableId ¶
func (self *AggregateStatsRequest) GetTableId() uint8
func (*AggregateStatsRequest) Serialize ¶
func (self *AggregateStatsRequest) Serialize(encoder *goloxi.Encoder) error
func (*AggregateStatsRequest) SetMatch ¶
func (self *AggregateStatsRequest) SetMatch(v Match)
func (*AggregateStatsRequest) SetOutPort ¶
func (self *AggregateStatsRequest) SetOutPort(v Port)
func (*AggregateStatsRequest) SetTableId ¶
func (self *AggregateStatsRequest) SetTableId(v uint8)
type BadActionCode ¶
type BadActionCode uint16
func (BadActionCode) MarshalJSON ¶
func (self BadActionCode) MarshalJSON() ([]byte, error)
type BadActionErrorMsg ¶
type BadActionErrorMsg struct { *ErrorMsg Code BadActionCode Data []byte }
func DecodeBadActionErrorMsg ¶
func DecodeBadActionErrorMsg(parent *ErrorMsg, decoder *goloxi.Decoder) (*BadActionErrorMsg, error)
func NewBadActionErrorMsg ¶
func NewBadActionErrorMsg() *BadActionErrorMsg
func (*BadActionErrorMsg) GetCode ¶
func (self *BadActionErrorMsg) GetCode() BadActionCode
func (*BadActionErrorMsg) GetData ¶
func (self *BadActionErrorMsg) GetData() []byte
func (*BadActionErrorMsg) Serialize ¶
func (self *BadActionErrorMsg) Serialize(encoder *goloxi.Encoder) error
func (*BadActionErrorMsg) SetCode ¶
func (self *BadActionErrorMsg) SetCode(v BadActionCode)
func (*BadActionErrorMsg) SetData ¶
func (self *BadActionErrorMsg) SetData(v []byte)
type BadRequestCode ¶
type BadRequestCode uint16
func (BadRequestCode) MarshalJSON ¶
func (self BadRequestCode) MarshalJSON() ([]byte, error)
type BadRequestErrorMsg ¶
type BadRequestErrorMsg struct { *ErrorMsg Code BadRequestCode Data []byte }
func DecodeBadRequestErrorMsg ¶
func DecodeBadRequestErrorMsg(parent *ErrorMsg, decoder *goloxi.Decoder) (*BadRequestErrorMsg, error)
func NewBadRequestErrorMsg ¶
func NewBadRequestErrorMsg() *BadRequestErrorMsg
func (*BadRequestErrorMsg) GetCode ¶
func (self *BadRequestErrorMsg) GetCode() BadRequestCode
func (*BadRequestErrorMsg) GetData ¶
func (self *BadRequestErrorMsg) GetData() []byte
func (*BadRequestErrorMsg) Serialize ¶
func (self *BadRequestErrorMsg) Serialize(encoder *goloxi.Encoder) error
func (*BadRequestErrorMsg) SetCode ¶
func (self *BadRequestErrorMsg) SetCode(v BadRequestCode)
func (*BadRequestErrorMsg) SetData ¶
func (self *BadRequestErrorMsg) SetData(v []byte)
type BarrierReply ¶
type BarrierReply struct {
*Header
}
func DecodeBarrierReply ¶
func DecodeBarrierReply(parent *Header, decoder *goloxi.Decoder) (*BarrierReply, error)
func NewBarrierReply ¶
func NewBarrierReply() *BarrierReply
type BarrierRequest ¶
type BarrierRequest struct {
*Header
}
func DecodeBarrierRequest ¶
func DecodeBarrierRequest(parent *Header, decoder *goloxi.Decoder) (*BarrierRequest, error)
func NewBarrierRequest ¶
func NewBarrierRequest() *BarrierRequest
type BsnBwClearDataReply ¶
func DecodeBsnBwClearDataReply ¶
func DecodeBsnBwClearDataReply(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnBwClearDataReply, error)
func NewBsnBwClearDataReply ¶
func NewBsnBwClearDataReply() *BsnBwClearDataReply
func (*BsnBwClearDataReply) GetStatus ¶
func (self *BsnBwClearDataReply) GetStatus() uint32
func (*BsnBwClearDataReply) Serialize ¶
func (self *BsnBwClearDataReply) Serialize(encoder *goloxi.Encoder) error
func (*BsnBwClearDataReply) SetStatus ¶
func (self *BsnBwClearDataReply) SetStatus(v uint32)
type BsnBwClearDataRequest ¶
type BsnBwClearDataRequest struct {
*BsnHeader
}
func DecodeBsnBwClearDataRequest ¶
func DecodeBsnBwClearDataRequest(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnBwClearDataRequest, error)
func NewBsnBwClearDataRequest ¶
func NewBsnBwClearDataRequest() *BsnBwClearDataRequest
type BsnBwEnableGetReply ¶
func DecodeBsnBwEnableGetReply ¶
func DecodeBsnBwEnableGetReply(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnBwEnableGetReply, error)
func NewBsnBwEnableGetReply ¶
func NewBsnBwEnableGetReply() *BsnBwEnableGetReply
func (*BsnBwEnableGetReply) GetEnabled ¶
func (self *BsnBwEnableGetReply) GetEnabled() uint32
func (*BsnBwEnableGetReply) Serialize ¶
func (self *BsnBwEnableGetReply) Serialize(encoder *goloxi.Encoder) error
func (*BsnBwEnableGetReply) SetEnabled ¶
func (self *BsnBwEnableGetReply) SetEnabled(v uint32)
type BsnBwEnableGetRequest ¶
type BsnBwEnableGetRequest struct {
*BsnHeader
}
func DecodeBsnBwEnableGetRequest ¶
func DecodeBsnBwEnableGetRequest(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnBwEnableGetRequest, error)
func NewBsnBwEnableGetRequest ¶
func NewBsnBwEnableGetRequest() *BsnBwEnableGetRequest
type BsnBwEnableSetReply ¶
func DecodeBsnBwEnableSetReply ¶
func DecodeBsnBwEnableSetReply(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnBwEnableSetReply, error)
func NewBsnBwEnableSetReply ¶
func NewBsnBwEnableSetReply() *BsnBwEnableSetReply
func (*BsnBwEnableSetReply) GetEnable ¶
func (self *BsnBwEnableSetReply) GetEnable() uint32
func (*BsnBwEnableSetReply) GetStatus ¶
func (self *BsnBwEnableSetReply) GetStatus() uint32
func (*BsnBwEnableSetReply) Serialize ¶
func (self *BsnBwEnableSetReply) Serialize(encoder *goloxi.Encoder) error
func (*BsnBwEnableSetReply) SetEnable ¶
func (self *BsnBwEnableSetReply) SetEnable(v uint32)
func (*BsnBwEnableSetReply) SetStatus ¶
func (self *BsnBwEnableSetReply) SetStatus(v uint32)
type BsnBwEnableSetRequest ¶
func DecodeBsnBwEnableSetRequest ¶
func DecodeBsnBwEnableSetRequest(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnBwEnableSetRequest, error)
func NewBsnBwEnableSetRequest ¶
func NewBsnBwEnableSetRequest() *BsnBwEnableSetRequest
func (*BsnBwEnableSetRequest) GetEnable ¶
func (self *BsnBwEnableSetRequest) GetEnable() uint32
func (*BsnBwEnableSetRequest) Serialize ¶
func (self *BsnBwEnableSetRequest) Serialize(encoder *goloxi.Encoder) error
func (*BsnBwEnableSetRequest) SetEnable ¶
func (self *BsnBwEnableSetRequest) SetEnable(v uint32)
type BsnGetInterfacesReply ¶
type BsnGetInterfacesReply struct { *BsnHeader Interfaces []*BsnInterface }
func DecodeBsnGetInterfacesReply ¶
func DecodeBsnGetInterfacesReply(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnGetInterfacesReply, error)
func NewBsnGetInterfacesReply ¶
func NewBsnGetInterfacesReply() *BsnGetInterfacesReply
func (*BsnGetInterfacesReply) GetInterfaces ¶
func (self *BsnGetInterfacesReply) GetInterfaces() []*BsnInterface
func (*BsnGetInterfacesReply) Serialize ¶
func (self *BsnGetInterfacesReply) Serialize(encoder *goloxi.Encoder) error
func (*BsnGetInterfacesReply) SetInterfaces ¶
func (self *BsnGetInterfacesReply) SetInterfaces(v []*BsnInterface)
type BsnGetInterfacesRequest ¶
type BsnGetInterfacesRequest struct {
*BsnHeader
}
func DecodeBsnGetInterfacesRequest ¶
func DecodeBsnGetInterfacesRequest(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnGetInterfacesRequest, error)
func NewBsnGetInterfacesRequest ¶
func NewBsnGetInterfacesRequest() *BsnGetInterfacesRequest
type BsnGetIpMaskReply ¶
func DecodeBsnGetIpMaskReply ¶
func DecodeBsnGetIpMaskReply(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnGetIpMaskReply, error)
func NewBsnGetIpMaskReply ¶
func NewBsnGetIpMaskReply() *BsnGetIpMaskReply
func (*BsnGetIpMaskReply) GetIndex ¶
func (self *BsnGetIpMaskReply) GetIndex() uint8
func (*BsnGetIpMaskReply) GetMask ¶
func (self *BsnGetIpMaskReply) GetMask() uint32
func (*BsnGetIpMaskReply) Serialize ¶
func (self *BsnGetIpMaskReply) Serialize(encoder *goloxi.Encoder) error
func (*BsnGetIpMaskReply) SetIndex ¶
func (self *BsnGetIpMaskReply) SetIndex(v uint8)
func (*BsnGetIpMaskReply) SetMask ¶
func (self *BsnGetIpMaskReply) SetMask(v uint32)
type BsnGetIpMaskRequest ¶
func DecodeBsnGetIpMaskRequest ¶
func DecodeBsnGetIpMaskRequest(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnGetIpMaskRequest, error)
func NewBsnGetIpMaskRequest ¶
func NewBsnGetIpMaskRequest() *BsnGetIpMaskRequest
func (*BsnGetIpMaskRequest) GetIndex ¶
func (self *BsnGetIpMaskRequest) GetIndex() uint8
func (*BsnGetIpMaskRequest) Serialize ¶
func (self *BsnGetIpMaskRequest) Serialize(encoder *goloxi.Encoder) error
func (*BsnGetIpMaskRequest) SetIndex ¶
func (self *BsnGetIpMaskRequest) SetIndex(v uint8)
type BsnGetL2TableReply ¶
func DecodeBsnGetL2TableReply ¶
func DecodeBsnGetL2TableReply(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnGetL2TableReply, error)
func NewBsnGetL2TableReply ¶
func NewBsnGetL2TableReply() *BsnGetL2TableReply
func (*BsnGetL2TableReply) GetL2TableEnable ¶
func (self *BsnGetL2TableReply) GetL2TableEnable() uint8
func (*BsnGetL2TableReply) GetL2TablePriority ¶
func (self *BsnGetL2TableReply) GetL2TablePriority() uint16
func (*BsnGetL2TableReply) Serialize ¶
func (self *BsnGetL2TableReply) Serialize(encoder *goloxi.Encoder) error
func (*BsnGetL2TableReply) SetL2TableEnable ¶
func (self *BsnGetL2TableReply) SetL2TableEnable(v uint8)
func (*BsnGetL2TableReply) SetL2TablePriority ¶
func (self *BsnGetL2TableReply) SetL2TablePriority(v uint16)
type BsnGetL2TableRequest ¶
type BsnGetL2TableRequest struct {
*BsnHeader
}
func DecodeBsnGetL2TableRequest ¶
func DecodeBsnGetL2TableRequest(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnGetL2TableRequest, error)
func NewBsnGetL2TableRequest ¶
func NewBsnGetL2TableRequest() *BsnGetL2TableRequest
type BsnGetMirroringReply ¶
func DecodeBsnGetMirroringReply ¶
func DecodeBsnGetMirroringReply(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnGetMirroringReply, error)
func NewBsnGetMirroringReply ¶
func NewBsnGetMirroringReply() *BsnGetMirroringReply
func (*BsnGetMirroringReply) GetReportMirrorPorts ¶
func (self *BsnGetMirroringReply) GetReportMirrorPorts() uint8
func (*BsnGetMirroringReply) Serialize ¶
func (self *BsnGetMirroringReply) Serialize(encoder *goloxi.Encoder) error
func (*BsnGetMirroringReply) SetReportMirrorPorts ¶
func (self *BsnGetMirroringReply) SetReportMirrorPorts(v uint8)
type BsnGetMirroringRequest ¶
func DecodeBsnGetMirroringRequest ¶
func DecodeBsnGetMirroringRequest(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnGetMirroringRequest, error)
func NewBsnGetMirroringRequest ¶
func NewBsnGetMirroringRequest() *BsnGetMirroringRequest
func (*BsnGetMirroringRequest) GetReportMirrorPorts ¶
func (self *BsnGetMirroringRequest) GetReportMirrorPorts() uint8
func (*BsnGetMirroringRequest) Serialize ¶
func (self *BsnGetMirroringRequest) Serialize(encoder *goloxi.Encoder) error
func (*BsnGetMirroringRequest) SetReportMirrorPorts ¶
func (self *BsnGetMirroringRequest) SetReportMirrorPorts(v uint8)
type BsnHeader ¶
type BsnHeader struct { *Experimenter Subtype uint32 }
func NewBsnHeader ¶
func (*BsnHeader) GetSubtype ¶
func (*BsnHeader) SetSubtype ¶
type BsnHybridGetReply ¶
func DecodeBsnHybridGetReply ¶
func DecodeBsnHybridGetReply(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnHybridGetReply, error)
func NewBsnHybridGetReply ¶
func NewBsnHybridGetReply() *BsnHybridGetReply
func (*BsnHybridGetReply) GetHybridEnable ¶
func (self *BsnHybridGetReply) GetHybridEnable() uint8
func (*BsnHybridGetReply) GetHybridVersion ¶
func (self *BsnHybridGetReply) GetHybridVersion() uint16
func (*BsnHybridGetReply) Serialize ¶
func (self *BsnHybridGetReply) Serialize(encoder *goloxi.Encoder) error
func (*BsnHybridGetReply) SetHybridEnable ¶
func (self *BsnHybridGetReply) SetHybridEnable(v uint8)
func (*BsnHybridGetReply) SetHybridVersion ¶
func (self *BsnHybridGetReply) SetHybridVersion(v uint16)
type BsnHybridGetRequest ¶
type BsnHybridGetRequest struct {
*BsnHeader
}
func DecodeBsnHybridGetRequest ¶
func DecodeBsnHybridGetRequest(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnHybridGetRequest, error)
func NewBsnHybridGetRequest ¶
func NewBsnHybridGetRequest() *BsnHybridGetRequest
type BsnInterface ¶
func DecodeBsnInterface ¶
func DecodeBsnInterface(decoder *goloxi.Decoder) (*BsnInterface, error)
func NewBsnInterface ¶
func NewBsnInterface() *BsnInterface
func (*BsnInterface) GetHwAddr ¶
func (self *BsnInterface) GetHwAddr() net.HardwareAddr
func (*BsnInterface) GetIpv4Addr ¶
func (self *BsnInterface) GetIpv4Addr() net.IP
func (*BsnInterface) GetIpv4Netmask ¶
func (self *BsnInterface) GetIpv4Netmask() net.IP
func (*BsnInterface) GetName ¶
func (self *BsnInterface) GetName() string
func (*BsnInterface) SetHwAddr ¶
func (self *BsnInterface) SetHwAddr(v net.HardwareAddr)
func (*BsnInterface) SetIpv4Addr ¶
func (self *BsnInterface) SetIpv4Addr(v net.IP)
func (*BsnInterface) SetIpv4Netmask ¶
func (self *BsnInterface) SetIpv4Netmask(v net.IP)
func (*BsnInterface) SetName ¶
func (self *BsnInterface) SetName(v string)
type BsnPduRxReply ¶
func DecodeBsnPduRxReply ¶
func DecodeBsnPduRxReply(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnPduRxReply, error)
func NewBsnPduRxReply ¶
func NewBsnPduRxReply() *BsnPduRxReply
func (*BsnPduRxReply) GetPortNo ¶
func (self *BsnPduRxReply) GetPortNo() Port
func (*BsnPduRxReply) GetSlotNum ¶
func (self *BsnPduRxReply) GetSlotNum() uint8
func (*BsnPduRxReply) GetStatus ¶
func (self *BsnPduRxReply) GetStatus() uint32
func (*BsnPduRxReply) Serialize ¶
func (self *BsnPduRxReply) Serialize(encoder *goloxi.Encoder) error
func (*BsnPduRxReply) SetPortNo ¶
func (self *BsnPduRxReply) SetPortNo(v Port)
func (*BsnPduRxReply) SetSlotNum ¶
func (self *BsnPduRxReply) SetSlotNum(v uint8)
func (*BsnPduRxReply) SetStatus ¶
func (self *BsnPduRxReply) SetStatus(v uint32)
type BsnPduRxRequest ¶
func DecodeBsnPduRxRequest ¶
func DecodeBsnPduRxRequest(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnPduRxRequest, error)
func NewBsnPduRxRequest ¶
func NewBsnPduRxRequest() *BsnPduRxRequest
func (*BsnPduRxRequest) GetData ¶
func (self *BsnPduRxRequest) GetData() []byte
func (*BsnPduRxRequest) GetPortNo ¶
func (self *BsnPduRxRequest) GetPortNo() Port
func (*BsnPduRxRequest) GetSlotNum ¶
func (self *BsnPduRxRequest) GetSlotNum() uint8
func (*BsnPduRxRequest) GetTimeoutMs ¶
func (self *BsnPduRxRequest) GetTimeoutMs() uint32
func (*BsnPduRxRequest) Serialize ¶
func (self *BsnPduRxRequest) Serialize(encoder *goloxi.Encoder) error
func (*BsnPduRxRequest) SetData ¶
func (self *BsnPduRxRequest) SetData(v []byte)
func (*BsnPduRxRequest) SetPortNo ¶
func (self *BsnPduRxRequest) SetPortNo(v Port)
func (*BsnPduRxRequest) SetSlotNum ¶
func (self *BsnPduRxRequest) SetSlotNum(v uint8)
func (*BsnPduRxRequest) SetTimeoutMs ¶
func (self *BsnPduRxRequest) SetTimeoutMs(v uint32)
type BsnPduRxTimeout ¶
func DecodeBsnPduRxTimeout ¶
func DecodeBsnPduRxTimeout(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnPduRxTimeout, error)
func NewBsnPduRxTimeout ¶
func NewBsnPduRxTimeout() *BsnPduRxTimeout
func (*BsnPduRxTimeout) GetPortNo ¶
func (self *BsnPduRxTimeout) GetPortNo() Port
func (*BsnPduRxTimeout) GetSlotNum ¶
func (self *BsnPduRxTimeout) GetSlotNum() uint8
func (*BsnPduRxTimeout) Serialize ¶
func (self *BsnPduRxTimeout) Serialize(encoder *goloxi.Encoder) error
func (*BsnPduRxTimeout) SetPortNo ¶
func (self *BsnPduRxTimeout) SetPortNo(v Port)
func (*BsnPduRxTimeout) SetSlotNum ¶
func (self *BsnPduRxTimeout) SetSlotNum(v uint8)
type BsnPduSlotNum ¶
type BsnPduSlotNum uint8
func (BsnPduSlotNum) MarshalJSON ¶
func (self BsnPduSlotNum) MarshalJSON() ([]byte, error)
type BsnPduTxReply ¶
func DecodeBsnPduTxReply ¶
func DecodeBsnPduTxReply(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnPduTxReply, error)
func NewBsnPduTxReply ¶
func NewBsnPduTxReply() *BsnPduTxReply
func (*BsnPduTxReply) GetPortNo ¶
func (self *BsnPduTxReply) GetPortNo() Port
func (*BsnPduTxReply) GetSlotNum ¶
func (self *BsnPduTxReply) GetSlotNum() uint8
func (*BsnPduTxReply) GetStatus ¶
func (self *BsnPduTxReply) GetStatus() uint32
func (*BsnPduTxReply) Serialize ¶
func (self *BsnPduTxReply) Serialize(encoder *goloxi.Encoder) error
func (*BsnPduTxReply) SetPortNo ¶
func (self *BsnPduTxReply) SetPortNo(v Port)
func (*BsnPduTxReply) SetSlotNum ¶
func (self *BsnPduTxReply) SetSlotNum(v uint8)
func (*BsnPduTxReply) SetStatus ¶
func (self *BsnPduTxReply) SetStatus(v uint32)
type BsnPduTxRequest ¶
type BsnPduTxRequest struct { *BsnHeader TxIntervalMs uint32 PortNo Port SlotNum uint8 Data []byte }
func DecodeBsnPduTxRequest ¶
func DecodeBsnPduTxRequest(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnPduTxRequest, error)
func NewBsnPduTxRequest ¶
func NewBsnPduTxRequest() *BsnPduTxRequest
func (*BsnPduTxRequest) GetData ¶
func (self *BsnPduTxRequest) GetData() []byte
func (*BsnPduTxRequest) GetPortNo ¶
func (self *BsnPduTxRequest) GetPortNo() Port
func (*BsnPduTxRequest) GetSlotNum ¶
func (self *BsnPduTxRequest) GetSlotNum() uint8
func (*BsnPduTxRequest) GetTxIntervalMs ¶
func (self *BsnPduTxRequest) GetTxIntervalMs() uint32
func (*BsnPduTxRequest) Serialize ¶
func (self *BsnPduTxRequest) Serialize(encoder *goloxi.Encoder) error
func (*BsnPduTxRequest) SetData ¶
func (self *BsnPduTxRequest) SetData(v []byte)
func (*BsnPduTxRequest) SetPortNo ¶
func (self *BsnPduTxRequest) SetPortNo(v Port)
func (*BsnPduTxRequest) SetSlotNum ¶
func (self *BsnPduTxRequest) SetSlotNum(v uint8)
func (*BsnPduTxRequest) SetTxIntervalMs ¶
func (self *BsnPduTxRequest) SetTxIntervalMs(v uint32)
type BsnSetIpMask ¶
func DecodeBsnSetIpMask ¶
func DecodeBsnSetIpMask(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnSetIpMask, error)
func NewBsnSetIpMask ¶
func NewBsnSetIpMask() *BsnSetIpMask
func (*BsnSetIpMask) GetIndex ¶
func (self *BsnSetIpMask) GetIndex() uint8
func (*BsnSetIpMask) GetMask ¶
func (self *BsnSetIpMask) GetMask() uint32
func (*BsnSetIpMask) SetIndex ¶
func (self *BsnSetIpMask) SetIndex(v uint8)
func (*BsnSetIpMask) SetMask ¶
func (self *BsnSetIpMask) SetMask(v uint32)
type BsnSetL2TableReply ¶
type BsnSetL2TableReply struct { *BsnHeader L2TableEnable uint8 L2TablePriority uint16 Status uint32 }
func DecodeBsnSetL2TableReply ¶
func DecodeBsnSetL2TableReply(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnSetL2TableReply, error)
func NewBsnSetL2TableReply ¶
func NewBsnSetL2TableReply() *BsnSetL2TableReply
func (*BsnSetL2TableReply) GetL2TableEnable ¶
func (self *BsnSetL2TableReply) GetL2TableEnable() uint8
func (*BsnSetL2TableReply) GetL2TablePriority ¶
func (self *BsnSetL2TableReply) GetL2TablePriority() uint16
func (*BsnSetL2TableReply) GetStatus ¶
func (self *BsnSetL2TableReply) GetStatus() uint32
func (*BsnSetL2TableReply) Serialize ¶
func (self *BsnSetL2TableReply) Serialize(encoder *goloxi.Encoder) error
func (*BsnSetL2TableReply) SetL2TableEnable ¶
func (self *BsnSetL2TableReply) SetL2TableEnable(v uint8)
func (*BsnSetL2TableReply) SetL2TablePriority ¶
func (self *BsnSetL2TableReply) SetL2TablePriority(v uint16)
func (*BsnSetL2TableReply) SetStatus ¶
func (self *BsnSetL2TableReply) SetStatus(v uint32)
type BsnSetL2TableRequest ¶
func DecodeBsnSetL2TableRequest ¶
func DecodeBsnSetL2TableRequest(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnSetL2TableRequest, error)
func NewBsnSetL2TableRequest ¶
func NewBsnSetL2TableRequest() *BsnSetL2TableRequest
func (*BsnSetL2TableRequest) GetL2TableEnable ¶
func (self *BsnSetL2TableRequest) GetL2TableEnable() uint8
func (*BsnSetL2TableRequest) GetL2TablePriority ¶
func (self *BsnSetL2TableRequest) GetL2TablePriority() uint16
func (*BsnSetL2TableRequest) Serialize ¶
func (self *BsnSetL2TableRequest) Serialize(encoder *goloxi.Encoder) error
func (*BsnSetL2TableRequest) SetL2TableEnable ¶
func (self *BsnSetL2TableRequest) SetL2TableEnable(v uint8)
func (*BsnSetL2TableRequest) SetL2TablePriority ¶
func (self *BsnSetL2TableRequest) SetL2TablePriority(v uint16)
type BsnSetMirroring ¶
func DecodeBsnSetMirroring ¶
func DecodeBsnSetMirroring(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnSetMirroring, error)
func NewBsnSetMirroring ¶
func NewBsnSetMirroring() *BsnSetMirroring
func (*BsnSetMirroring) GetReportMirrorPorts ¶
func (self *BsnSetMirroring) GetReportMirrorPorts() uint8
func (*BsnSetMirroring) Serialize ¶
func (self *BsnSetMirroring) Serialize(encoder *goloxi.Encoder) error
func (*BsnSetMirroring) SetReportMirrorPorts ¶
func (self *BsnSetMirroring) SetReportMirrorPorts(v uint8)
type BsnSetPktinSuppressionReply ¶
func DecodeBsnSetPktinSuppressionReply ¶
func DecodeBsnSetPktinSuppressionReply(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnSetPktinSuppressionReply, error)
func NewBsnSetPktinSuppressionReply ¶
func NewBsnSetPktinSuppressionReply() *BsnSetPktinSuppressionReply
func (*BsnSetPktinSuppressionReply) GetStatus ¶
func (self *BsnSetPktinSuppressionReply) GetStatus() uint32
func (*BsnSetPktinSuppressionReply) Serialize ¶
func (self *BsnSetPktinSuppressionReply) Serialize(encoder *goloxi.Encoder) error
func (*BsnSetPktinSuppressionReply) SetStatus ¶
func (self *BsnSetPktinSuppressionReply) SetStatus(v uint32)
type BsnSetPktinSuppressionRequest ¶
type BsnSetPktinSuppressionRequest struct { *BsnHeader Enabled uint8 IdleTimeout uint16 HardTimeout uint16 Priority uint16 Cookie uint64 }
func DecodeBsnSetPktinSuppressionRequest ¶
func DecodeBsnSetPktinSuppressionRequest(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnSetPktinSuppressionRequest, error)
func NewBsnSetPktinSuppressionRequest ¶
func NewBsnSetPktinSuppressionRequest() *BsnSetPktinSuppressionRequest
func (*BsnSetPktinSuppressionRequest) GetCookie ¶
func (self *BsnSetPktinSuppressionRequest) GetCookie() uint64
func (*BsnSetPktinSuppressionRequest) GetEnabled ¶
func (self *BsnSetPktinSuppressionRequest) GetEnabled() uint8
func (*BsnSetPktinSuppressionRequest) GetHardTimeout ¶
func (self *BsnSetPktinSuppressionRequest) GetHardTimeout() uint16
func (*BsnSetPktinSuppressionRequest) GetIdleTimeout ¶
func (self *BsnSetPktinSuppressionRequest) GetIdleTimeout() uint16
func (*BsnSetPktinSuppressionRequest) GetPriority ¶
func (self *BsnSetPktinSuppressionRequest) GetPriority() uint16
func (*BsnSetPktinSuppressionRequest) Serialize ¶
func (self *BsnSetPktinSuppressionRequest) Serialize(encoder *goloxi.Encoder) error
func (*BsnSetPktinSuppressionRequest) SetCookie ¶
func (self *BsnSetPktinSuppressionRequest) SetCookie(v uint64)
func (*BsnSetPktinSuppressionRequest) SetEnabled ¶
func (self *BsnSetPktinSuppressionRequest) SetEnabled(v uint8)
func (*BsnSetPktinSuppressionRequest) SetHardTimeout ¶
func (self *BsnSetPktinSuppressionRequest) SetHardTimeout(v uint16)
func (*BsnSetPktinSuppressionRequest) SetIdleTimeout ¶
func (self *BsnSetPktinSuppressionRequest) SetIdleTimeout(v uint16)
func (*BsnSetPktinSuppressionRequest) SetPriority ¶
func (self *BsnSetPktinSuppressionRequest) SetPriority(v uint16)
type BsnShellCommand ¶
func DecodeBsnShellCommand ¶
func DecodeBsnShellCommand(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnShellCommand, error)
func NewBsnShellCommand ¶
func NewBsnShellCommand() *BsnShellCommand
func (*BsnShellCommand) GetData ¶
func (self *BsnShellCommand) GetData() []byte
func (*BsnShellCommand) GetService ¶
func (self *BsnShellCommand) GetService() uint32
func (*BsnShellCommand) Serialize ¶
func (self *BsnShellCommand) Serialize(encoder *goloxi.Encoder) error
func (*BsnShellCommand) SetData ¶
func (self *BsnShellCommand) SetData(v []byte)
func (*BsnShellCommand) SetService ¶
func (self *BsnShellCommand) SetService(v uint32)
type BsnShellOutput ¶
func DecodeBsnShellOutput ¶
func DecodeBsnShellOutput(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnShellOutput, error)
func NewBsnShellOutput ¶
func NewBsnShellOutput() *BsnShellOutput
func (*BsnShellOutput) GetData ¶
func (self *BsnShellOutput) GetData() []byte
func (*BsnShellOutput) Serialize ¶
func (self *BsnShellOutput) Serialize(encoder *goloxi.Encoder) error
func (*BsnShellOutput) SetData ¶
func (self *BsnShellOutput) SetData(v []byte)
type BsnShellStatus ¶
func DecodeBsnShellStatus ¶
func DecodeBsnShellStatus(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnShellStatus, error)
func NewBsnShellStatus ¶
func NewBsnShellStatus() *BsnShellStatus
func (*BsnShellStatus) GetStatus ¶
func (self *BsnShellStatus) GetStatus() uint32
func (*BsnShellStatus) Serialize ¶
func (self *BsnShellStatus) Serialize(encoder *goloxi.Encoder) error
func (*BsnShellStatus) SetStatus ¶
func (self *BsnShellStatus) SetStatus(v uint32)
type BsnStatsReply ¶
type BsnStatsReply struct { *ExperimenterStatsReply Subtype uint32 }
func NewBsnStatsReply ¶
func NewBsnStatsReply(_subtype uint32) *BsnStatsReply
func (*BsnStatsReply) GetSubtype ¶
func (self *BsnStatsReply) GetSubtype() uint32
func (*BsnStatsReply) Serialize ¶
func (self *BsnStatsReply) Serialize(encoder *goloxi.Encoder) error
func (*BsnStatsReply) SetSubtype ¶
func (self *BsnStatsReply) SetSubtype(v uint32)
type BsnStatsRequest ¶
type BsnStatsRequest struct { *ExperimenterStatsRequest Subtype uint32 }
func NewBsnStatsRequest ¶
func NewBsnStatsRequest(_subtype uint32) *BsnStatsRequest
func (*BsnStatsRequest) GetSubtype ¶
func (self *BsnStatsRequest) GetSubtype() uint32
func (*BsnStatsRequest) Serialize ¶
func (self *BsnStatsRequest) Serialize(encoder *goloxi.Encoder) error
func (*BsnStatsRequest) SetSubtype ¶
func (self *BsnStatsRequest) SetSubtype(v uint32)
type BsnVirtualPortCreateReply ¶
func DecodeBsnVirtualPortCreateReply ¶
func DecodeBsnVirtualPortCreateReply(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnVirtualPortCreateReply, error)
func NewBsnVirtualPortCreateReply ¶
func NewBsnVirtualPortCreateReply() *BsnVirtualPortCreateReply
func (*BsnVirtualPortCreateReply) GetStatus ¶
func (self *BsnVirtualPortCreateReply) GetStatus() uint32
func (*BsnVirtualPortCreateReply) GetVportNo ¶
func (self *BsnVirtualPortCreateReply) GetVportNo() uint32
func (*BsnVirtualPortCreateReply) Serialize ¶
func (self *BsnVirtualPortCreateReply) Serialize(encoder *goloxi.Encoder) error
func (*BsnVirtualPortCreateReply) SetStatus ¶
func (self *BsnVirtualPortCreateReply) SetStatus(v uint32)
func (*BsnVirtualPortCreateReply) SetVportNo ¶
func (self *BsnVirtualPortCreateReply) SetVportNo(v uint32)
type BsnVirtualPortCreateRequest ¶
func DecodeBsnVirtualPortCreateRequest ¶
func DecodeBsnVirtualPortCreateRequest(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnVirtualPortCreateRequest, error)
func NewBsnVirtualPortCreateRequest ¶
func NewBsnVirtualPortCreateRequest() *BsnVirtualPortCreateRequest
func (*BsnVirtualPortCreateRequest) GetVport ¶
func (self *BsnVirtualPortCreateRequest) GetVport() BSNVport
func (*BsnVirtualPortCreateRequest) Serialize ¶
func (self *BsnVirtualPortCreateRequest) Serialize(encoder *goloxi.Encoder) error
func (*BsnVirtualPortCreateRequest) SetVport ¶
func (self *BsnVirtualPortCreateRequest) SetVport(v BSNVport)
type BsnVirtualPortRemoveReply ¶
func DecodeBsnVirtualPortRemoveReply ¶
func DecodeBsnVirtualPortRemoveReply(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnVirtualPortRemoveReply, error)
func NewBsnVirtualPortRemoveReply ¶
func NewBsnVirtualPortRemoveReply() *BsnVirtualPortRemoveReply
func (*BsnVirtualPortRemoveReply) GetStatus ¶
func (self *BsnVirtualPortRemoveReply) GetStatus() uint32
func (*BsnVirtualPortRemoveReply) Serialize ¶
func (self *BsnVirtualPortRemoveReply) Serialize(encoder *goloxi.Encoder) error
func (*BsnVirtualPortRemoveReply) SetStatus ¶
func (self *BsnVirtualPortRemoveReply) SetStatus(v uint32)
type BsnVirtualPortRemoveRequest ¶
func DecodeBsnVirtualPortRemoveRequest ¶
func DecodeBsnVirtualPortRemoveRequest(parent *BsnHeader, decoder *goloxi.Decoder) (*BsnVirtualPortRemoveRequest, error)
func NewBsnVirtualPortRemoveRequest ¶
func NewBsnVirtualPortRemoveRequest() *BsnVirtualPortRemoveRequest
func (*BsnVirtualPortRemoveRequest) GetVportNo ¶
func (self *BsnVirtualPortRemoveRequest) GetVportNo() uint32
func (*BsnVirtualPortRemoveRequest) Serialize ¶
func (self *BsnVirtualPortRemoveRequest) Serialize(encoder *goloxi.Encoder) error
func (*BsnVirtualPortRemoveRequest) SetVportNo ¶
func (self *BsnVirtualPortRemoveRequest) SetVportNo(v uint32)
type BsnVport ¶
func NewBsnVport ¶
type BsnVportL2Gre ¶
type BsnVportL2Gre struct { *BsnVport Flags BsnVportL2GreFlags PortNo Port LoopbackPortNo Port LocalMac net.HardwareAddr NhMac net.HardwareAddr SrcIp net.IP DstIp net.IP Dscp uint8 Ttl uint8 Vpn uint32 RateLimit uint32 IfName string }
func DecodeBsnVportL2Gre ¶
func DecodeBsnVportL2Gre(parent *BsnVport, decoder *goloxi.Decoder) (*BsnVportL2Gre, error)
func NewBsnVportL2Gre ¶
func NewBsnVportL2Gre() *BsnVportL2Gre
func (*BsnVportL2Gre) GetDscp ¶
func (self *BsnVportL2Gre) GetDscp() uint8
func (*BsnVportL2Gre) GetDstIp ¶
func (self *BsnVportL2Gre) GetDstIp() net.IP
func (*BsnVportL2Gre) GetFlags ¶
func (self *BsnVportL2Gre) GetFlags() BsnVportL2GreFlags
func (*BsnVportL2Gre) GetIfName ¶
func (self *BsnVportL2Gre) GetIfName() string
func (*BsnVportL2Gre) GetLocalMac ¶
func (self *BsnVportL2Gre) GetLocalMac() net.HardwareAddr
func (*BsnVportL2Gre) GetLoopbackPortNo ¶
func (self *BsnVportL2Gre) GetLoopbackPortNo() Port
func (*BsnVportL2Gre) GetNhMac ¶
func (self *BsnVportL2Gre) GetNhMac() net.HardwareAddr
func (*BsnVportL2Gre) GetPortNo ¶
func (self *BsnVportL2Gre) GetPortNo() Port
func (*BsnVportL2Gre) GetRateLimit ¶
func (self *BsnVportL2Gre) GetRateLimit() uint32
func (*BsnVportL2Gre) GetSrcIp ¶
func (self *BsnVportL2Gre) GetSrcIp() net.IP
func (*BsnVportL2Gre) GetTtl ¶
func (self *BsnVportL2Gre) GetTtl() uint8
func (*BsnVportL2Gre) GetVpn ¶
func (self *BsnVportL2Gre) GetVpn() uint32
func (*BsnVportL2Gre) Serialize ¶
func (self *BsnVportL2Gre) Serialize(encoder *goloxi.Encoder) error
func (*BsnVportL2Gre) SetDscp ¶
func (self *BsnVportL2Gre) SetDscp(v uint8)
func (*BsnVportL2Gre) SetDstIp ¶
func (self *BsnVportL2Gre) SetDstIp(v net.IP)
func (*BsnVportL2Gre) SetFlags ¶
func (self *BsnVportL2Gre) SetFlags(v BsnVportL2GreFlags)
func (*BsnVportL2Gre) SetIfName ¶
func (self *BsnVportL2Gre) SetIfName(v string)
func (*BsnVportL2Gre) SetLocalMac ¶
func (self *BsnVportL2Gre) SetLocalMac(v net.HardwareAddr)
func (*BsnVportL2Gre) SetLoopbackPortNo ¶
func (self *BsnVportL2Gre) SetLoopbackPortNo(v Port)
func (*BsnVportL2Gre) SetNhMac ¶
func (self *BsnVportL2Gre) SetNhMac(v net.HardwareAddr)
func (*BsnVportL2Gre) SetPortNo ¶
func (self *BsnVportL2Gre) SetPortNo(v Port)
func (*BsnVportL2Gre) SetRateLimit ¶
func (self *BsnVportL2Gre) SetRateLimit(v uint32)
func (*BsnVportL2Gre) SetSrcIp ¶
func (self *BsnVportL2Gre) SetSrcIp(v net.IP)
func (*BsnVportL2Gre) SetTtl ¶
func (self *BsnVportL2Gre) SetTtl(v uint8)
func (*BsnVportL2Gre) SetVpn ¶
func (self *BsnVportL2Gre) SetVpn(v uint32)
type BsnVportL2GreFlags ¶
type BsnVportL2GreFlags uint32
func (BsnVportL2GreFlags) MarshalJSON ¶
func (self BsnVportL2GreFlags) MarshalJSON() ([]byte, error)
type BsnVportQInQ ¶
type BsnVportQInQ struct { *BsnVport PortNo uint32 IngressTpid uint16 IngressVlanId uint16 EgressTpid uint16 EgressVlanId uint16 IfName string }
func DecodeBsnVportQInQ ¶
func DecodeBsnVportQInQ(parent *BsnVport, decoder *goloxi.Decoder) (*BsnVportQInQ, error)
func NewBsnVportQInQ ¶
func NewBsnVportQInQ() *BsnVportQInQ
func (*BsnVportQInQ) GetEgressTpid ¶
func (self *BsnVportQInQ) GetEgressTpid() uint16
func (*BsnVportQInQ) GetEgressVlanId ¶
func (self *BsnVportQInQ) GetEgressVlanId() uint16
func (*BsnVportQInQ) GetIfName ¶
func (self *BsnVportQInQ) GetIfName() string
func (*BsnVportQInQ) GetIngressTpid ¶
func (self *BsnVportQInQ) GetIngressTpid() uint16
func (*BsnVportQInQ) GetIngressVlanId ¶
func (self *BsnVportQInQ) GetIngressVlanId() uint16
func (*BsnVportQInQ) GetPortNo ¶
func (self *BsnVportQInQ) GetPortNo() uint32
func (*BsnVportQInQ) SetEgressTpid ¶
func (self *BsnVportQInQ) SetEgressTpid(v uint16)
func (*BsnVportQInQ) SetEgressVlanId ¶
func (self *BsnVportQInQ) SetEgressVlanId(v uint16)
func (*BsnVportQInQ) SetIfName ¶
func (self *BsnVportQInQ) SetIfName(v string)
func (*BsnVportQInQ) SetIngressTpid ¶
func (self *BsnVportQInQ) SetIngressTpid(v uint16)
func (*BsnVportQInQ) SetIngressVlanId ¶
func (self *BsnVportQInQ) SetIngressVlanId(v uint16)
func (*BsnVportQInQ) SetPortNo ¶
func (self *BsnVportQInQ) SetPortNo(v uint32)
type BsnVportQInQUntagged ¶
type BsnVportQInQUntagged uint16
func (BsnVportQInQUntagged) MarshalJSON ¶
func (self BsnVportQInQUntagged) MarshalJSON() ([]byte, error)
type Capabilities ¶
type Capabilities uint32
func (Capabilities) MarshalJSON ¶
func (self Capabilities) MarshalJSON() ([]byte, error)
type Checksum128 ¶
type Checksum128 [16]byte
type ConfigFlags ¶
type ConfigFlags uint16
func (ConfigFlags) MarshalJSON ¶
func (self ConfigFlags) MarshalJSON() ([]byte, error)
type ControllerURI ¶
type ControllerURI uint16
type DescStatsReply ¶
type DescStatsReply struct { *StatsReply MfrDesc string HwDesc string SwDesc string SerialNum string DpDesc string }
func DecodeDescStatsReply ¶
func DecodeDescStatsReply(parent *StatsReply, decoder *goloxi.Decoder) (*DescStatsReply, error)
func NewDescStatsReply ¶
func NewDescStatsReply() *DescStatsReply
func (*DescStatsReply) GetDpDesc ¶
func (self *DescStatsReply) GetDpDesc() string
func (*DescStatsReply) GetHwDesc ¶
func (self *DescStatsReply) GetHwDesc() string
func (*DescStatsReply) GetMfrDesc ¶
func (self *DescStatsReply) GetMfrDesc() string
func (*DescStatsReply) GetSerialNum ¶
func (self *DescStatsReply) GetSerialNum() string
func (*DescStatsReply) GetSwDesc ¶
func (self *DescStatsReply) GetSwDesc() string
func (*DescStatsReply) Serialize ¶
func (self *DescStatsReply) Serialize(encoder *goloxi.Encoder) error
func (*DescStatsReply) SetDpDesc ¶
func (self *DescStatsReply) SetDpDesc(v string)
func (*DescStatsReply) SetHwDesc ¶
func (self *DescStatsReply) SetHwDesc(v string)
func (*DescStatsReply) SetMfrDesc ¶
func (self *DescStatsReply) SetMfrDesc(v string)
func (*DescStatsReply) SetSerialNum ¶
func (self *DescStatsReply) SetSerialNum(v string)
func (*DescStatsReply) SetSwDesc ¶
func (self *DescStatsReply) SetSwDesc(v string)
type DescStatsRequest ¶
type DescStatsRequest struct {
*StatsRequest
}
func DecodeDescStatsRequest ¶
func DecodeDescStatsRequest(parent *StatsRequest, decoder *goloxi.Decoder) (*DescStatsRequest, error)
func NewDescStatsRequest ¶
func NewDescStatsRequest() *DescStatsRequest
type EchoRequest ¶
func DecodeEchoRequest ¶
func DecodeEchoRequest(parent *Header, decoder *goloxi.Decoder) (*EchoRequest, error)
func NewEchoRequest ¶
func NewEchoRequest() *EchoRequest
func (*EchoRequest) GetData ¶
func (self *EchoRequest) GetData() []byte
func (*EchoRequest) SetData ¶
func (self *EchoRequest) SetData(v []byte)
type EdNshPropType ¶
type EdNshPropType uint8
func (EdNshPropType) MarshalJSON ¶
func (self EdNshPropType) MarshalJSON() ([]byte, error)
type EdPropClass ¶
type EdPropClass uint16
func (EdPropClass) MarshalJSON ¶
func (self EdPropClass) MarshalJSON() ([]byte, error)
type EdPropHeader ¶
type EdPropHeader struct {
PropClass uint16
}
func NewEdPropHeader ¶
func NewEdPropHeader(_prop_class uint16) *EdPropHeader
func (*EdPropHeader) GetPropClass ¶
func (self *EdPropHeader) GetPropClass() uint16
func (*EdPropHeader) SetPropClass ¶
func (self *EdPropHeader) SetPropClass(v uint16)
type EdPropNshMdType ¶
func DecodeEdPropNshMdType ¶
func DecodeEdPropNshMdType(parent *EdPropNsh, decoder *goloxi.Decoder) (*EdPropNshMdType, error)
func NewEdPropNshMdType ¶
func NewEdPropNshMdType() *EdPropNshMdType
func (*EdPropNshMdType) GetMdType ¶
func (self *EdPropNshMdType) GetMdType() uint8
func (*EdPropNshMdType) Serialize ¶
func (self *EdPropNshMdType) Serialize(encoder *goloxi.Encoder) error
func (*EdPropNshMdType) SetMdType ¶
func (self *EdPropNshMdType) SetMdType(v uint8)
type EdPropNshTlv ¶
func DecodeEdPropNshTlv ¶
func DecodeEdPropNshTlv(parent *EdPropNsh, decoder *goloxi.Decoder) (*EdPropNshTlv, error)
func NewEdPropNshTlv ¶
func NewEdPropNshTlv() *EdPropNshTlv
func (*EdPropNshTlv) GetTlvClass ¶
func (self *EdPropNshTlv) GetTlvClass() uint16
func (*EdPropNshTlv) GetTlvLen ¶
func (self *EdPropNshTlv) GetTlvLen() uint8
func (*EdPropNshTlv) GetTlvType ¶
func (self *EdPropNshTlv) GetTlvType() uint8
func (*EdPropNshTlv) GetValue ¶
func (self *EdPropNshTlv) GetValue() []byte
func (*EdPropNshTlv) SetTlvClass ¶
func (self *EdPropNshTlv) SetTlvClass(v uint16)
func (*EdPropNshTlv) SetTlvLen ¶
func (self *EdPropNshTlv) SetTlvLen(v uint8)
func (*EdPropNshTlv) SetTlvType ¶
func (self *EdPropNshTlv) SetTlvType(v uint8)
func (*EdPropNshTlv) SetValue ¶
func (self *EdPropNshTlv) SetValue(v []byte)
type EthernetType ¶
type EthernetType uint16
func (EthernetType) MarshalJSON ¶
func (self EthernetType) MarshalJSON() ([]byte, error)
func (EthernetType) String ¶
func (self EthernetType) String() string
type Experimenter ¶
func NewExperimenter ¶
func NewExperimenter(_experimenter uint32) *Experimenter
func (*Experimenter) GetExperimenter ¶
func (self *Experimenter) GetExperimenter() uint32
func (*Experimenter) SetExperimenter ¶
func (self *Experimenter) SetExperimenter(v uint32)
type ExperimenterStatsReply ¶
type ExperimenterStatsReply struct { *StatsReply Experimenter uint32 }
func NewExperimenterStatsReply ¶
func NewExperimenterStatsReply(_experimenter uint32) *ExperimenterStatsReply
func (*ExperimenterStatsReply) GetExperimenter ¶
func (self *ExperimenterStatsReply) GetExperimenter() uint32
func (*ExperimenterStatsReply) Serialize ¶
func (self *ExperimenterStatsReply) Serialize(encoder *goloxi.Encoder) error
func (*ExperimenterStatsReply) SetExperimenter ¶
func (self *ExperimenterStatsReply) SetExperimenter(v uint32)
type ExperimenterStatsRequest ¶
type ExperimenterStatsRequest struct { *StatsRequest Experimenter uint32 }
func NewExperimenterStatsRequest ¶
func NewExperimenterStatsRequest(_experimenter uint32) *ExperimenterStatsRequest
func (*ExperimenterStatsRequest) GetExperimenter ¶
func (self *ExperimenterStatsRequest) GetExperimenter() uint32
func (*ExperimenterStatsRequest) Serialize ¶
func (self *ExperimenterStatsRequest) Serialize(encoder *goloxi.Encoder) error
func (*ExperimenterStatsRequest) SetExperimenter ¶
func (self *ExperimenterStatsRequest) SetExperimenter(v uint32)
type FeaturesReply ¶
type FeaturesReply struct { *Header DatapathId uint64 NBuffers uint32 NTables uint8 Capabilities Capabilities Actions uint32 Ports []*PortDesc }
func DecodeFeaturesReply ¶
func DecodeFeaturesReply(parent *Header, decoder *goloxi.Decoder) (*FeaturesReply, error)
func NewFeaturesReply ¶
func NewFeaturesReply() *FeaturesReply
func (*FeaturesReply) GetActions ¶
func (self *FeaturesReply) GetActions() uint32
func (*FeaturesReply) GetCapabilities ¶
func (self *FeaturesReply) GetCapabilities() Capabilities
func (*FeaturesReply) GetDatapathId ¶
func (self *FeaturesReply) GetDatapathId() uint64
func (*FeaturesReply) GetNBuffers ¶
func (self *FeaturesReply) GetNBuffers() uint32
func (*FeaturesReply) GetNTables ¶
func (self *FeaturesReply) GetNTables() uint8
func (*FeaturesReply) GetPorts ¶
func (self *FeaturesReply) GetPorts() []*PortDesc
func (*FeaturesReply) Serialize ¶
func (self *FeaturesReply) Serialize(encoder *goloxi.Encoder) error
func (*FeaturesReply) SetActions ¶
func (self *FeaturesReply) SetActions(v uint32)
func (*FeaturesReply) SetCapabilities ¶
func (self *FeaturesReply) SetCapabilities(v Capabilities)
func (*FeaturesReply) SetDatapathId ¶
func (self *FeaturesReply) SetDatapathId(v uint64)
func (*FeaturesReply) SetNBuffers ¶
func (self *FeaturesReply) SetNBuffers(v uint32)
func (*FeaturesReply) SetNTables ¶
func (self *FeaturesReply) SetNTables(v uint8)
func (*FeaturesReply) SetPorts ¶
func (self *FeaturesReply) SetPorts(v []*PortDesc)
type FeaturesRequest ¶
type FeaturesRequest struct {
*Header
}
func DecodeFeaturesRequest ¶
func DecodeFeaturesRequest(parent *Header, decoder *goloxi.Decoder) (*FeaturesRequest, error)
func NewFeaturesRequest ¶
func NewFeaturesRequest() *FeaturesRequest
type FlowDelete ¶
type FlowDelete struct {
*FlowMod
}
func DecodeFlowDelete ¶
func DecodeFlowDelete(parent *FlowMod, decoder *goloxi.Decoder) (*FlowDelete, error)
func NewFlowDelete ¶
func NewFlowDelete() *FlowDelete
type FlowDeleteStrict ¶
type FlowDeleteStrict struct {
*FlowMod
}
func DecodeFlowDeleteStrict ¶
func DecodeFlowDeleteStrict(parent *FlowMod, decoder *goloxi.Decoder) (*FlowDeleteStrict, error)
func NewFlowDeleteStrict ¶
func NewFlowDeleteStrict() *FlowDeleteStrict
type FlowMod ¶
type FlowMod struct { *Header Match Match Cookie uint64 Command FmCmd IdleTimeout uint16 HardTimeout uint16 Priority uint16 BufferId uint32 OutPort Port Flags FlowModFlags Actions []goloxi.IAction }
func NewFlowMod ¶
func (*FlowMod) GetActions ¶
func (*FlowMod) GetBufferId ¶
func (*FlowMod) GetCommand ¶
func (*FlowMod) GetFlags ¶
func (self *FlowMod) GetFlags() FlowModFlags
func (*FlowMod) GetHardTimeout ¶
func (*FlowMod) GetIdleTimeout ¶
func (*FlowMod) GetOutPort ¶
func (*FlowMod) GetPriority ¶
func (*FlowMod) SetActions ¶
func (*FlowMod) SetBufferId ¶
func (*FlowMod) SetCommand ¶
func (*FlowMod) SetFlags ¶
func (self *FlowMod) SetFlags(v FlowModFlags)
func (*FlowMod) SetHardTimeout ¶
func (*FlowMod) SetIdleTimeout ¶
func (*FlowMod) SetOutPort ¶
func (*FlowMod) SetPriority ¶
type FlowModCommand ¶
type FlowModCommand uint16
func (FlowModCommand) MarshalJSON ¶
func (self FlowModCommand) MarshalJSON() ([]byte, error)
type FlowModFailedCode ¶
type FlowModFailedCode uint16
func (FlowModFailedCode) MarshalJSON ¶
func (self FlowModFailedCode) MarshalJSON() ([]byte, error)
type FlowModFailedErrorMsg ¶
type FlowModFailedErrorMsg struct { *ErrorMsg Code FlowModFailedCode Data []byte }
func DecodeFlowModFailedErrorMsg ¶
func DecodeFlowModFailedErrorMsg(parent *ErrorMsg, decoder *goloxi.Decoder) (*FlowModFailedErrorMsg, error)
func NewFlowModFailedErrorMsg ¶
func NewFlowModFailedErrorMsg() *FlowModFailedErrorMsg
func (*FlowModFailedErrorMsg) GetCode ¶
func (self *FlowModFailedErrorMsg) GetCode() FlowModFailedCode
func (*FlowModFailedErrorMsg) GetData ¶
func (self *FlowModFailedErrorMsg) GetData() []byte
func (*FlowModFailedErrorMsg) Serialize ¶
func (self *FlowModFailedErrorMsg) Serialize(encoder *goloxi.Encoder) error
func (*FlowModFailedErrorMsg) SetCode ¶
func (self *FlowModFailedErrorMsg) SetCode(v FlowModFailedCode)
func (*FlowModFailedErrorMsg) SetData ¶
func (self *FlowModFailedErrorMsg) SetData(v []byte)
type FlowModFlags ¶
type FlowModFlags uint16
func (FlowModFlags) MarshalJSON ¶
func (self FlowModFlags) MarshalJSON() ([]byte, error)
type FlowModSpec ¶
func NewFlowModSpec ¶
func NewFlowModSpec(_src_dst uint8) *FlowModSpec
func (*FlowModSpec) GetNBits ¶
func (self *FlowModSpec) GetNBits() uint8
func (*FlowModSpec) GetSrcDst ¶
func (self *FlowModSpec) GetSrcDst() uint8
func (*FlowModSpec) SetNBits ¶
func (self *FlowModSpec) SetNBits(v uint8)
func (*FlowModSpec) SetSrcDst ¶
func (self *FlowModSpec) SetSrcDst(v uint8)
type FlowModSpecSrc0Dst0 ¶
type FlowModSpecSrc0Dst0 struct { *FlowModSpec Src goloxi.IOxmId SrcOfs uint16 Dst goloxi.IOxmId DstOfs uint16 }
func NewFlowModSpecSrc0Dst0 ¶
func NewFlowModSpecSrc0Dst0(_n_bits uint8) *FlowModSpecSrc0Dst0
func (*FlowModSpecSrc0Dst0) GetDst ¶
func (self *FlowModSpecSrc0Dst0) GetDst() goloxi.IOxmId
func (*FlowModSpecSrc0Dst0) GetDstOfs ¶
func (self *FlowModSpecSrc0Dst0) GetDstOfs() uint16
func (*FlowModSpecSrc0Dst0) GetSrc ¶
func (self *FlowModSpecSrc0Dst0) GetSrc() goloxi.IOxmId
func (*FlowModSpecSrc0Dst0) GetSrcOfs ¶
func (self *FlowModSpecSrc0Dst0) GetSrcOfs() uint16
func (*FlowModSpecSrc0Dst0) Serialize ¶
func (self *FlowModSpecSrc0Dst0) Serialize(encoder *goloxi.Encoder) error
func (*FlowModSpecSrc0Dst0) SetDst ¶
func (self *FlowModSpecSrc0Dst0) SetDst(v goloxi.IOxmId)
func (*FlowModSpecSrc0Dst0) SetDstOfs ¶
func (self *FlowModSpecSrc0Dst0) SetDstOfs(v uint16)
func (*FlowModSpecSrc0Dst0) SetSrc ¶
func (self *FlowModSpecSrc0Dst0) SetSrc(v goloxi.IOxmId)
func (*FlowModSpecSrc0Dst0) SetSrcOfs ¶
func (self *FlowModSpecSrc0Dst0) SetSrcOfs(v uint16)
type FlowModSpecSrc0Dst1 ¶
type FlowModSpecSrc0Dst1 struct { *FlowModSpec Src goloxi.IOxmId SrcOfs uint16 Dst goloxi.IOxmId DstOfs uint16 }
func DecodeFlowModSpecSrc0Dst1 ¶
func DecodeFlowModSpecSrc0Dst1(parent *FlowModSpec, decoder *goloxi.Decoder) (*FlowModSpecSrc0Dst1, error)
func NewFlowModSpecSrc0Dst1 ¶
func NewFlowModSpecSrc0Dst1() *FlowModSpecSrc0Dst1
func (*FlowModSpecSrc0Dst1) GetDst ¶
func (self *FlowModSpecSrc0Dst1) GetDst() goloxi.IOxmId
func (*FlowModSpecSrc0Dst1) GetDstOfs ¶
func (self *FlowModSpecSrc0Dst1) GetDstOfs() uint16
func (*FlowModSpecSrc0Dst1) GetSrc ¶
func (self *FlowModSpecSrc0Dst1) GetSrc() goloxi.IOxmId
func (*FlowModSpecSrc0Dst1) GetSrcOfs ¶
func (self *FlowModSpecSrc0Dst1) GetSrcOfs() uint16
func (*FlowModSpecSrc0Dst1) Serialize ¶
func (self *FlowModSpecSrc0Dst1) Serialize(encoder *goloxi.Encoder) error
func (*FlowModSpecSrc0Dst1) SetDst ¶
func (self *FlowModSpecSrc0Dst1) SetDst(v goloxi.IOxmId)
func (*FlowModSpecSrc0Dst1) SetDstOfs ¶
func (self *FlowModSpecSrc0Dst1) SetDstOfs(v uint16)
func (*FlowModSpecSrc0Dst1) SetSrc ¶
func (self *FlowModSpecSrc0Dst1) SetSrc(v goloxi.IOxmId)
func (*FlowModSpecSrc0Dst1) SetSrcOfs ¶
func (self *FlowModSpecSrc0Dst1) SetSrcOfs(v uint16)
type FlowModSpecSrc0Dst2 ¶
type FlowModSpecSrc0Dst2 struct { *FlowModSpec Src goloxi.IOxmId SrcOfs uint16 }
func DecodeFlowModSpecSrc0Dst2 ¶
func DecodeFlowModSpecSrc0Dst2(parent *FlowModSpec, decoder *goloxi.Decoder) (*FlowModSpecSrc0Dst2, error)
func NewFlowModSpecSrc0Dst2 ¶
func NewFlowModSpecSrc0Dst2() *FlowModSpecSrc0Dst2
func (*FlowModSpecSrc0Dst2) GetSrc ¶
func (self *FlowModSpecSrc0Dst2) GetSrc() goloxi.IOxmId
func (*FlowModSpecSrc0Dst2) GetSrcOfs ¶
func (self *FlowModSpecSrc0Dst2) GetSrcOfs() uint16
func (*FlowModSpecSrc0Dst2) Serialize ¶
func (self *FlowModSpecSrc0Dst2) Serialize(encoder *goloxi.Encoder) error
func (*FlowModSpecSrc0Dst2) SetSrc ¶
func (self *FlowModSpecSrc0Dst2) SetSrc(v goloxi.IOxmId)
func (*FlowModSpecSrc0Dst2) SetSrcOfs ¶
func (self *FlowModSpecSrc0Dst2) SetSrcOfs(v uint16)
type FlowModSpecSrc1Dst0 ¶
type FlowModSpecSrc1Dst0 struct { *FlowModSpec Src []byte Dst goloxi.IOxmId DstOfs uint16 }
func DecodeFlowModSpecSrc1Dst0 ¶
func DecodeFlowModSpecSrc1Dst0(parent *FlowModSpec, decoder *goloxi.Decoder) (*FlowModSpecSrc1Dst0, error)
func NewFlowModSpecSrc1Dst0 ¶
func NewFlowModSpecSrc1Dst0() *FlowModSpecSrc1Dst0
func (*FlowModSpecSrc1Dst0) GetDst ¶
func (self *FlowModSpecSrc1Dst0) GetDst() goloxi.IOxmId
func (*FlowModSpecSrc1Dst0) GetDstOfs ¶
func (self *FlowModSpecSrc1Dst0) GetDstOfs() uint16
func (*FlowModSpecSrc1Dst0) GetSrc ¶
func (self *FlowModSpecSrc1Dst0) GetSrc() []byte
func (*FlowModSpecSrc1Dst0) Serialize ¶
func (self *FlowModSpecSrc1Dst0) Serialize(encoder *goloxi.Encoder) error
func (*FlowModSpecSrc1Dst0) SetDst ¶
func (self *FlowModSpecSrc1Dst0) SetDst(v goloxi.IOxmId)
func (*FlowModSpecSrc1Dst0) SetDstOfs ¶
func (self *FlowModSpecSrc1Dst0) SetDstOfs(v uint16)
func (*FlowModSpecSrc1Dst0) SetSrc ¶
func (self *FlowModSpecSrc1Dst0) SetSrc(v []byte)
type FlowModSpecSrc1Dst1 ¶
type FlowModSpecSrc1Dst1 struct { *FlowModSpec Src []byte Dst goloxi.IOxmId DstOfs uint16 }
func DecodeFlowModSpecSrc1Dst1 ¶
func DecodeFlowModSpecSrc1Dst1(parent *FlowModSpec, decoder *goloxi.Decoder) (*FlowModSpecSrc1Dst1, error)
func NewFlowModSpecSrc1Dst1 ¶
func NewFlowModSpecSrc1Dst1() *FlowModSpecSrc1Dst1
func (*FlowModSpecSrc1Dst1) GetDst ¶
func (self *FlowModSpecSrc1Dst1) GetDst() goloxi.IOxmId
func (*FlowModSpecSrc1Dst1) GetDstOfs ¶
func (self *FlowModSpecSrc1Dst1) GetDstOfs() uint16
func (*FlowModSpecSrc1Dst1) GetSrc ¶
func (self *FlowModSpecSrc1Dst1) GetSrc() []byte
func (*FlowModSpecSrc1Dst1) Serialize ¶
func (self *FlowModSpecSrc1Dst1) Serialize(encoder *goloxi.Encoder) error
func (*FlowModSpecSrc1Dst1) SetDst ¶
func (self *FlowModSpecSrc1Dst1) SetDst(v goloxi.IOxmId)
func (*FlowModSpecSrc1Dst1) SetDstOfs ¶
func (self *FlowModSpecSrc1Dst1) SetDstOfs(v uint16)