Documentation ¶
Index ¶
- type Ospfv3NbrStateChange
- func (*Ospfv3NbrStateChange) Descriptor() ([]byte, []int)
- func (m *Ospfv3NbrStateChange) GetIfName() string
- func (m *Ospfv3NbrStateChange) GetNbrIfIndex() uint32
- func (m *Ospfv3NbrStateChange) GetNbrIfInstId() uint32
- func (m *Ospfv3NbrStateChange) GetNbrRtrId() string
- func (m *Ospfv3NbrStateChange) GetNbrState() string
- func (m *Ospfv3NbrStateChange) GetRouterId() string
- func (m *Ospfv3NbrStateChange) GetSubReason() string
- func (*Ospfv3NbrStateChange) ProtoMessage()
- func (m *Ospfv3NbrStateChange) Reset()
- func (m *Ospfv3NbrStateChange) String() string
- func (m *Ospfv3NbrStateChange) XXX_DiscardUnknown()
- func (m *Ospfv3NbrStateChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ospfv3NbrStateChange) XXX_Merge(src proto.Message)
- func (m *Ospfv3NbrStateChange) XXX_Size() int
- func (m *Ospfv3NbrStateChange) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ospfv3NbrStateChange ¶
type Ospfv3NbrStateChange struct { IfName string `protobuf:"bytes,1,opt,name=IfName,proto3" json:"IfName,omitempty"` NbrIfIndex uint32 `protobuf:"varint,2,opt,name=NbrIfIndex,proto3" json:"NbrIfIndex,omitempty"` NbrIfInstId uint32 `protobuf:"varint,3,opt,name=NbrIfInstId,proto3" json:"NbrIfInstId,omitempty"` NbrRtrId string `protobuf:"bytes,4,opt,name=NbrRtrId,proto3" json:"NbrRtrId,omitempty"` NbrState string `protobuf:"bytes,5,opt,name=NbrState,proto3" json:"NbrState,omitempty"` RouterId string `protobuf:"bytes,7,opt,name=RouterId,proto3" json:"RouterId,omitempty"` SubReason string `protobuf:"bytes,8,opt,name=SubReason,proto3" json:"SubReason,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ospfv3NbrStateChange) Descriptor ¶
func (*Ospfv3NbrStateChange) Descriptor() ([]byte, []int)
func (*Ospfv3NbrStateChange) GetIfName ¶
func (m *Ospfv3NbrStateChange) GetIfName() string
func (*Ospfv3NbrStateChange) GetNbrIfIndex ¶
func (m *Ospfv3NbrStateChange) GetNbrIfIndex() uint32
func (*Ospfv3NbrStateChange) GetNbrIfInstId ¶
func (m *Ospfv3NbrStateChange) GetNbrIfInstId() uint32
func (*Ospfv3NbrStateChange) GetNbrRtrId ¶
func (m *Ospfv3NbrStateChange) GetNbrRtrId() string
func (*Ospfv3NbrStateChange) GetNbrState ¶
func (m *Ospfv3NbrStateChange) GetNbrState() string
func (*Ospfv3NbrStateChange) GetRouterId ¶
func (m *Ospfv3NbrStateChange) GetRouterId() string
func (*Ospfv3NbrStateChange) GetSubReason ¶
func (m *Ospfv3NbrStateChange) GetSubReason() string
func (*Ospfv3NbrStateChange) ProtoMessage ¶
func (*Ospfv3NbrStateChange) ProtoMessage()
func (*Ospfv3NbrStateChange) Reset ¶
func (m *Ospfv3NbrStateChange) Reset()
func (*Ospfv3NbrStateChange) String ¶
func (m *Ospfv3NbrStateChange) String() string
func (*Ospfv3NbrStateChange) XXX_DiscardUnknown ¶
func (m *Ospfv3NbrStateChange) XXX_DiscardUnknown()
func (*Ospfv3NbrStateChange) XXX_Marshal ¶
func (m *Ospfv3NbrStateChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ospfv3NbrStateChange) XXX_Merge ¶
func (m *Ospfv3NbrStateChange) XXX_Merge(src proto.Message)
func (*Ospfv3NbrStateChange) XXX_Size ¶
func (m *Ospfv3NbrStateChange) XXX_Size() int
func (*Ospfv3NbrStateChange) XXX_Unmarshal ¶
func (m *Ospfv3NbrStateChange) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.