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 ActionCopyTtlIn
- type ActionCopyTtlOut
- type ActionDecMplsTtl
- type ActionDecNwTtl
- 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 ActionGroup
- func (self *ActionGroup) GetActionFields() map[string]interface{}
- func (self *ActionGroup) GetActionName() string
- func (self *ActionGroup) GetGroupId() uint32
- func (self *ActionGroup) MarshalJSON() ([]byte, error)
- func (self *ActionGroup) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionGroup) SetGroupId(v uint32)
- type ActionId
- type ActionIdBsn
- type ActionIdBsnChecksum
- type ActionIdBsnMirror
- type ActionIdBsnSetTunnelDst
- type ActionIdCopyTtlIn
- type ActionIdCopyTtlOut
- type ActionIdDecMplsTtl
- type ActionIdDecNwTtl
- type ActionIdExperimenter
- type ActionIdGroup
- 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 ActionIdPopMpls
- type ActionIdPopVlan
- type ActionIdPushMpls
- type ActionIdPushVlan
- type ActionIdResubmit
- type ActionIdSetField
- type ActionIdSetMplsTtl
- type ActionIdSetNwTtl
- type ActionIdSetQueue
- 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 ActionPopMpls
- func (self *ActionPopMpls) GetActionFields() map[string]interface{}
- func (self *ActionPopMpls) GetActionName() string
- func (self *ActionPopMpls) GetEthertype() uint16
- func (self *ActionPopMpls) MarshalJSON() ([]byte, error)
- func (self *ActionPopMpls) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionPopMpls) SetEthertype(v uint16)
- type ActionPopVlan
- type ActionPushMpls
- func (self *ActionPushMpls) GetActionFields() map[string]interface{}
- func (self *ActionPushMpls) GetActionName() string
- func (self *ActionPushMpls) GetEthertype() uint16
- func (self *ActionPushMpls) MarshalJSON() ([]byte, error)
- func (self *ActionPushMpls) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionPushMpls) SetEthertype(v uint16)
- type ActionPushVlan
- func (self *ActionPushVlan) GetActionFields() map[string]interface{}
- func (self *ActionPushVlan) GetActionName() string
- func (self *ActionPushVlan) GetEthertype() uint16
- func (self *ActionPushVlan) MarshalJSON() ([]byte, error)
- func (self *ActionPushVlan) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionPushVlan) SetEthertype(v uint16)
- 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 ActionSetField
- func (self *ActionSetField) GetActionFields() map[string]interface{}
- func (self *ActionSetField) GetActionName() string
- func (self *ActionSetField) GetField() goloxi.IOxm
- func (self *ActionSetField) MarshalJSON() ([]byte, error)
- func (self *ActionSetField) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionSetField) SetField(v goloxi.IOxm)
- type ActionSetMplsTtl
- func (self *ActionSetMplsTtl) GetActionFields() map[string]interface{}
- func (self *ActionSetMplsTtl) GetActionName() string
- func (self *ActionSetMplsTtl) GetMplsTtl() uint8
- func (self *ActionSetMplsTtl) MarshalJSON() ([]byte, error)
- func (self *ActionSetMplsTtl) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionSetMplsTtl) SetMplsTtl(v uint8)
- type ActionSetNwTtl
- func (self *ActionSetNwTtl) GetActionFields() map[string]interface{}
- func (self *ActionSetNwTtl) GetActionName() string
- func (self *ActionSetNwTtl) GetNwTtl() uint8
- func (self *ActionSetNwTtl) MarshalJSON() ([]byte, error)
- func (self *ActionSetNwTtl) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionSetNwTtl) SetNwTtl(v uint8)
- type ActionSetQueue
- func (self *ActionSetQueue) GetActionFields() map[string]interface{}
- func (self *ActionSetQueue) GetActionName() string
- func (self *ActionSetQueue) GetQueueId() uint32
- func (self *ActionSetQueue) MarshalJSON() ([]byte, error)
- func (self *ActionSetQueue) Serialize(encoder *goloxi.Encoder) error
- func (self *ActionSetQueue) SetQueueId(v uint32)
- 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) GetCookie() uint64
- func (self *AggregateStatsRequest) GetCookieMask() uint64
- func (self *AggregateStatsRequest) GetMatch() Match
- func (self *AggregateStatsRequest) GetOutGroup() uint32
- func (self *AggregateStatsRequest) GetOutPort() Port
- func (self *AggregateStatsRequest) GetTableId() uint8
- func (self *AggregateStatsRequest) Serialize(encoder *goloxi.Encoder) error
- func (self *AggregateStatsRequest) SetCookie(v uint64)
- func (self *AggregateStatsRequest) SetCookieMask(v uint64)
- func (self *AggregateStatsRequest) SetMatch(v Match)
- func (self *AggregateStatsRequest) SetOutGroup(v uint32)
- func (self *AggregateStatsRequest) SetOutPort(v Port)
- func (self *AggregateStatsRequest) SetTableId(v uint8)
- type BSNVport
- type BadActionCode
- type BadActionErrorMsg
- type BadInstructionCode
- type BadInstructionErrorMsg
- func (self *BadInstructionErrorMsg) GetCode() BadInstructionCode
- func (self *BadInstructionErrorMsg) GetData() []byte
- func (self *BadInstructionErrorMsg) Serialize(encoder *goloxi.Encoder) error
- func (self *BadInstructionErrorMsg) SetCode(v BadInstructionCode)
- func (self *BadInstructionErrorMsg) SetData(v []byte)
- type BadMatchCode
- type BadMatchErrorMsg
- 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 BsnGetMirroringReply
- type BsnGetMirroringRequest
- type BsnHeader
- 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 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 BsnStatsReply
- type BsnStatsRequest
- type BsnTcpFlag
- 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 Bucket
- func (self *Bucket) GetActions() []goloxi.IAction
- func (self *Bucket) GetLen() uint16
- func (self *Bucket) GetWatchGroup() uint32
- func (self *Bucket) GetWatchPort() Port
- func (self *Bucket) GetWeight() uint16
- func (self *Bucket) Serialize(encoder *goloxi.Encoder) error
- func (self *Bucket) SetActions(v []goloxi.IAction)
- func (self *Bucket) SetLen(v uint16)
- func (self *Bucket) SetWatchGroup(v uint32)
- func (self *Bucket) SetWatchPort(v Port)
- func (self *Bucket) SetWeight(v uint16)
- type BucketCounter
- type Capabilities
- type Checksum128
- type ConfigFlags
- type ControllerMaxLen
- type ControllerRole
- 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 ExperimenterErrorMsg
- func (self *ExperimenterErrorMsg) GetExperimenter() uint32
- func (self *ExperimenterErrorMsg) GetSubtype() uint16
- func (self *ExperimenterErrorMsg) Serialize(encoder *goloxi.Encoder) error
- func (self *ExperimenterErrorMsg) SetExperimenter(v uint32)
- func (self *ExperimenterErrorMsg) SetSubtype(v uint16)
- type ExperimenterStatsReply
- func (self *ExperimenterStatsReply) GetExperimenter() uint32
- func (self *ExperimenterStatsReply) GetSubtype() uint32
- func (self *ExperimenterStatsReply) Serialize(encoder *goloxi.Encoder) error
- func (self *ExperimenterStatsReply) SetExperimenter(v uint32)
- func (self *ExperimenterStatsReply) SetSubtype(v uint32)
- type ExperimenterStatsRequest
- func (self *ExperimenterStatsRequest) GetExperimenter() uint32
- func (self *ExperimenterStatsRequest) GetSubtype() uint32
- func (self *ExperimenterStatsRequest) Serialize(encoder *goloxi.Encoder) error
- func (self *ExperimenterStatsRequest) SetExperimenter(v uint32)
- func (self *ExperimenterStatsRequest) SetSubtype(v uint32)
- type FeaturesReply
- 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) GetReserved() uint32
- func (self *FeaturesReply) Serialize(encoder *goloxi.Encoder) error
- 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)
- func (self *FeaturesReply) SetReserved(v uint32)
- type FeaturesRequest
- type FlowAdd
- type FlowDelete
- type FlowDeleteStrict
- type FlowMod
- func (self *FlowMod) GetBufferId() uint32
- func (self *FlowMod) GetCommand() FmCmd
- func (self *FlowMod) GetCookie() uint64
- func (self *FlowMod) GetCookieMask() uint64
- func (self *FlowMod) GetFlags() FlowModFlags
- func (self *FlowMod) GetHardTimeout() uint16
- func (self *FlowMod) GetIdleTimeout() uint16
- func (self *FlowMod) GetInstructions() []IInstruction
- func (self *FlowMod) GetMatch() Match
- func (self *FlowMod) GetOutGroup() uint32
- func (self *FlowMod) GetOutPort() Port
- func (self *FlowMod) GetPriority() uint16
- func (self *FlowMod) GetTableId() uint8
- func (self *FlowMod) Serialize(encoder *goloxi.Encoder) error
- func (self *FlowMod) SetBufferId(v uint32)
- func (self *FlowMod) SetCommand(v FmCmd)
- func (self *FlowMod) SetCookie(v uint64)
- func (self *FlowMod) SetCookieMask(v uint64)
- func (self *FlowMod) SetFlags(v FlowModFlags)
- func (self *FlowMod) SetHardTimeout(v uint16)
- func (self *FlowMod) SetIdleTimeout(v uint16)
- func (self *FlowMod) SetInstructions(v []IInstruction)
- func (self *FlowMod) SetMatch(v Match)
- func (self *FlowMod) SetOutGroup(v uint32)
- func (self *FlowMod) SetOutPort(v Port)
- func (self *FlowMod) SetPriority(v uint16)
- func (self *FlowMod) SetTableId(v uint8)
- 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) GetHardTimeout() uint16
- 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) GetTableId() uint8
- 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) SetHardTimeout(v uint16)
- 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)
- func (self *FlowRemoved) SetTableId(v uint8)
- type FlowRemovedReason
- type FlowStatsEntry
- 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) GetInstructions() []IInstruction
- 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) 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) SetInstructions(v []IInstruction)
- 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) GetCookie() uint64
- func (self *FlowStatsRequest) GetCookieMask() uint64
- func (self *FlowStatsRequest) GetMatch() Match
- func (self *FlowStatsRequest) GetOutGroup() uint32
- func (self *FlowStatsRequest) GetOutPort() Port
- func (self *FlowStatsRequest) GetTableId() uint8
- func (self *FlowStatsRequest) Serialize(encoder *goloxi.Encoder) error
- func (self *FlowStatsRequest) SetCookie(v uint64)
- func (self *FlowStatsRequest) SetCookieMask(v uint64)
- func (self *FlowStatsRequest) SetMatch(v Match)
- func (self *FlowStatsRequest) SetOutGroup(v uint32)
- func (self *FlowStatsRequest) SetOutPort(v Port)
- func (self *FlowStatsRequest) SetTableId(v uint8)
- type FmCmd
- type GetConfigReply
- type GetConfigRequest
- type Group
- type GroupAdd
- type GroupCapabilities
- type GroupDelete
- type GroupDescStatsEntry
- func (self *GroupDescStatsEntry) GetBuckets() []*Bucket
- func (self *GroupDescStatsEntry) GetGroupId() uint32
- func (self *GroupDescStatsEntry) GetGroupType() GroupType
- func (self *GroupDescStatsEntry) GetLength() uint16
- func (self *GroupDescStatsEntry) Serialize(encoder *goloxi.Encoder) error
- func (self *GroupDescStatsEntry) SetBuckets(v []*Bucket)
- func (self *GroupDescStatsEntry) SetGroupId(v uint32)
- func (self *GroupDescStatsEntry) SetGroupType(v GroupType)
- func (self *GroupDescStatsEntry) SetLength(v uint16)
- type GroupDescStatsReply
- type GroupDescStatsRequest
- type GroupFeaturesStatsReply
- func (self *GroupFeaturesStatsReply) GetActionsAll() uint32
- func (self *GroupFeaturesStatsReply) GetActionsFf() uint32
- func (self *GroupFeaturesStatsReply) GetActionsIndirect() uint32
- func (self *GroupFeaturesStatsReply) GetActionsSelect() uint32
- func (self *GroupFeaturesStatsReply) GetCapabilities() GroupCapabilities
- func (self *GroupFeaturesStatsReply) GetMaxGroupsAll() uint32
- func (self *GroupFeaturesStatsReply) GetMaxGroupsFf() uint32
- func (self *GroupFeaturesStatsReply) GetMaxGroupsIndirect() uint32
- func (self *GroupFeaturesStatsReply) GetMaxGroupsSelect() uint32
- func (self *GroupFeaturesStatsReply) GetTypes() uint32
- func (self *GroupFeaturesStatsReply) Serialize(encoder *goloxi.Encoder) error
- func (self *GroupFeaturesStatsReply) SetActionsAll(v uint32)
- func (self *GroupFeaturesStatsReply) SetActionsFf(v uint32)
- func (self *GroupFeaturesStatsReply) SetActionsIndirect(v uint32)
- func (self *GroupFeaturesStatsReply) SetActionsSelect(v uint32)
- func (self *GroupFeaturesStatsReply) SetCapabilities(v GroupCapabilities)
- func (self *GroupFeaturesStatsReply) SetMaxGroupsAll(v uint32)
- func (self *GroupFeaturesStatsReply) SetMaxGroupsFf(v uint32)
- func (self *GroupFeaturesStatsReply) SetMaxGroupsIndirect(v uint32)
- func (self *GroupFeaturesStatsReply) SetMaxGroupsSelect(v uint32)
- func (self *GroupFeaturesStatsReply) SetTypes(v uint32)
- type GroupFeaturesStatsRequest
- type GroupMod
- func (self *GroupMod) GetBuckets() []*Bucket
- func (self *GroupMod) GetCommand() GroupModCommand
- func (self *GroupMod) GetGroupId() uint32
- func (self *GroupMod) GetGroupType() GroupType
- func (self *GroupMod) Serialize(encoder *goloxi.Encoder) error
- func (self *GroupMod) SetBuckets(v []*Bucket)
- func (self *GroupMod) SetCommand(v GroupModCommand)
- func (self *GroupMod) SetGroupId(v uint32)
- func (self *GroupMod) SetGroupType(v GroupType)
- type GroupModCommand
- type GroupModFailedCode
- type GroupModFailedErrorMsg
- func (self *GroupModFailedErrorMsg) GetCode() GroupModFailedCode
- func (self *GroupModFailedErrorMsg) GetData() []byte
- func (self *GroupModFailedErrorMsg) Serialize(encoder *goloxi.Encoder) error
- func (self *GroupModFailedErrorMsg) SetCode(v GroupModFailedCode)
- func (self *GroupModFailedErrorMsg) SetData(v []byte)
- type GroupModify
- type GroupStatsEntry
- func (self *GroupStatsEntry) GetBucketStats() []*BucketCounter
- func (self *GroupStatsEntry) GetByteCount() uint64
- func (self *GroupStatsEntry) GetGroupId() uint32
- func (self *GroupStatsEntry) GetLength() uint16
- func (self *GroupStatsEntry) GetPacketCount() uint64
- func (self *GroupStatsEntry) GetRefCount() uint32
- func (self *GroupStatsEntry) Serialize(encoder *goloxi.Encoder) error
- func (self *GroupStatsEntry) SetBucketStats(v []*BucketCounter)
- func (self *GroupStatsEntry) SetByteCount(v uint64)
- func (self *GroupStatsEntry) SetGroupId(v uint32)
- func (self *GroupStatsEntry) SetLength(v uint16)
- func (self *GroupStatsEntry) SetPacketCount(v uint64)
- func (self *GroupStatsEntry) SetRefCount(v uint32)
- type GroupStatsReply
- type GroupStatsRequest
- type GroupType
- 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 IActionCopyTtlIn
- type IActionCopyTtlOut
- type IActionDecMplsTtl
- type IActionDecNwTtl
- type IActionExperimenter
- type IActionGroup
- type IActionId
- type IActionIdBsn
- type IActionIdBsnChecksum
- type IActionIdBsnMirror
- type IActionIdBsnSetTunnelDst
- type IActionIdCopyTtlIn
- type IActionIdCopyTtlOut
- type IActionIdDecMplsTtl
- type IActionIdDecNwTtl
- type IActionIdExperimenter
- type IActionIdGroup
- 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 IActionIdPopMpls
- type IActionIdPopVlan
- type IActionIdPushMpls
- type IActionIdPushVlan
- type IActionIdResubmit
- type IActionIdSetField
- type IActionIdSetMplsTtl
- type IActionIdSetNwTtl
- type IActionIdSetQueue
- 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 IActionPopMpls
- type IActionPopVlan
- type IActionPushMpls
- type IActionPushVlan
- type IActionResubmit
- type IActionSetField
- type IActionSetMplsTtl
- type IActionSetNwTtl
- type IActionSetQueue
- type IAggregateStatsReply
- type IAggregateStatsRequest
- type IBadActionErrorMsg
- type IBadInstructionErrorMsg
- type IBadMatchErrorMsg
- type IBadRequestErrorMsg
- type IBarrierReply
- type IBarrierRequest
- type IBsnBwClearDataReply
- type IBsnBwClearDataRequest
- type IBsnBwEnableGetReply
- type IBsnBwEnableGetRequest
- type IBsnBwEnableSetReply
- type IBsnBwEnableSetRequest
- type IBsnGetInterfacesReply
- type IBsnGetInterfacesRequest
- type IBsnGetMirroringReply
- type IBsnGetMirroringRequest
- type IBsnHeader
- type IBsnInterface
- type IBsnPduRxReply
- type IBsnPduRxRequest
- type IBsnPduRxTimeout
- type IBsnPduTxReply
- type IBsnPduTxRequest
- type IBsnSetMirroring
- type IBsnSetPktinSuppressionReply
- type IBsnSetPktinSuppressionRequest
- type IBsnStatsReply
- type IBsnStatsRequest
- type IBsnVirtualPortCreateReply
- type IBsnVirtualPortCreateRequest
- type IBsnVirtualPortRemoveReply
- type IBsnVirtualPortRemoveRequest
- type IBsnVport
- type IBsnVportL2Gre
- type IBsnVportQInQ
- type IBucket
- type IBucketCounter
- type IDescStatsReply
- type IDescStatsRequest
- type IEchoReply
- type IEchoRequest
- type IEdPropHeader
- type IEdPropNsh
- type IEdPropNshMdType
- type IEdPropNshTlv
- type IErrorMsg
- type IExperimenter
- type IExperimenterErrorMsg
- 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 IGroupAdd
- type IGroupDelete
- type IGroupDescStatsEntry
- type IGroupDescStatsReply
- type IGroupDescStatsRequest
- type IGroupFeaturesStatsReply
- type IGroupFeaturesStatsRequest
- type IGroupMod
- type IGroupModFailedErrorMsg
- type IGroupModify
- type IGroupStatsEntry
- type IGroupStatsReply
- type IGroupStatsRequest
- type IHeader
- type IHello
- type IHelloFailedErrorMsg
- type IInstruction
- type IInstructionApplyActions
- type IInstructionClearActions
- type IInstructionExperimenter
- type IInstructionGotoTable
- type IInstructionId
- type IInstructionIdApplyActions
- type IInstructionIdClearActions
- type IInstructionIdExperimenter
- type IInstructionIdGotoTable
- type IInstructionIdWriteActions
- type IInstructionIdWriteMetadata
- type IInstructionWriteActions
- type IInstructionWriteMetadata
- type IMatchV3
- 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 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 INxmReg10
- type INxmReg10Masked
- type INxmReg11
- type INxmReg11Masked
- type INxmReg12
- type INxmReg12Masked
- type INxmReg13
- type INxmReg13Masked
- type INxmReg14
- type INxmReg14Masked
- type INxmReg15
- type INxmReg15Masked
- 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 INxmTunMetadata1Masked
- type INxmTunMetadata2
- type INxmTunMetadata2Masked
- type INxmTunMetadata3
- type INxmTunMetadata3Masked
- type INxmTunMetadata4
- type INxmTunMetadata4Masked
- type INxmTunMetadata5
- type INxmTunMetadata5Masked
- type INxmTunMetadata6
- type INxmTunMetadata6Masked
- type INxmTunMetadata7
- type INxmTunMetadata7Masked
- type INxmTunMetadata8
- type INxmTunMetadata8Masked
- type INxmTunMetadata9
- type INxmTunMetadata9Masked
- 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 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 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 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 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 INxmTunMetadata60
- type INxmTunMetadata60Masked
- type INxmTunMetadata61
- type INxmTunMetadata61Masked
- type INxmTunMetadata62
- type INxmTunMetadata62Masked
- type INxmTunMetadata63
- type INxmTunMetadata63Masked
- 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 IOxmBsnEgrPortGroupId
- type IOxmBsnEgrPortGroupIdMasked
- type IOxmBsnGlobalVrfAllowed
- type IOxmBsnGlobalVrfAllowedMasked
- type IOxmBsnInPorts128
- type IOxmBsnInPorts128Masked
- type IOxmBsnInPorts512
- type IOxmBsnInPorts512Masked
- type IOxmBsnIngressPortGroupId
- type IOxmBsnIngressPortGroupIdMasked
- type IOxmBsnIpFragmentation
- type IOxmBsnIpFragmentationMasked
- type IOxmBsnL2CacheHit
- type IOxmBsnL2CacheHitMasked
- type IOxmBsnL3DstClassId
- type IOxmBsnL3DstClassIdMasked
- type IOxmBsnL3InterfaceClassId
- type IOxmBsnL3InterfaceClassIdMasked
- type IOxmBsnL3SrcClassId
- type IOxmBsnL3SrcClassIdMasked
- type IOxmBsnLagId
- type IOxmBsnLagIdMasked
- type IOxmBsnTcpFlags
- type IOxmBsnTcpFlagsMasked
- type IOxmBsnUdf0
- type IOxmBsnUdf0Masked
- type IOxmBsnUdf1
- type IOxmBsnUdf1Masked
- type IOxmBsnUdf2
- type IOxmBsnUdf2Masked
- type IOxmBsnUdf3
- type IOxmBsnUdf3Masked
- type IOxmBsnUdf4
- type IOxmBsnUdf4Masked
- type IOxmBsnUdf5
- type IOxmBsnUdf5Masked
- type IOxmBsnUdf6
- type IOxmBsnUdf6Masked
- type IOxmBsnUdf7
- type IOxmBsnUdf7Masked
- type IOxmBsnVlanXlatePortGroupId
- type IOxmBsnVlanXlatePortGroupIdMasked
- type IOxmBsnVrf
- type IOxmBsnVrfMasked
- 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 IOxmIdBsnEgrPortGroupId
- type IOxmIdBsnEgrPortGroupIdMasked
- type IOxmIdBsnGlobalVrfAllowed
- type IOxmIdBsnGlobalVrfAllowedMasked
- type IOxmIdBsnInPorts128
- type IOxmIdBsnInPorts128Masked
- type IOxmIdBsnInPorts512
- type IOxmIdBsnInPorts512Masked
- type IOxmIdBsnIngressPortGroupId
- type IOxmIdBsnIngressPortGroupIdMasked
- type IOxmIdBsnIpFragmentation
- type IOxmIdBsnIpFragmentationMasked
- type IOxmIdBsnL2CacheHit
- type IOxmIdBsnL2CacheHitMasked
- type IOxmIdBsnL3DstClassId
- type IOxmIdBsnL3DstClassIdMasked
- type IOxmIdBsnL3InterfaceClassId
- type IOxmIdBsnL3InterfaceClassIdMasked
- type IOxmIdBsnL3SrcClassId
- type IOxmIdBsnL3SrcClassIdMasked
- type IOxmIdBsnLagId
- type IOxmIdBsnLagIdMasked
- type IOxmIdBsnTcpFlags
- type IOxmIdBsnTcpFlagsMasked
- type IOxmIdBsnUdf0
- type IOxmIdBsnUdf0Masked
- type IOxmIdBsnUdf1
- type IOxmIdBsnUdf1Masked
- type IOxmIdBsnUdf2
- type IOxmIdBsnUdf2Masked
- type IOxmIdBsnUdf3
- type IOxmIdBsnUdf3Masked
- type IOxmIdBsnUdf4
- type IOxmIdBsnUdf4Masked
- type IOxmIdBsnUdf5
- type IOxmIdBsnUdf5Masked
- type IOxmIdBsnUdf6
- type IOxmIdBsnUdf6Masked
- type IOxmIdBsnUdf7
- type IOxmIdBsnUdf7Masked
- type IOxmIdBsnVlanXlatePortGroupId
- type IOxmIdBsnVlanXlatePortGroupIdMasked
- type IOxmIdBsnVrf
- type IOxmIdBsnVrfMasked
- 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 IOxmIdOvsTcpFlags
- type IOxmIdOvsTcpFlagsMasked
- type IOxmIdPktMark
- type IOxmIdPktMarkMasked
- type IOxmIdRecircId
- type IOxmIdReg0
- type IOxmIdReg0Masked
- type IOxmIdReg1
- 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 IOxmIdReg10
- type IOxmIdReg10Masked
- type IOxmIdReg11
- type IOxmIdReg11Masked
- type IOxmIdReg12
- type IOxmIdReg12Masked
- type IOxmIdReg13
- type IOxmIdReg13Masked
- type IOxmIdReg14
- type IOxmIdReg14Masked
- type IOxmIdReg15
- type IOxmIdReg15Masked
- 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 IOxmIdTunMetadata1Masked
- type IOxmIdTunMetadata2
- type IOxmIdTunMetadata2Masked
- type IOxmIdTunMetadata3
- type IOxmIdTunMetadata3Masked
- type IOxmIdTunMetadata4
- type IOxmIdTunMetadata4Masked
- type IOxmIdTunMetadata5
- type IOxmIdTunMetadata5Masked
- type IOxmIdTunMetadata6
- type IOxmIdTunMetadata6Masked
- type IOxmIdTunMetadata7
- type IOxmIdTunMetadata7Masked
- type IOxmIdTunMetadata8
- type IOxmIdTunMetadata8Masked
- type IOxmIdTunMetadata9
- type IOxmIdTunMetadata9Masked
- 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 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 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 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 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 IOxmIdTunMetadata60
- type IOxmIdTunMetadata60Masked
- type IOxmIdTunMetadata61
- type IOxmIdTunMetadata61Masked
- type IOxmIdTunMetadata62
- type IOxmIdTunMetadata62Masked
- type IOxmIdTunMetadata63
- type IOxmIdTunMetadata63Masked
- type IOxmIdTunSrc
- type IOxmIdTunSrcMasked
- type IOxmIdTunnelIpv4Dst
- type IOxmIdTunnelIpv4DstMasked
- type IOxmIdTunnelIpv4Src
- type IOxmIdTunnelIpv4SrcMasked
- 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 IOxmOvsTcpFlags
- type IOxmOvsTcpFlagsMasked
- type IOxmSctpDst
- type IOxmSctpDstMasked
- type IOxmSctpSrc
- type IOxmSctpSrcMasked
- type IOxmTcpDst
- type IOxmTcpDstMasked
- type IOxmTcpSrc
- type IOxmTcpSrcMasked
- type IOxmTunnelIpv4Dst
- type IOxmTunnelIpv4DstMasked
- type IOxmTunnelIpv4Src
- type IOxmTunnelIpv4SrcMasked
- 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 IQueuePropExperimenter
- type IQueuePropMaxRate
- type IQueuePropMinRate
- type IQueueStatsEntry
- type IQueueStatsReply
- type IQueueStatsRequest
- type IRoleReply
- type IRoleRequest
- type IRoleRequestFailedErrorMsg
- type ISetConfig
- type IStatsReply
- type IStatsRequest
- type ISwitchConfigFailedErrorMsg
- type ITableMod
- type ITableModFailedErrorMsg
- type ITableStatsEntry
- type ITableStatsReply
- type ITableStatsRequest
- type IcmpType
- type Icmpv6Type
- type Instruction
- type InstructionApplyActions
- type InstructionClearActions
- type InstructionExperimenter
- type InstructionGotoTable
- type InstructionId
- type InstructionIdApplyActions
- type InstructionIdClearActions
- type InstructionIdExperimenter
- type InstructionIdGotoTable
- type InstructionIdWriteActions
- type InstructionIdWriteMetadata
- type InstructionType
- type InstructionWriteActions
- type InstructionWriteMetadata
- func (self *InstructionWriteMetadata) GetMetadata() uint64
- func (self *InstructionWriteMetadata) GetMetadataMask() uint64
- func (self *InstructionWriteMetadata) Serialize(encoder *goloxi.Encoder) error
- func (self *InstructionWriteMetadata) SetMetadata(v uint64)
- func (self *InstructionWriteMetadata) SetMetadataMask(v uint64)
- type IpPrototype
- type Match
- type MatchBmap
- type MatchType
- type MatchV3
- func (self *MatchV3) Decode(decoder *goloxi.Decoder) error
- func (self *MatchV3) GetLength() uint16
- func (self *MatchV3) GetOxmList() []goloxi.IOxm
- func (self *MatchV3) GetType() uint16
- func (self *MatchV3) Serialize(encoder *goloxi.Encoder) error
- func (self *MatchV3) SetLength(v uint16)
- func (self *MatchV3) SetOxmList(v []goloxi.IOxm)
- func (self *MatchV3) SetType(v uint16)
- 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) 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) 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) 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) 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 OvsTcpFlag
- 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 OxmBsnEgrPortGroupId
- func (self *OxmBsnEgrPortGroupId) GetOXMName() string
- func (self *OxmBsnEgrPortGroupId) GetOXMValue() interface{}
- func (self *OxmBsnEgrPortGroupId) GetValue() uint32
- func (self *OxmBsnEgrPortGroupId) MarshalJSON() ([]byte, error)
- func (self *OxmBsnEgrPortGroupId) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnEgrPortGroupId) SetValue(v uint32)
- type OxmBsnEgrPortGroupIdMasked
- func (self *OxmBsnEgrPortGroupIdMasked) GetOXMName() string
- func (self *OxmBsnEgrPortGroupIdMasked) GetOXMValue() interface{}
- func (self *OxmBsnEgrPortGroupIdMasked) GetOXMValueMask() interface{}
- func (self *OxmBsnEgrPortGroupIdMasked) GetValue() uint32
- func (self *OxmBsnEgrPortGroupIdMasked) GetValueMask() uint32
- func (self *OxmBsnEgrPortGroupIdMasked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnEgrPortGroupIdMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnEgrPortGroupIdMasked) SetValue(v uint32)
- func (self *OxmBsnEgrPortGroupIdMasked) SetValueMask(v uint32)
- type OxmBsnGlobalVrfAllowed
- func (self *OxmBsnGlobalVrfAllowed) GetOXMName() string
- func (self *OxmBsnGlobalVrfAllowed) GetOXMValue() interface{}
- func (self *OxmBsnGlobalVrfAllowed) GetValue() uint8
- func (self *OxmBsnGlobalVrfAllowed) MarshalJSON() ([]byte, error)
- func (self *OxmBsnGlobalVrfAllowed) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnGlobalVrfAllowed) SetValue(v uint8)
- type OxmBsnGlobalVrfAllowedMasked
- func (self *OxmBsnGlobalVrfAllowedMasked) GetOXMName() string
- func (self *OxmBsnGlobalVrfAllowedMasked) GetOXMValue() interface{}
- func (self *OxmBsnGlobalVrfAllowedMasked) GetOXMValueMask() interface{}
- func (self *OxmBsnGlobalVrfAllowedMasked) GetValue() uint8
- func (self *OxmBsnGlobalVrfAllowedMasked) GetValueMask() uint8
- func (self *OxmBsnGlobalVrfAllowedMasked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnGlobalVrfAllowedMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnGlobalVrfAllowedMasked) SetValue(v uint8)
- func (self *OxmBsnGlobalVrfAllowedMasked) SetValueMask(v uint8)
- type OxmBsnInPorts128
- func (self *OxmBsnInPorts128) GetOXMName() string
- func (self *OxmBsnInPorts128) GetOXMValue() interface{}
- func (self *OxmBsnInPorts128) GetValue() Bitmap128
- func (self *OxmBsnInPorts128) MarshalJSON() ([]byte, error)
- func (self *OxmBsnInPorts128) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnInPorts128) SetValue(v Bitmap128)
- type OxmBsnInPorts128Masked
- func (self *OxmBsnInPorts128Masked) GetOXMName() string
- func (self *OxmBsnInPorts128Masked) GetOXMValue() interface{}
- func (self *OxmBsnInPorts128Masked) GetOXMValueMask() interface{}
- func (self *OxmBsnInPorts128Masked) GetValue() Bitmap128
- func (self *OxmBsnInPorts128Masked) GetValueMask() Bitmap128
- func (self *OxmBsnInPorts128Masked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnInPorts128Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnInPorts128Masked) SetValue(v Bitmap128)
- func (self *OxmBsnInPorts128Masked) SetValueMask(v Bitmap128)
- type OxmBsnInPorts512
- func (self *OxmBsnInPorts512) GetOXMName() string
- func (self *OxmBsnInPorts512) GetOXMValue() interface{}
- func (self *OxmBsnInPorts512) GetValue() Bitmap512
- func (self *OxmBsnInPorts512) MarshalJSON() ([]byte, error)
- func (self *OxmBsnInPorts512) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnInPorts512) SetValue(v Bitmap512)
- type OxmBsnInPorts512Masked
- func (self *OxmBsnInPorts512Masked) GetOXMName() string
- func (self *OxmBsnInPorts512Masked) GetOXMValue() interface{}
- func (self *OxmBsnInPorts512Masked) GetOXMValueMask() interface{}
- func (self *OxmBsnInPorts512Masked) GetValue() Bitmap512
- func (self *OxmBsnInPorts512Masked) GetValueMask() Bitmap512
- func (self *OxmBsnInPorts512Masked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnInPorts512Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnInPorts512Masked) SetValue(v Bitmap512)
- func (self *OxmBsnInPorts512Masked) SetValueMask(v Bitmap512)
- type OxmBsnIngressPortGroupId
- func (self *OxmBsnIngressPortGroupId) GetOXMName() string
- func (self *OxmBsnIngressPortGroupId) GetOXMValue() interface{}
- func (self *OxmBsnIngressPortGroupId) GetValue() uint32
- func (self *OxmBsnIngressPortGroupId) MarshalJSON() ([]byte, error)
- func (self *OxmBsnIngressPortGroupId) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnIngressPortGroupId) SetValue(v uint32)
- type OxmBsnIngressPortGroupIdMasked
- func (self *OxmBsnIngressPortGroupIdMasked) GetOXMName() string
- func (self *OxmBsnIngressPortGroupIdMasked) GetOXMValue() interface{}
- func (self *OxmBsnIngressPortGroupIdMasked) GetOXMValueMask() interface{}
- func (self *OxmBsnIngressPortGroupIdMasked) GetValue() uint32
- func (self *OxmBsnIngressPortGroupIdMasked) GetValueMask() uint32
- func (self *OxmBsnIngressPortGroupIdMasked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnIngressPortGroupIdMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnIngressPortGroupIdMasked) SetValue(v uint32)
- func (self *OxmBsnIngressPortGroupIdMasked) SetValueMask(v uint32)
- type OxmBsnIpFragmentation
- func (self *OxmBsnIpFragmentation) GetOXMName() string
- func (self *OxmBsnIpFragmentation) GetOXMValue() interface{}
- func (self *OxmBsnIpFragmentation) GetValue() uint8
- func (self *OxmBsnIpFragmentation) MarshalJSON() ([]byte, error)
- func (self *OxmBsnIpFragmentation) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnIpFragmentation) SetValue(v uint8)
- type OxmBsnIpFragmentationMasked
- func (self *OxmBsnIpFragmentationMasked) GetOXMName() string
- func (self *OxmBsnIpFragmentationMasked) GetOXMValue() interface{}
- func (self *OxmBsnIpFragmentationMasked) GetOXMValueMask() interface{}
- func (self *OxmBsnIpFragmentationMasked) GetValue() uint8
- func (self *OxmBsnIpFragmentationMasked) GetValueMask() uint8
- func (self *OxmBsnIpFragmentationMasked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnIpFragmentationMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnIpFragmentationMasked) SetValue(v uint8)
- func (self *OxmBsnIpFragmentationMasked) SetValueMask(v uint8)
- type OxmBsnL2CacheHit
- func (self *OxmBsnL2CacheHit) GetOXMName() string
- func (self *OxmBsnL2CacheHit) GetOXMValue() interface{}
- func (self *OxmBsnL2CacheHit) GetValue() uint8
- func (self *OxmBsnL2CacheHit) MarshalJSON() ([]byte, error)
- func (self *OxmBsnL2CacheHit) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnL2CacheHit) SetValue(v uint8)
- type OxmBsnL2CacheHitMasked
- func (self *OxmBsnL2CacheHitMasked) GetOXMName() string
- func (self *OxmBsnL2CacheHitMasked) GetOXMValue() interface{}
- func (self *OxmBsnL2CacheHitMasked) GetOXMValueMask() interface{}
- func (self *OxmBsnL2CacheHitMasked) GetValue() uint8
- func (self *OxmBsnL2CacheHitMasked) GetValueMask() uint8
- func (self *OxmBsnL2CacheHitMasked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnL2CacheHitMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnL2CacheHitMasked) SetValue(v uint8)
- func (self *OxmBsnL2CacheHitMasked) SetValueMask(v uint8)
- type OxmBsnL3DstClassId
- func (self *OxmBsnL3DstClassId) GetOXMName() string
- func (self *OxmBsnL3DstClassId) GetOXMValue() interface{}
- func (self *OxmBsnL3DstClassId) GetValue() uint32
- func (self *OxmBsnL3DstClassId) MarshalJSON() ([]byte, error)
- func (self *OxmBsnL3DstClassId) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnL3DstClassId) SetValue(v uint32)
- type OxmBsnL3DstClassIdMasked
- func (self *OxmBsnL3DstClassIdMasked) GetOXMName() string
- func (self *OxmBsnL3DstClassIdMasked) GetOXMValue() interface{}
- func (self *OxmBsnL3DstClassIdMasked) GetOXMValueMask() interface{}
- func (self *OxmBsnL3DstClassIdMasked) GetValue() uint32
- func (self *OxmBsnL3DstClassIdMasked) GetValueMask() uint32
- func (self *OxmBsnL3DstClassIdMasked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnL3DstClassIdMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnL3DstClassIdMasked) SetValue(v uint32)
- func (self *OxmBsnL3DstClassIdMasked) SetValueMask(v uint32)
- type OxmBsnL3InterfaceClassId
- func (self *OxmBsnL3InterfaceClassId) GetOXMName() string
- func (self *OxmBsnL3InterfaceClassId) GetOXMValue() interface{}
- func (self *OxmBsnL3InterfaceClassId) GetValue() uint32
- func (self *OxmBsnL3InterfaceClassId) MarshalJSON() ([]byte, error)
- func (self *OxmBsnL3InterfaceClassId) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnL3InterfaceClassId) SetValue(v uint32)
- type OxmBsnL3InterfaceClassIdMasked
- func (self *OxmBsnL3InterfaceClassIdMasked) GetOXMName() string
- func (self *OxmBsnL3InterfaceClassIdMasked) GetOXMValue() interface{}
- func (self *OxmBsnL3InterfaceClassIdMasked) GetOXMValueMask() interface{}
- func (self *OxmBsnL3InterfaceClassIdMasked) GetValue() uint32
- func (self *OxmBsnL3InterfaceClassIdMasked) GetValueMask() uint32
- func (self *OxmBsnL3InterfaceClassIdMasked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnL3InterfaceClassIdMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnL3InterfaceClassIdMasked) SetValue(v uint32)
- func (self *OxmBsnL3InterfaceClassIdMasked) SetValueMask(v uint32)
- type OxmBsnL3SrcClassId
- func (self *OxmBsnL3SrcClassId) GetOXMName() string
- func (self *OxmBsnL3SrcClassId) GetOXMValue() interface{}
- func (self *OxmBsnL3SrcClassId) GetValue() uint32
- func (self *OxmBsnL3SrcClassId) MarshalJSON() ([]byte, error)
- func (self *OxmBsnL3SrcClassId) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnL3SrcClassId) SetValue(v uint32)
- type OxmBsnL3SrcClassIdMasked
- func (self *OxmBsnL3SrcClassIdMasked) GetOXMName() string
- func (self *OxmBsnL3SrcClassIdMasked) GetOXMValue() interface{}
- func (self *OxmBsnL3SrcClassIdMasked) GetOXMValueMask() interface{}
- func (self *OxmBsnL3SrcClassIdMasked) GetValue() uint32
- func (self *OxmBsnL3SrcClassIdMasked) GetValueMask() uint32
- func (self *OxmBsnL3SrcClassIdMasked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnL3SrcClassIdMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnL3SrcClassIdMasked) SetValue(v uint32)
- func (self *OxmBsnL3SrcClassIdMasked) SetValueMask(v uint32)
- type OxmBsnLagId
- func (self *OxmBsnLagId) GetOXMName() string
- func (self *OxmBsnLagId) GetOXMValue() interface{}
- func (self *OxmBsnLagId) GetValue() uint32
- func (self *OxmBsnLagId) MarshalJSON() ([]byte, error)
- func (self *OxmBsnLagId) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnLagId) SetValue(v uint32)
- type OxmBsnLagIdMasked
- func (self *OxmBsnLagIdMasked) GetOXMName() string
- func (self *OxmBsnLagIdMasked) GetOXMValue() interface{}
- func (self *OxmBsnLagIdMasked) GetOXMValueMask() interface{}
- func (self *OxmBsnLagIdMasked) GetValue() uint32
- func (self *OxmBsnLagIdMasked) GetValueMask() uint32
- func (self *OxmBsnLagIdMasked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnLagIdMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnLagIdMasked) SetValue(v uint32)
- func (self *OxmBsnLagIdMasked) SetValueMask(v uint32)
- type OxmBsnTcpFlags
- func (self *OxmBsnTcpFlags) GetOXMName() string
- func (self *OxmBsnTcpFlags) GetOXMValue() interface{}
- func (self *OxmBsnTcpFlags) GetValue() uint16
- func (self *OxmBsnTcpFlags) MarshalJSON() ([]byte, error)
- func (self *OxmBsnTcpFlags) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnTcpFlags) SetValue(v uint16)
- type OxmBsnTcpFlagsMasked
- func (self *OxmBsnTcpFlagsMasked) GetOXMName() string
- func (self *OxmBsnTcpFlagsMasked) GetOXMValue() interface{}
- func (self *OxmBsnTcpFlagsMasked) GetOXMValueMask() interface{}
- func (self *OxmBsnTcpFlagsMasked) GetValue() uint16
- func (self *OxmBsnTcpFlagsMasked) GetValueMask() uint16
- func (self *OxmBsnTcpFlagsMasked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnTcpFlagsMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnTcpFlagsMasked) SetValue(v uint16)
- func (self *OxmBsnTcpFlagsMasked) SetValueMask(v uint16)
- type OxmBsnUdf0
- type OxmBsnUdf0Masked
- func (self *OxmBsnUdf0Masked) GetOXMName() string
- func (self *OxmBsnUdf0Masked) GetOXMValue() interface{}
- func (self *OxmBsnUdf0Masked) GetOXMValueMask() interface{}
- func (self *OxmBsnUdf0Masked) GetValue() uint32
- func (self *OxmBsnUdf0Masked) GetValueMask() uint32
- func (self *OxmBsnUdf0Masked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnUdf0Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnUdf0Masked) SetValue(v uint32)
- func (self *OxmBsnUdf0Masked) SetValueMask(v uint32)
- type OxmBsnUdf1
- type OxmBsnUdf1Masked
- func (self *OxmBsnUdf1Masked) GetOXMName() string
- func (self *OxmBsnUdf1Masked) GetOXMValue() interface{}
- func (self *OxmBsnUdf1Masked) GetOXMValueMask() interface{}
- func (self *OxmBsnUdf1Masked) GetValue() uint32
- func (self *OxmBsnUdf1Masked) GetValueMask() uint32
- func (self *OxmBsnUdf1Masked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnUdf1Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnUdf1Masked) SetValue(v uint32)
- func (self *OxmBsnUdf1Masked) SetValueMask(v uint32)
- type OxmBsnUdf2
- type OxmBsnUdf2Masked
- func (self *OxmBsnUdf2Masked) GetOXMName() string
- func (self *OxmBsnUdf2Masked) GetOXMValue() interface{}
- func (self *OxmBsnUdf2Masked) GetOXMValueMask() interface{}
- func (self *OxmBsnUdf2Masked) GetValue() uint32
- func (self *OxmBsnUdf2Masked) GetValueMask() uint32
- func (self *OxmBsnUdf2Masked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnUdf2Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnUdf2Masked) SetValue(v uint32)
- func (self *OxmBsnUdf2Masked) SetValueMask(v uint32)
- type OxmBsnUdf3
- type OxmBsnUdf3Masked
- func (self *OxmBsnUdf3Masked) GetOXMName() string
- func (self *OxmBsnUdf3Masked) GetOXMValue() interface{}
- func (self *OxmBsnUdf3Masked) GetOXMValueMask() interface{}
- func (self *OxmBsnUdf3Masked) GetValue() uint32
- func (self *OxmBsnUdf3Masked) GetValueMask() uint32
- func (self *OxmBsnUdf3Masked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnUdf3Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnUdf3Masked) SetValue(v uint32)
- func (self *OxmBsnUdf3Masked) SetValueMask(v uint32)
- type OxmBsnUdf4
- type OxmBsnUdf4Masked
- func (self *OxmBsnUdf4Masked) GetOXMName() string
- func (self *OxmBsnUdf4Masked) GetOXMValue() interface{}
- func (self *OxmBsnUdf4Masked) GetOXMValueMask() interface{}
- func (self *OxmBsnUdf4Masked) GetValue() uint32
- func (self *OxmBsnUdf4Masked) GetValueMask() uint32
- func (self *OxmBsnUdf4Masked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnUdf4Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnUdf4Masked) SetValue(v uint32)
- func (self *OxmBsnUdf4Masked) SetValueMask(v uint32)
- type OxmBsnUdf5
- type OxmBsnUdf5Masked
- func (self *OxmBsnUdf5Masked) GetOXMName() string
- func (self *OxmBsnUdf5Masked) GetOXMValue() interface{}
- func (self *OxmBsnUdf5Masked) GetOXMValueMask() interface{}
- func (self *OxmBsnUdf5Masked) GetValue() uint32
- func (self *OxmBsnUdf5Masked) GetValueMask() uint32
- func (self *OxmBsnUdf5Masked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnUdf5Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnUdf5Masked) SetValue(v uint32)
- func (self *OxmBsnUdf5Masked) SetValueMask(v uint32)
- type OxmBsnUdf6
- type OxmBsnUdf6Masked
- func (self *OxmBsnUdf6Masked) GetOXMName() string
- func (self *OxmBsnUdf6Masked) GetOXMValue() interface{}
- func (self *OxmBsnUdf6Masked) GetOXMValueMask() interface{}
- func (self *OxmBsnUdf6Masked) GetValue() uint32
- func (self *OxmBsnUdf6Masked) GetValueMask() uint32
- func (self *OxmBsnUdf6Masked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnUdf6Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnUdf6Masked) SetValue(v uint32)
- func (self *OxmBsnUdf6Masked) SetValueMask(v uint32)
- type OxmBsnUdf7
- type OxmBsnUdf7Masked
- func (self *OxmBsnUdf7Masked) GetOXMName() string
- func (self *OxmBsnUdf7Masked) GetOXMValue() interface{}
- func (self *OxmBsnUdf7Masked) GetOXMValueMask() interface{}
- func (self *OxmBsnUdf7Masked) GetValue() uint32
- func (self *OxmBsnUdf7Masked) GetValueMask() uint32
- func (self *OxmBsnUdf7Masked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnUdf7Masked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnUdf7Masked) SetValue(v uint32)
- func (self *OxmBsnUdf7Masked) SetValueMask(v uint32)
- type OxmBsnVlanXlatePortGroupId
- func (self *OxmBsnVlanXlatePortGroupId) GetOXMName() string
- func (self *OxmBsnVlanXlatePortGroupId) GetOXMValue() interface{}
- func (self *OxmBsnVlanXlatePortGroupId) GetValue() uint32
- func (self *OxmBsnVlanXlatePortGroupId) MarshalJSON() ([]byte, error)
- func (self *OxmBsnVlanXlatePortGroupId) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnVlanXlatePortGroupId) SetValue(v uint32)
- type OxmBsnVlanXlatePortGroupIdMasked
- func (self *OxmBsnVlanXlatePortGroupIdMasked) GetOXMName() string
- func (self *OxmBsnVlanXlatePortGroupIdMasked) GetOXMValue() interface{}
- func (self *OxmBsnVlanXlatePortGroupIdMasked) GetOXMValueMask() interface{}
- func (self *OxmBsnVlanXlatePortGroupIdMasked) GetValue() uint32
- func (self *OxmBsnVlanXlatePortGroupIdMasked) GetValueMask() uint32
- func (self *OxmBsnVlanXlatePortGroupIdMasked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnVlanXlatePortGroupIdMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnVlanXlatePortGroupIdMasked) SetValue(v uint32)
- func (self *OxmBsnVlanXlatePortGroupIdMasked) SetValueMask(v uint32)
- type OxmBsnVrf
- type OxmBsnVrfMasked
- func (self *OxmBsnVrfMasked) GetOXMName() string
- func (self *OxmBsnVrfMasked) GetOXMValue() interface{}
- func (self *OxmBsnVrfMasked) GetOXMValueMask() interface{}
- func (self *OxmBsnVrfMasked) GetValue() uint32
- func (self *OxmBsnVrfMasked) GetValueMask() uint32
- func (self *OxmBsnVrfMasked) MarshalJSON() ([]byte, error)
- func (self *OxmBsnVrfMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmBsnVrfMasked) SetValue(v uint32)
- func (self *OxmBsnVrfMasked) SetValueMask(v uint32)
- type OxmClass
- 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 OxmIdBsnEgrPortGroupId
- type OxmIdBsnEgrPortGroupIdMasked
- type OxmIdBsnGlobalVrfAllowed
- type OxmIdBsnGlobalVrfAllowedMasked
- type OxmIdBsnInPorts128
- type OxmIdBsnInPorts128Masked
- type OxmIdBsnInPorts512
- type OxmIdBsnInPorts512Masked
- type OxmIdBsnIngressPortGroupId
- type OxmIdBsnIngressPortGroupIdMasked
- type OxmIdBsnIpFragmentation
- type OxmIdBsnIpFragmentationMasked
- type OxmIdBsnL2CacheHit
- type OxmIdBsnL2CacheHitMasked
- type OxmIdBsnL3DstClassId
- type OxmIdBsnL3DstClassIdMasked
- type OxmIdBsnL3InterfaceClassId
- type OxmIdBsnL3InterfaceClassIdMasked
- type OxmIdBsnL3SrcClassId
- type OxmIdBsnL3SrcClassIdMasked
- type OxmIdBsnLagId
- type OxmIdBsnLagIdMasked
- type OxmIdBsnTcpFlags
- type OxmIdBsnTcpFlagsMasked
- type OxmIdBsnUdf0
- type OxmIdBsnUdf0Masked
- type OxmIdBsnUdf1
- type OxmIdBsnUdf1Masked
- type OxmIdBsnUdf2
- type OxmIdBsnUdf2Masked
- type OxmIdBsnUdf3
- type OxmIdBsnUdf3Masked
- type OxmIdBsnUdf4
- type OxmIdBsnUdf4Masked
- type OxmIdBsnUdf5
- type OxmIdBsnUdf5Masked
- type OxmIdBsnUdf6
- type OxmIdBsnUdf6Masked
- type OxmIdBsnUdf7
- type OxmIdBsnUdf7Masked
- type OxmIdBsnVlanXlatePortGroupId
- type OxmIdBsnVlanXlatePortGroupIdMasked
- type OxmIdBsnVrf
- type OxmIdBsnVrfMasked
- 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 OxmIdOvsTcpFlags
- type OxmIdOvsTcpFlagsMasked
- func (self *OxmIdOvsTcpFlagsMasked) GetExperimenterId() uint32
- func (self *OxmIdOvsTcpFlagsMasked) GetOXMName() string
- func (self *OxmIdOvsTcpFlagsMasked) MarshalJSON() ([]byte, error)
- func (self *OxmIdOvsTcpFlagsMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmIdOvsTcpFlagsMasked) SetExperimenterId(v uint32)
- type OxmIdPktMark
- type OxmIdPktMarkMasked
- type OxmIdRecircId
- type OxmIdReg0
- type OxmIdReg0Masked
- type OxmIdReg1
- 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 OxmIdReg10
- type OxmIdReg10Masked
- type OxmIdReg11
- type OxmIdReg11Masked
- type OxmIdReg12
- type OxmIdReg12Masked
- type OxmIdReg13
- type OxmIdReg13Masked
- type OxmIdReg14
- type OxmIdReg14Masked
- type OxmIdReg15
- type OxmIdReg15Masked
- 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 OxmIdTunMetadata1Masked
- type OxmIdTunMetadata2
- type OxmIdTunMetadata2Masked
- type OxmIdTunMetadata3
- type OxmIdTunMetadata3Masked
- type OxmIdTunMetadata4
- type OxmIdTunMetadata4Masked
- type OxmIdTunMetadata5
- type OxmIdTunMetadata5Masked
- type OxmIdTunMetadata6
- type OxmIdTunMetadata6Masked
- type OxmIdTunMetadata7
- type OxmIdTunMetadata7Masked
- type OxmIdTunMetadata8
- type OxmIdTunMetadata8Masked
- type OxmIdTunMetadata9
- type OxmIdTunMetadata9Masked
- 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 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 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 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 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 OxmIdTunMetadata60
- type OxmIdTunMetadata60Masked
- type OxmIdTunMetadata61
- type OxmIdTunMetadata61Masked
- type OxmIdTunMetadata62
- type OxmIdTunMetadata62Masked
- type OxmIdTunMetadata63
- type OxmIdTunMetadata63Masked
- type OxmIdTunSrc
- type OxmIdTunSrcMasked
- type OxmIdTunnelIpv4Dst
- type OxmIdTunnelIpv4DstMasked
- type OxmIdTunnelIpv4Src
- type OxmIdTunnelIpv4SrcMasked
- 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 OxmOvsTcpFlags
- func (self *OxmOvsTcpFlags) GetExperimenterId() uint32
- func (self *OxmOvsTcpFlags) GetOXMName() string
- func (self *OxmOvsTcpFlags) GetOXMValue() interface{}
- func (self *OxmOvsTcpFlags) GetValue() uint16
- func (self *OxmOvsTcpFlags) MarshalJSON() ([]byte, error)
- func (self *OxmOvsTcpFlags) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmOvsTcpFlags) SetExperimenterId(v uint32)
- func (self *OxmOvsTcpFlags) SetValue(v uint16)
- type OxmOvsTcpFlagsMasked
- func (self *OxmOvsTcpFlagsMasked) GetExperimenterId() uint32
- func (self *OxmOvsTcpFlagsMasked) GetOXMName() string
- func (self *OxmOvsTcpFlagsMasked) GetOXMValue() interface{}
- func (self *OxmOvsTcpFlagsMasked) GetOXMValueMask() interface{}
- func (self *OxmOvsTcpFlagsMasked) GetValue() uint16
- func (self *OxmOvsTcpFlagsMasked) GetValueMask() uint16
- func (self *OxmOvsTcpFlagsMasked) MarshalJSON() ([]byte, error)
- func (self *OxmOvsTcpFlagsMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmOvsTcpFlagsMasked) SetExperimenterId(v uint32)
- func (self *OxmOvsTcpFlagsMasked) SetValue(v uint16)
- func (self *OxmOvsTcpFlagsMasked) SetValueMask(v uint16)
- 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 OxmTunnelIpv4Dst
- func (self *OxmTunnelIpv4Dst) GetOXMName() string
- func (self *OxmTunnelIpv4Dst) GetOXMValue() interface{}
- func (self *OxmTunnelIpv4Dst) GetValue() net.IP
- func (self *OxmTunnelIpv4Dst) MarshalJSON() ([]byte, error)
- func (self *OxmTunnelIpv4Dst) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmTunnelIpv4Dst) SetValue(v net.IP)
- type OxmTunnelIpv4DstMasked
- func (self *OxmTunnelIpv4DstMasked) GetOXMName() string
- func (self *OxmTunnelIpv4DstMasked) GetOXMValue() interface{}
- func (self *OxmTunnelIpv4DstMasked) GetOXMValueMask() interface{}
- func (self *OxmTunnelIpv4DstMasked) GetValue() net.IP
- func (self *OxmTunnelIpv4DstMasked) GetValueMask() net.IP
- func (self *OxmTunnelIpv4DstMasked) MarshalJSON() ([]byte, error)
- func (self *OxmTunnelIpv4DstMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmTunnelIpv4DstMasked) SetValue(v net.IP)
- func (self *OxmTunnelIpv4DstMasked) SetValueMask(v net.IP)
- type OxmTunnelIpv4Src
- func (self *OxmTunnelIpv4Src) GetOXMName() string
- func (self *OxmTunnelIpv4Src) GetOXMValue() interface{}
- func (self *OxmTunnelIpv4Src) GetValue() net.IP
- func (self *OxmTunnelIpv4Src) MarshalJSON() ([]byte, error)
- func (self *OxmTunnelIpv4Src) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmTunnelIpv4Src) SetValue(v net.IP)
- type OxmTunnelIpv4SrcMasked
- func (self *OxmTunnelIpv4SrcMasked) GetOXMName() string
- func (self *OxmTunnelIpv4SrcMasked) GetOXMValue() interface{}
- func (self *OxmTunnelIpv4SrcMasked) GetOXMValueMask() interface{}
- func (self *OxmTunnelIpv4SrcMasked) GetValue() net.IP
- func (self *OxmTunnelIpv4SrcMasked) GetValueMask() net.IP
- func (self *OxmTunnelIpv4SrcMasked) MarshalJSON() ([]byte, error)
- func (self *OxmTunnelIpv4SrcMasked) Serialize(encoder *goloxi.Encoder) error
- func (self *OxmTunnelIpv4SrcMasked) SetValue(v net.IP)
- func (self *OxmTunnelIpv4SrcMasked) SetValueMask(v net.IP)
- 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) GetMatch() Match
- func (self *PacketIn) GetReason() uint8
- func (self *PacketIn) GetTableId() 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) SetMatch(v Match)
- func (self *PacketIn) SetReason(v uint8)
- func (self *PacketIn) SetTableId(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) GetPort() Port
- 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) SetPort(v Port)
- 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) GetCurrSpeed() uint32
- func (self *PortDesc) GetHwAddr() net.HardwareAddr
- func (self *PortDesc) GetMaxSpeed() uint32
- 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) SetCurrSpeed(v uint32)
- func (self *PortDesc) SetHwAddr(v net.HardwareAddr)
- func (self *PortDesc) SetMaxSpeed(v uint32)
- 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 QueuePropExperimenter
- type QueuePropMaxRate
- 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 RoleReply
- type RoleRequest
- type RoleRequestFailedCode
- type RoleRequestFailedErrorMsg
- func (self *RoleRequestFailedErrorMsg) GetCode() RoleRequestFailedCode
- func (self *RoleRequestFailedErrorMsg) GetData() []byte
- func (self *RoleRequestFailedErrorMsg) Serialize(encoder *goloxi.Encoder) error
- func (self *RoleRequestFailedErrorMsg) SetCode(v RoleRequestFailedCode)
- func (self *RoleRequestFailedErrorMsg) SetData(v []byte)
- type SetConfig
- type StatsReply
- type StatsReplyFlags
- type StatsRequest
- type StatsRequestFlags
- type StatsType
- type SwitchConfigFailedCode
- type SwitchConfigFailedErrorMsg
- func (self *SwitchConfigFailedErrorMsg) GetCode() SwitchConfigFailedCode
- func (self *SwitchConfigFailedErrorMsg) GetData() []byte
- func (self *SwitchConfigFailedErrorMsg) Serialize(encoder *goloxi.Encoder) error
- func (self *SwitchConfigFailedErrorMsg) SetCode(v SwitchConfigFailedCode)
- func (self *SwitchConfigFailedErrorMsg) SetData(v []byte)
- type Table
- type TableConfig
- type TableMod
- type TableModFailedCode
- type TableModFailedErrorMsg
- func (self *TableModFailedErrorMsg) GetCode() TableModFailedCode
- func (self *TableModFailedErrorMsg) GetData() []byte
- func (self *TableModFailedErrorMsg) Serialize(encoder *goloxi.Encoder) error
- func (self *TableModFailedErrorMsg) SetCode(v TableModFailedCode)
- func (self *TableModFailedErrorMsg) SetData(v []byte)
- type TableStatsEntry
- func (self *TableStatsEntry) GetActiveCount() uint32
- func (self *TableStatsEntry) GetApplyActions() uint32
- func (self *TableStatsEntry) GetApplySetfields() uint64
- func (self *TableStatsEntry) GetConfig() uint32
- func (self *TableStatsEntry) GetInstructions() uint32
- func (self *TableStatsEntry) GetLookupCount() uint64
- func (self *TableStatsEntry) GetMatch() MatchBmap
- func (self *TableStatsEntry) GetMatchedCount() uint64
- func (self *TableStatsEntry) GetMaxEntries() uint32
- func (self *TableStatsEntry) GetMetadataMatch() uint64
- func (self *TableStatsEntry) GetMetadataWrite() uint64
- func (self *TableStatsEntry) GetName() string
- func (self *TableStatsEntry) GetTableId() uint8
- func (self *TableStatsEntry) GetWildcards() WcBmap
- func (self *TableStatsEntry) GetWriteActions() uint32
- func (self *TableStatsEntry) GetWriteSetfields() uint64
- func (self *TableStatsEntry) Serialize(encoder *goloxi.Encoder) error
- func (self *TableStatsEntry) SetActiveCount(v uint32)
- func (self *TableStatsEntry) SetApplyActions(v uint32)
- func (self *TableStatsEntry) SetApplySetfields(v uint64)
- func (self *TableStatsEntry) SetConfig(v uint32)
- func (self *TableStatsEntry) SetInstructions(v uint32)
- func (self *TableStatsEntry) SetLookupCount(v uint64)
- func (self *TableStatsEntry) SetMatch(v MatchBmap)
- func (self *TableStatsEntry) SetMatchedCount(v uint64)
- func (self *TableStatsEntry) SetMaxEntries(v uint32)
- func (self *TableStatsEntry) SetMetadataMatch(v uint64)
- func (self *TableStatsEntry) SetMetadataWrite(v uint64)
- func (self *TableStatsEntry) SetName(v string)
- func (self *TableStatsEntry) SetTableId(v uint8)
- func (self *TableStatsEntry) SetWildcards(v WcBmap)
- func (self *TableStatsEntry) SetWriteActions(v uint32)
- func (self *TableStatsEntry) SetWriteSetfields(v uint64)
- type TableStatsReply
- type TableStatsRequest
- type TcpFlags
- type Type
- type Unimplemented
- type VlanId
- 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 = 0 // OFP_VLAN_NONE FlowPermanent = 0 // OFP_FLOW_PERMANENT DefaultPriority = 32768 // OFP_DEFAULT_PRIORITY NoBuffer = 4294967295 // OFP_NO_BUFFER DescStrLen = 256 // DESC_STR_LEN SerialNumLen = 32 // SERIAL_NUM_LEN OFPQAll = 4294967295 // OFPQ_ALL OFPQMinRateUncfg = 65535 // OFPQ_MIN_RATE_UNCFG OFPQMaxRateUncfg = 65535 // OFPQ_MAX_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 OFPATCopyTtlOut = 11 // OFPAT_COPY_TTL_OUT OFPATCopyTtlIn = 12 // OFPAT_COPY_TTL_IN OFPATSetMplsTtl = 15 // OFPAT_SET_MPLS_TTL OFPATDecMplsTtl = 16 // OFPAT_DEC_MPLS_TTL OFPATPushVLAN = 17 // OFPAT_PUSH_VLAN OFPATPopVLAN = 18 // OFPAT_POP_VLAN OFPATPushMpls = 19 // OFPAT_PUSH_MPLS OFPATPopMpls = 20 // OFPAT_POP_MPLS OFPATSetQueue = 21 // OFPAT_SET_QUEUE OFPATGroup = 22 // OFPAT_GROUP OFPATSetNwTtl = 23 // OFPAT_SET_NW_TTL OFPATDecNwTtl = 24 // OFPAT_DEC_NW_TTL OFPATSetField = 25 // OFPAT_SET_FIELD 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 OFPBACBadOutGroup = 9 // OFPBAC_BAD_OUT_GROUP OFPBACMatchInconsistent = 10 // OFPBAC_MATCH_INCONSISTENT OFPBACUnsupportedOrder = 11 // OFPBAC_UNSUPPORTED_ORDER OFPBACBadTag = 12 // OFPBAC_BAD_TAG OFPBACBadSetType = 13 // OFPBAC_BAD_SET_TYPE OFPBACBadSetLen = 14 // OFPBAC_BAD_SET_LEN OFPBACBadSetArgument = 15 // OFPBAC_BAD_SET_ARGUMENT )
View Source
const ( // Identifiers from group ofp_bad_instruction_code OFPBICUnknownInst = 0 // OFPBIC_UNKNOWN_INST OFPBICUnsupInst = 1 // OFPBIC_UNSUP_INST OFPBICBadTableID = 2 // OFPBIC_BAD_TABLE_ID OFPBICUnsupMetadata = 3 // OFPBIC_UNSUP_METADATA OFPBICUnsupMetadataMask = 4 // OFPBIC_UNSUP_METADATA_MASK OFPBICBadExperimenter = 5 // OFPBIC_BAD_EXPERIMENTER OFPBICBadExperimenterType = 6 // OFPBIC_BAD_EXPERIMENTER_TYPE OFPBICBadLen = 7 // OFPBIC_BAD_LEN OFPBICEperm = 8 // OFPBIC_EPERM )
View Source
const ( // Identifiers from group ofp_bad_match_code OFPBMCBadType = 0 // OFPBMC_BAD_TYPE OFPBMCBadLen = 1 // OFPBMC_BAD_LEN OFPBMCBadTag = 2 // OFPBMC_BAD_TAG OFPBMCBadDlAddrMask = 3 // OFPBMC_BAD_DL_ADDR_MASK OFPBMCBadNwAddrMask = 4 // OFPBMC_BAD_NW_ADDR_MASK OFPBMCBadWildcards = 5 // OFPBMC_BAD_WILDCARDS OFPBMCBadField = 6 // OFPBMC_BAD_FIELD OFPBMCBadValue = 7 // OFPBMC_BAD_VALUE OFPBMCBadMask = 8 // OFPBMC_BAD_MASK OFPBMCBadPrereq = 9 // OFPBMC_BAD_PREREQ OFPBMCDupField = 10 // OFPBMC_DUP_FIELD OFPBMCEperm = 11 // OFPBMC_EPERM )
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 OFPBRCBadExperimenterType = 4 // OFPBRC_BAD_EXPERIMENTER_TYPE OFPBRCEperm = 5 // OFPBRC_EPERM OFPBRCBadLen = 6 // OFPBRC_BAD_LEN OFPBRCBufferEmpty = 7 // OFPBRC_BUFFER_EMPTY OFPBRCBufferUnknown = 8 // OFPBRC_BUFFER_UNKNOWN OFPBRCBadTableID = 9 // OFPBRC_BAD_TABLE_ID OFPBRCIsSlave = 10 // OFPBRC_IS_SLAVE OFPBRCBadPort = 11 // OFPBRC_BAD_PORT OFPBRCBadPacket = 12 // OFPBRC_BAD_PACKET )
View Source
const ( // Identifiers from group ofp_bsn_tcp_flag BSNTCPFlagFin = 1 // OFP_BSN_TCP_FLAG_FIN BSNTCPFlagSyn = 2 // OFP_BSN_TCP_FLAG_SYN BSNTCPFlagRst = 4 // OFP_BSN_TCP_FLAG_RST BSNTCPFlagPsh = 8 // OFP_BSN_TCP_FLAG_PSH BSNTCPFlagAck = 16 // OFP_BSN_TCP_FLAG_ACK BSNTCPFlagUrg = 32 // OFP_BSN_TCP_FLAG_URG BSNTCPFlagEce = 64 // OFP_BSN_TCP_FLAG_ECE BSNTCPFlagCwr = 128 // OFP_BSN_TCP_FLAG_CWR BSNTCPFlagNs = 256 // OFP_BSN_TCP_FLAG_NS )
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 OFPCGroupStats = 8 // OFPC_GROUP_STATS OFPCIpReasm = 32 // OFPC_IP_REASM OFPCQueueStats = 64 // OFPC_QUEUE_STATS OFPCPortBlocked = 256 // OFPC_PORT_BLOCKED )
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 OFPCInvalidTtlToController = 4 // OFPC_INVALID_TTL_TO_CONTROLLER )
View Source
const ( // Identifiers from group ofp_controller_max_len OFPCMLMax = 65509 // OFPCML_MAX OFPCMLNoBuffer = 65535 // OFPCML_NO_BUFFER )
View Source
const ( // Identifiers from group ofp_controller_role OFPCRRoleNochange = 0 // OFPCR_ROLE_NOCHANGE OFPCRRoleEqual = 1 // OFPCR_ROLE_EQUAL OFPCRRoleMaster = 2 // OFPCR_ROLE_MASTER OFPCRRoleSlave = 3 // OFPCR_ROLE_SLAVE )
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 OFPETBadInstruction = 3 // OFPET_BAD_INSTRUCTION OFPETBadMatch = 4 // OFPET_BAD_MATCH OFPETFlowModFailed = 5 // OFPET_FLOW_MOD_FAILED OFPETGroupModFailed = 6 // OFPET_GROUP_MOD_FAILED OFPETPortModFailed = 7 // OFPET_PORT_MOD_FAILED OFPETTableModFailed = 8 // OFPET_TABLE_MOD_FAILED OFPETQueueOpFailed = 9 // OFPET_QUEUE_OP_FAILED OFPETSwitchConfigFailed = 10 // OFPET_SWITCH_CONFIG_FAILED OFPETRoleRequestFailed = 11 // OFPET_ROLE_REQUEST_FAILED OFPETExperimenter = 65535 // OFPET_EXPERIMENTER )
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 OFPFMFCUnknown = 0 // OFPFMFC_UNKNOWN OFPFMFCTableFull = 1 // OFPFMFC_TABLE_FULL OFPFMFCBadTableID = 2 // OFPFMFC_BAD_TABLE_ID OFPFMFCOverlap = 3 // OFPFMFC_OVERLAP OFPFMFCEperm = 4 // OFPFMFC_EPERM OFPFMFCBadTimeout = 5 // OFPFMFC_BAD_TIMEOUT OFPFMFCBadCommand = 6 // OFPFMFC_BAD_COMMAND OFPFMFCBadFlags = 7 // OFPFMFC_BAD_FLAGS )
View Source
const ( // Identifiers from group ofp_flow_mod_flags OFPFFSendFlowRem = 1 // OFPFF_SEND_FLOW_REM OFPFFCheckOverlap = 2 // OFPFF_CHECK_OVERLAP OFPFFResetCounts = 4 // OFPFF_RESET_COUNTS )
View Source
const ( // Identifiers from group ofp_flow_removed_reason OFPRRIdleTimeout = 0 // OFPRR_IDLE_TIMEOUT OFPRRHardTimeout = 1 // OFPRR_HARD_TIMEOUT OFPRRDelete = 2 // OFPRR_DELETE OFPRRGroupDelete = 3 // OFPRR_GROUP_DELETE )
View Source
const ( // Identifiers from group ofp_group OFPGMax = 4294967040 // OFPG_MAX OFPGAll = 4294967292 // OFPG_ALL OFPGAny = 4294967295 // OFPG_ANY )
View Source
const ( // Identifiers from group ofp_group_capabilities OFPGFCSelectWeight = 1 // OFPGFC_SELECT_WEIGHT OFPGFCSelectLiveness = 2 // OFPGFC_SELECT_LIVENESS OFPGFCChaining = 4 // OFPGFC_CHAINING OFPGFCChainingChecks = 8 // OFPGFC_CHAINING_CHECKS )
View Source
const ( // Identifiers from group ofp_group_mod_command OFPGCAdd = 0 // OFPGC_ADD OFPGCModify = 1 // OFPGC_MODIFY OFPGCDelete = 2 // OFPGC_DELETE )
View Source
const ( // Identifiers from group ofp_group_mod_failed_code OFPGMFCGroupExists = 0 // OFPGMFC_GROUP_EXISTS OFPGMFCInvalidGroup = 1 // OFPGMFC_INVALID_GROUP OFPGMFCWeightUnsupported = 2 // OFPGMFC_WEIGHT_UNSUPPORTED OFPGMFCOutOfGroups = 3 // OFPGMFC_OUT_OF_GROUPS OFPGMFCOutOfBuckets = 4 // OFPGMFC_OUT_OF_BUCKETS OFPGMFCChainingUnsupported = 5 // OFPGMFC_CHAINING_UNSUPPORTED OFPGMFCWatchUnsupported = 6 // OFPGMFC_WATCH_UNSUPPORTED OFPGMFCLoop = 7 // OFPGMFC_LOOP OFPGMFCUnknownGroup = 8 // OFPGMFC_UNKNOWN_GROUP OFPGMFCChainedGroup = 9 // OFPGMFC_CHAINED_GROUP OFPGMFCBadType = 10 // OFPGMFC_BAD_TYPE OFPGMFCBadCommand = 11 // OFPGMFC_BAD_COMMAND OFPGMFCBadBucket = 12 // OFPGMFC_BAD_BUCKET OFPGMFCBadWatch = 13 // OFPGMFC_BAD_WATCH OFPGMFCEperm = 14 // OFPGMFC_EPERM )
View Source
const ( // Identifiers from group ofp_group_type OFPGTAll = 0 // OFPGT_ALL OFPGTSelect = 1 // OFPGT_SELECT OFPGTIndirect = 2 // OFPGT_INDIRECT OFPGTFf = 3 // OFPGT_FF )
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_instruction_type OFPITGotoTable = 1 // OFPIT_GOTO_TABLE OFPITWriteMetadata = 2 // OFPIT_WRITE_METADATA OFPITWriteActions = 3 // OFPIT_WRITE_ACTIONS OFPITApplyActions = 4 // OFPIT_APPLY_ACTIONS OFPITClearActions = 5 // OFPIT_CLEAR_ACTIONS OFPITExperimenter = 65535 // OFPIT_EXPERIMENTER )
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_match_type OFPMTStandard = 0 // OFPMT_STANDARD OFPMTOXM = 1 // OFPMT_OXM )
View Source
const ( // Identifiers from group ofp_ovs_tcp_flag OvsTCPFlagFin = 1 // OFP_OVS_TCP_FLAG_FIN OvsTCPFlagSyn = 2 // OFP_OVS_TCP_FLAG_SYN OvsTCPFlagRst = 4 // OFP_OVS_TCP_FLAG_RST OvsTCPFlagPsh = 8 // OFP_OVS_TCP_FLAG_PSH OvsTCPFlagAck = 16 // OFP_OVS_TCP_FLAG_ACK OvsTCPFlagUrg = 32 // OFP_OVS_TCP_FLAG_URG OvsTCPFlagEce = 64 // OFP_OVS_TCP_FLAG_ECE OvsTCPFlagCwr = 128 // OFP_OVS_TCP_FLAG_CWR OvsTCPFlagNs = 256 // OFP_OVS_TCP_FLAG_NS )
View Source
const ( // Identifiers from group ofp_oxm_class OFPXMCNxm0 = 0 // OFPXMC_NXM_0 OFPXMCNxm1 = 1 // OFPXMC_NXM_1 OFPXMCOpenflowBasic = 32768 // OFPXMC_OPENFLOW_BASIC OFPXMCExperimenter = 65535 // OFPXMC_EXPERIMENTER )
View Source
const ( // Identifiers from group ofp_packet_in_reason OFPRNoMatch = 0 // OFPR_NO_MATCH OFPRAction = 1 // OFPR_ACTION OFPRInvalidTtl = 2 // OFPR_INVALID_TTL )
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 = 4294967040 // OFPP_MAX OFPPInPort = 4294967288 // OFPP_IN_PORT OFPPTable = 4294967289 // OFPP_TABLE OFPPNormal = 4294967290 // OFPP_NORMAL OFPPFlood = 4294967291 // OFPP_FLOOD OFPPAll = 4294967292 // OFPP_ALL OFPPController = 4294967293 // OFPP_CONTROLLER OFPPLocal = 4294967294 // OFPP_LOCAL OFPPAny = 4294967295 // OFPP_ANY )
View Source
const ( // Identifiers from group ofp_port_config OFPPCPortDown = 1 // OFPPC_PORT_DOWN OFPPCNoRecv = 4 // OFPPC_NO_RECV 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 OFPPF40GbFd = 128 // OFPPF_40GB_FD OFPPF100GbFd = 256 // OFPPF_100GB_FD OFPPF1TbFd = 512 // OFPPF_1TB_FD OFPPFOther = 1024 // OFPPF_OTHER OFPPFCopper = 2048 // OFPPF_COPPER OFPPFFiber = 4096 // OFPPF_FIBER OFPPFAutoneg = 8192 // OFPPF_AUTONEG OFPPFPause = 16384 // OFPPF_PAUSE OFPPFPauseAsym = 32768 // 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 OFPPMFCBadConfig = 2 // OFPPMFC_BAD_CONFIG OFPPMFCBadAdvertise = 3 // OFPPMFC_BAD_ADVERTISE OFPPMFCEperm = 4 // OFPPMFC_EPERM )
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 OFPPSBlocked = 2 // OFPPS_BLOCKED OFPPSLive = 4 // OFPPS_LIVE )
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 OFPQTMinRate = 1 // OFPQT_MIN_RATE OFPQTMaxRate = 2 // OFPQT_MAX_RATE OFPQTExperimenter = 65535 // OFPQT_EXPERIMENTER )
View Source
const ( // Identifiers from group ofp_role_request_failed_code OFPRRFCStale = 0 // OFPRRFC_STALE OFPRRFCUnsup = 1 // OFPRRFC_UNSUP OFPRRFCBadRole = 2 // OFPRRFC_BAD_ROLE )
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 OFPSTGroup = 6 // OFPST_GROUP OFPSTGroupDesc = 7 // OFPST_GROUP_DESC OFPSTGroupFeatures = 8 // OFPST_GROUP_FEATURES OFPSTExperimenter = 65535 // OFPST_EXPERIMENTER )
View Source
const ( // Identifiers from group ofp_switch_config_failed_code OFPSCFCBadFlags = 0 // OFPSCFC_BAD_FLAGS OFPSCFCBadLen = 1 // OFPSCFC_BAD_LEN OFPSCFCEperm = 2 // OFPSCFC_EPERM )
View Source
const ( // Identifiers from group ofp_table OFPTTMax = 254 // OFPTT_MAX OFPTTAll = 255 // OFPTT_ALL )
View Source
const ( // Identifiers from group ofp_table_config OFPTCTableMissController = 0 // OFPTC_TABLE_MISS_CONTROLLER OFPTCTableMissContinue = 1 // OFPTC_TABLE_MISS_CONTINUE OFPTCTableMissDrop = 2 // OFPTC_TABLE_MISS_DROP OFPTCTableMissMask = 3 // OFPTC_TABLE_MISS_MASK )
View Source
const ( // Identifiers from group ofp_table_mod_failed_code OFPTMFCBadTable = 0 // OFPTMFC_BAD_TABLE OFPTMFCBadConfig = 1 // OFPTMFC_BAD_CONFIG OFPTMFCEperm = 2 // OFPTMFC_EPERM )
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 OFPTGroupMod = 15 // OFPT_GROUP_MOD OFPTPortMod = 16 // OFPT_PORT_MOD OFPTTableMod = 17 // OFPT_TABLE_MOD OFPTStatsRequest = 18 // OFPT_STATS_REQUEST OFPTStatsReply = 19 // OFPT_STATS_REPLY OFPTBarrierRequest = 20 // OFPT_BARRIER_REQUEST OFPTBarrierReply = 21 // OFPT_BARRIER_REPLY OFPTQueueGetConfigRequest = 22 // OFPT_QUEUE_GET_CONFIG_REQUEST OFPTQueueGetConfigReply = 23 // OFPT_QUEUE_GET_CONFIG_REPLY OFPTRoleRequest = 24 // OFPT_ROLE_REQUEST OFPTRoleReply = 25 // OFPT_ROLE_REPLY )
View Source
const ( // Identifiers from group ofp_vlan_id OFPVIDNone = 0 // OFPVID_NONE OFPVIDPresent = 4096 // OFPVID_PRESENT )
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 ActionCopyTtlIn ¶
type ActionCopyTtlIn struct {
*Action
}
func DecodeActionCopyTtlIn ¶
func DecodeActionCopyTtlIn(parent *Action, decoder *goloxi.Decoder) (*ActionCopyTtlIn, error)
func NewActionCopyTtlIn ¶
func NewActionCopyTtlIn() *ActionCopyTtlIn
func (*ActionCopyTtlIn) GetActionFields ¶
func (self *ActionCopyTtlIn) GetActionFields() map[string]interface{}
func (*ActionCopyTtlIn) GetActionName ¶
func (self *ActionCopyTtlIn) GetActionName() string
func (*ActionCopyTtlIn) MarshalJSON ¶
func (self *ActionCopyTtlIn) MarshalJSON() ([]byte, error)
type ActionCopyTtlOut ¶
type ActionCopyTtlOut struct {
*Action
}
func DecodeActionCopyTtlOut ¶
func DecodeActionCopyTtlOut(parent *Action, decoder *goloxi.Decoder) (*ActionCopyTtlOut, error)
func NewActionCopyTtlOut ¶
func NewActionCopyTtlOut() *ActionCopyTtlOut
func (*ActionCopyTtlOut) GetActionFields ¶
func (self *ActionCopyTtlOut) GetActionFields() map[string]interface{}
func (*ActionCopyTtlOut) GetActionName ¶
func (self *ActionCopyTtlOut) GetActionName() string
func (*ActionCopyTtlOut) MarshalJSON ¶
func (self *ActionCopyTtlOut) MarshalJSON() ([]byte, error)
type ActionDecMplsTtl ¶
type ActionDecMplsTtl struct {
*Action
}
func DecodeActionDecMplsTtl ¶
func DecodeActionDecMplsTtl(parent *Action, decoder *goloxi.Decoder) (*ActionDecMplsTtl, error)
func NewActionDecMplsTtl ¶
func NewActionDecMplsTtl() *ActionDecMplsTtl
func (*ActionDecMplsTtl) GetActionFields ¶
func (self *ActionDecMplsTtl) GetActionFields() map[string]interface{}
func (*ActionDecMplsTtl) GetActionName ¶
func (self *ActionDecMplsTtl) GetActionName() string
func (*ActionDecMplsTtl) MarshalJSON ¶
func (self *ActionDecMplsTtl) MarshalJSON() ([]byte, error)
type ActionDecNwTtl ¶
type ActionDecNwTtl struct {
*Action
}
func DecodeActionDecNwTtl ¶
func DecodeActionDecNwTtl(parent *Action, decoder *goloxi.Decoder) (*ActionDecNwTtl, error)
func NewActionDecNwTtl ¶
func NewActionDecNwTtl() *ActionDecNwTtl
func (*ActionDecNwTtl) GetActionFields ¶
func (self *ActionDecNwTtl) GetActionFields() map[string]interface{}
func (*ActionDecNwTtl) GetActionName ¶
func (self *ActionDecNwTtl) GetActionName() string
func (*ActionDecNwTtl) MarshalJSON ¶
func (self *ActionDecNwTtl) MarshalJSON() ([]byte, error)
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 ActionGroup ¶
func DecodeActionGroup ¶
func DecodeActionGroup(parent *Action, decoder *goloxi.Decoder) (*ActionGroup, error)
func NewActionGroup ¶
func NewActionGroup() *ActionGroup
func (*ActionGroup) GetActionFields ¶
func (self *ActionGroup) GetActionFields() map[string]interface{}
func (*ActionGroup) GetActionName ¶
func (self *ActionGroup) GetActionName() string
func (*ActionGroup) GetGroupId ¶
func (self *ActionGroup) GetGroupId() uint32
func (*ActionGroup) MarshalJSON ¶
func (self *ActionGroup) MarshalJSON() ([]byte, error)
func (*ActionGroup) SetGroupId ¶
func (self *ActionGroup) SetGroupId(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 ActionIdCopyTtlIn ¶
type ActionIdCopyTtlIn struct {
*ActionId
}
func DecodeActionIdCopyTtlIn ¶
func DecodeActionIdCopyTtlIn(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdCopyTtlIn, error)
func NewActionIdCopyTtlIn ¶
func NewActionIdCopyTtlIn() *ActionIdCopyTtlIn
type ActionIdCopyTtlOut ¶
type ActionIdCopyTtlOut struct {
*ActionId
}
func DecodeActionIdCopyTtlOut ¶
func DecodeActionIdCopyTtlOut(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdCopyTtlOut, error)
func NewActionIdCopyTtlOut ¶
func NewActionIdCopyTtlOut() *ActionIdCopyTtlOut
type ActionIdDecMplsTtl ¶
type ActionIdDecMplsTtl struct {
*ActionId
}
func DecodeActionIdDecMplsTtl ¶
func DecodeActionIdDecMplsTtl(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdDecMplsTtl, error)
func NewActionIdDecMplsTtl ¶
func NewActionIdDecMplsTtl() *ActionIdDecMplsTtl
type ActionIdDecNwTtl ¶
type ActionIdDecNwTtl struct {
*ActionId
}
func DecodeActionIdDecNwTtl ¶
func DecodeActionIdDecNwTtl(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdDecNwTtl, error)
func NewActionIdDecNwTtl ¶
func NewActionIdDecNwTtl() *ActionIdDecNwTtl
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 ActionIdGroup ¶
type ActionIdGroup struct {
*ActionId
}
func DecodeActionIdGroup ¶
func DecodeActionIdGroup(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdGroup, error)
func NewActionIdGroup ¶
func NewActionIdGroup() *ActionIdGroup
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 ActionIdPopMpls ¶
type ActionIdPopMpls struct {
*ActionId
}
func DecodeActionIdPopMpls ¶
func DecodeActionIdPopMpls(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdPopMpls, error)
func NewActionIdPopMpls ¶
func NewActionIdPopMpls() *ActionIdPopMpls
type ActionIdPopVlan ¶
type ActionIdPopVlan struct {
*ActionId
}
func DecodeActionIdPopVlan ¶
func DecodeActionIdPopVlan(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdPopVlan, error)
func NewActionIdPopVlan ¶
func NewActionIdPopVlan() *ActionIdPopVlan
type ActionIdPushMpls ¶
type ActionIdPushMpls struct {
*ActionId
}
func DecodeActionIdPushMpls ¶
func DecodeActionIdPushMpls(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdPushMpls, error)
func NewActionIdPushMpls ¶
func NewActionIdPushMpls() *ActionIdPushMpls
type ActionIdPushVlan ¶
type ActionIdPushVlan struct {
*ActionId
}
func DecodeActionIdPushVlan ¶
func DecodeActionIdPushVlan(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdPushVlan, error)
func NewActionIdPushVlan ¶
func NewActionIdPushVlan() *ActionIdPushVlan
type ActionIdResubmit ¶
type ActionIdResubmit struct {
*ActionIdNicira
}
func DecodeActionIdResubmit ¶
func DecodeActionIdResubmit(parent *ActionIdNicira, decoder *goloxi.Decoder) (*ActionIdResubmit, error)
func NewActionIdResubmit ¶
func NewActionIdResubmit() *ActionIdResubmit
type ActionIdSetField ¶
type ActionIdSetField struct {
*ActionId
}
func DecodeActionIdSetField ¶
func DecodeActionIdSetField(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdSetField, error)
func NewActionIdSetField ¶
func NewActionIdSetField() *ActionIdSetField
type ActionIdSetMplsTtl ¶
type ActionIdSetMplsTtl struct {
*ActionId
}
func DecodeActionIdSetMplsTtl ¶
func DecodeActionIdSetMplsTtl(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdSetMplsTtl, error)
func NewActionIdSetMplsTtl ¶
func NewActionIdSetMplsTtl() *ActionIdSetMplsTtl
type ActionIdSetNwTtl ¶
type ActionIdSetNwTtl struct {
*ActionId
}
func DecodeActionIdSetNwTtl ¶
func DecodeActionIdSetNwTtl(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdSetNwTtl, error)
func NewActionIdSetNwTtl ¶
func NewActionIdSetNwTtl() *ActionIdSetNwTtl
type ActionIdSetQueue ¶
type ActionIdSetQueue struct {
*ActionId
}
func DecodeActionIdSetQueue ¶
func DecodeActionIdSetQueue(parent *ActionId, decoder *goloxi.Decoder) (*ActionIdSetQueue, error)
func NewActionIdSetQueue ¶
func NewActionIdSetQueue() *ActionIdSetQueue
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 ActionPopMpls ¶
func DecodeActionPopMpls ¶
func DecodeActionPopMpls(parent *Action, decoder *goloxi.Decoder) (*ActionPopMpls, error)
func NewActionPopMpls ¶
func NewActionPopMpls() *ActionPopMpls
func (*ActionPopMpls) GetActionFields ¶
func (self *ActionPopMpls) GetActionFields() map[string]interface{}
func (*ActionPopMpls) GetActionName ¶
func (self *ActionPopMpls) GetActionName() string
func (*ActionPopMpls) GetEthertype ¶
func (self *ActionPopMpls) GetEthertype() uint16
func (*ActionPopMpls) MarshalJSON ¶
func (self *ActionPopMpls) MarshalJSON() ([]byte, error)
func (*ActionPopMpls) Serialize ¶
func (self *ActionPopMpls) Serialize(encoder *goloxi.Encoder) error
func (*ActionPopMpls) SetEthertype ¶
func (self *ActionPopMpls) SetEthertype(v uint16)
type ActionPopVlan ¶
type ActionPopVlan struct {
*Action
}
func DecodeActionPopVlan ¶
func DecodeActionPopVlan(parent *Action, decoder *goloxi.Decoder) (*ActionPopVlan, error)
func NewActionPopVlan ¶
func NewActionPopVlan() *ActionPopVlan
func (*ActionPopVlan) GetActionFields ¶
func (self *ActionPopVlan) GetActionFields() map[string]interface{}
func (*ActionPopVlan) GetActionName ¶
func (self *ActionPopVlan) GetActionName() string
func (*ActionPopVlan) MarshalJSON ¶
func (self *ActionPopVlan) MarshalJSON() ([]byte, error)