huawei_ospfv2

package
v0.0.0-...-8759746 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2021 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OspfNbrStateChange

type OspfNbrStateChange struct {
	AreaId               string   `protobuf:"bytes,1,opt,name=AreaId,proto3" json:"AreaId,omitempty"`
	IfName               string   `protobuf:"bytes,2,opt,name=IfName,proto3" json:"IfName,omitempty"`
	IfnetIndex           uint32   `protobuf:"varint,3,opt,name=IfnetIndex,proto3" json:"IfnetIndex,omitempty"`
	LocalIfIpAddress     string   `protobuf:"bytes,4,opt,name=LocalIfIpAddress,proto3" json:"LocalIfIpAddress,omitempty"`
	NbrAddressLessIndex  uint32   `protobuf:"varint,5,opt,name=NbrAddressLessIndex,proto3" json:"NbrAddressLessIndex,omitempty"`
	NbrIpAddress         string   `protobuf:"bytes,6,opt,name=NbrIpAddress,proto3" json:"NbrIpAddress,omitempty"`
	NbrRtrId             string   `protobuf:"bytes,7,opt,name=NbrRtrId,proto3" json:"NbrRtrId,omitempty"`
	NbrState             string   `protobuf:"bytes,8,opt,name=NbrState,proto3" json:"NbrState,omitempty"`
	ProcessId            uint32   `protobuf:"varint,10,opt,name=ProcessId,proto3" json:"ProcessId,omitempty"`
	RouterId             string   `protobuf:"bytes,11,opt,name=RouterId,proto3" json:"RouterId,omitempty"`
	SubReason            string   `protobuf:"bytes,12,opt,name=SubReason,proto3" json:"SubReason,omitempty"`
	VpnName              string   `protobuf:"bytes,13,opt,name=VpnName,proto3" json:"VpnName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OspfNbrStateChange) Descriptor

func (*OspfNbrStateChange) Descriptor() ([]byte, []int)

func (*OspfNbrStateChange) GetAreaId

func (m *OspfNbrStateChange) GetAreaId() string

func (*OspfNbrStateChange) GetIfName

func (m *OspfNbrStateChange) GetIfName() string

func (*OspfNbrStateChange) GetIfnetIndex

func (m *OspfNbrStateChange) GetIfnetIndex() uint32

func (*OspfNbrStateChange) GetLocalIfIpAddress

func (m *OspfNbrStateChange) GetLocalIfIpAddress() string

func (*OspfNbrStateChange) GetNbrAddressLessIndex

func (m *OspfNbrStateChange) GetNbrAddressLessIndex() uint32

func (*OspfNbrStateChange) GetNbrIpAddress

func (m *OspfNbrStateChange) GetNbrIpAddress() string

func (*OspfNbrStateChange) GetNbrRtrId

func (m *OspfNbrStateChange) GetNbrRtrId() string

func (*OspfNbrStateChange) GetNbrState

func (m *OspfNbrStateChange) GetNbrState() string

func (*OspfNbrStateChange) GetProcessId

func (m *OspfNbrStateChange) GetProcessId() uint32

func (*OspfNbrStateChange) GetRouterId

func (m *OspfNbrStateChange) GetRouterId() string

func (*OspfNbrStateChange) GetSubReason

func (m *OspfNbrStateChange) GetSubReason() string

func (*OspfNbrStateChange) GetVpnName

func (m *OspfNbrStateChange) GetVpnName() string

func (*OspfNbrStateChange) ProtoMessage

func (*OspfNbrStateChange) ProtoMessage()

func (*OspfNbrStateChange) Reset

func (m *OspfNbrStateChange) Reset()

func (*OspfNbrStateChange) String

func (m *OspfNbrStateChange) String() string

func (*OspfNbrStateChange) XXX_DiscardUnknown

func (m *OspfNbrStateChange) XXX_DiscardUnknown()

func (*OspfNbrStateChange) XXX_Marshal

func (m *OspfNbrStateChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OspfNbrStateChange) XXX_Merge

func (m *OspfNbrStateChange) XXX_Merge(src proto.Message)

func (*OspfNbrStateChange) XXX_Size

func (m *OspfNbrStateChange) XXX_Size() int

func (*OspfNbrStateChange) XXX_Unmarshal

func (m *OspfNbrStateChange) XXX_Unmarshal(b []byte) error

type OspfVirtNbrStateChange

type OspfVirtNbrStateChange struct {
	InstanceName         string   `protobuf:"bytes,1,opt,name=InstanceName,proto3" json:"InstanceName,omitempty"`
	ProcessId            uint32   `protobuf:"varint,2,opt,name=ProcessId,proto3" json:"ProcessId,omitempty"`
	RouterId             string   `protobuf:"bytes,3,opt,name=RouterId,proto3" json:"RouterId,omitempty"`
	VirtNbrArea          string   `protobuf:"bytes,4,opt,name=VirtNbrArea,proto3" json:"VirtNbrArea,omitempty"`
	VirtNbrRtrId         string   `protobuf:"bytes,5,opt,name=VirtNbrRtrId,proto3" json:"VirtNbrRtrId,omitempty"`
	VirtNbrState         string   `protobuf:"bytes,6,opt,name=VirtNbrState,proto3" json:"VirtNbrState,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OspfVirtNbrStateChange) Descriptor

func (*OspfVirtNbrStateChange) Descriptor() ([]byte, []int)

func (*OspfVirtNbrStateChange) GetInstanceName

func (m *OspfVirtNbrStateChange) GetInstanceName() string

func (*OspfVirtNbrStateChange) GetProcessId

func (m *OspfVirtNbrStateChange) GetProcessId() uint32

func (*OspfVirtNbrStateChange) GetRouterId

func (m *OspfVirtNbrStateChange) GetRouterId() string

func (*OspfVirtNbrStateChange) GetVirtNbrArea

func (m *OspfVirtNbrStateChange) GetVirtNbrArea() string

func (*OspfVirtNbrStateChange) GetVirtNbrRtrId

func (m *OspfVirtNbrStateChange) GetVirtNbrRtrId() string

func (*OspfVirtNbrStateChange) GetVirtNbrState

func (m *OspfVirtNbrStateChange) GetVirtNbrState() string

func (*OspfVirtNbrStateChange) ProtoMessage

func (*OspfVirtNbrStateChange) ProtoMessage()

func (*OspfVirtNbrStateChange) Reset

func (m *OspfVirtNbrStateChange) Reset()

func (*OspfVirtNbrStateChange) String

func (m *OspfVirtNbrStateChange) String() string

func (*OspfVirtNbrStateChange) XXX_DiscardUnknown

func (m *OspfVirtNbrStateChange) XXX_DiscardUnknown()

func (*OspfVirtNbrStateChange) XXX_Marshal

func (m *OspfVirtNbrStateChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OspfVirtNbrStateChange) XXX_Merge

func (m *OspfVirtNbrStateChange) XXX_Merge(src proto.Message)

func (*OspfVirtNbrStateChange) XXX_Size

func (m *OspfVirtNbrStateChange) XXX_Size() int

func (*OspfVirtNbrStateChange) XXX_Unmarshal

func (m *OspfVirtNbrStateChange) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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