cisco_ios_xr_ipv4_pim_oper_ipv6_pim_standby_default_context_neighbor_old_formats_neighbor_old_format

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Cisco-IOS-XR-ipv4-pim-oper:ipv6-pim/standby/default-context/neighbor-old-formats/neighbor-old-format

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PimAddrtype

type PimAddrtype struct {
	AfName               string   `protobuf:"bytes,1,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"`
	Ipv4Address          string   `protobuf:"bytes,2,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
	Ipv6Address          string   `protobuf:"bytes,3,opt,name=ipv6_address,json=ipv6Address,proto3" json:"ipv6_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PimAddrtype) Descriptor

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

func (*PimAddrtype) GetAfName

func (m *PimAddrtype) GetAfName() string

func (*PimAddrtype) GetIpv4Address

func (m *PimAddrtype) GetIpv4Address() string

func (*PimAddrtype) GetIpv6Address

func (m *PimAddrtype) GetIpv6Address() string

func (*PimAddrtype) ProtoMessage

func (*PimAddrtype) ProtoMessage()

func (*PimAddrtype) Reset

func (m *PimAddrtype) Reset()

func (*PimAddrtype) String

func (m *PimAddrtype) String() string

func (*PimAddrtype) XXX_DiscardUnknown

func (m *PimAddrtype) XXX_DiscardUnknown()

func (*PimAddrtype) XXX_Marshal

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

func (*PimAddrtype) XXX_Merge

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

func (*PimAddrtype) XXX_Size

func (m *PimAddrtype) XXX_Size() int

func (*PimAddrtype) XXX_Unmarshal

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

type PimNbrBag

type PimNbrBag struct {
	InterfaceNameXr        string         `protobuf:"bytes,50,opt,name=interface_name_xr,json=interfaceNameXr,proto3" json:"interface_name_xr,omitempty"`
	NeighborAddressXr      []*PimAddrtype `protobuf:"bytes,51,rep,name=neighbor_address_xr,json=neighborAddressXr,proto3" json:"neighbor_address_xr,omitempty"`
	Uptime                 uint64         `protobuf:"varint,52,opt,name=uptime,proto3" json:"uptime,omitempty"`
	Expires                uint64         `protobuf:"varint,53,opt,name=expires,proto3" json:"expires,omitempty"`
	ExpiryTimer            uint64         `protobuf:"varint,54,opt,name=expiry_timer,json=expiryTimer,proto3" json:"expiry_timer,omitempty"`
	IsThisNeighborUs       bool           `protobuf:"varint,55,opt,name=is_this_neighbor_us,json=isThisNeighborUs,proto3" json:"is_this_neighbor_us,omitempty"`
	IsThisNeighborDr       bool           `protobuf:"varint,56,opt,name=is_this_neighbor_dr,json=isThisNeighborDr,proto3" json:"is_this_neighbor_dr,omitempty"`
	IsDrPriorityCapable    bool           `protobuf:"varint,57,opt,name=is_dr_priority_capable,json=isDrPriorityCapable,proto3" json:"is_dr_priority_capable,omitempty"`
	DrPriority             uint32         `protobuf:"varint,58,opt,name=dr_priority,json=drPriority,proto3" json:"dr_priority,omitempty"`
	IsBidirectionalCapable bool           `` /* 131-byte string literal not displayed */
	IsProxyCapable         bool           `protobuf:"varint,60,opt,name=is_proxy_capable,json=isProxyCapable,proto3" json:"is_proxy_capable,omitempty"`
	IsBatchAssertsCapable  bool           `` /* 130-byte string literal not displayed */
	IsEcmpRedirectCapable  bool           `` /* 130-byte string literal not displayed */
	IsBfdState             bool           `protobuf:"varint,63,opt,name=is_bfd_state,json=isBfdState,proto3" json:"is_bfd_state,omitempty"`
	PropagationDelay       uint32         `protobuf:"varint,64,opt,name=propagation_delay,json=propagationDelay,proto3" json:"propagation_delay,omitempty"`
	OverrideInterval       uint32         `protobuf:"varint,65,opt,name=override_interval,json=overrideInterval,proto3" json:"override_interval,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}       `json:"-"`
	XXX_unrecognized       []byte         `json:"-"`
	XXX_sizecache          int32          `json:"-"`
}

func (*PimNbrBag) Descriptor

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

func (*PimNbrBag) GetDrPriority

func (m *PimNbrBag) GetDrPriority() uint32

func (*PimNbrBag) GetExpires

func (m *PimNbrBag) GetExpires() uint64

func (*PimNbrBag) GetExpiryTimer

func (m *PimNbrBag) GetExpiryTimer() uint64

func (*PimNbrBag) GetInterfaceNameXr

func (m *PimNbrBag) GetInterfaceNameXr() string

func (*PimNbrBag) GetIsBatchAssertsCapable

func (m *PimNbrBag) GetIsBatchAssertsCapable() bool

func (*PimNbrBag) GetIsBfdState

func (m *PimNbrBag) GetIsBfdState() bool

func (*PimNbrBag) GetIsBidirectionalCapable

func (m *PimNbrBag) GetIsBidirectionalCapable() bool

func (*PimNbrBag) GetIsDrPriorityCapable

func (m *PimNbrBag) GetIsDrPriorityCapable() bool

func (*PimNbrBag) GetIsEcmpRedirectCapable

func (m *PimNbrBag) GetIsEcmpRedirectCapable() bool

func (*PimNbrBag) GetIsProxyCapable

func (m *PimNbrBag) GetIsProxyCapable() bool

func (*PimNbrBag) GetIsThisNeighborDr

func (m *PimNbrBag) GetIsThisNeighborDr() bool

func (*PimNbrBag) GetIsThisNeighborUs

func (m *PimNbrBag) GetIsThisNeighborUs() bool

func (*PimNbrBag) GetNeighborAddressXr

func (m *PimNbrBag) GetNeighborAddressXr() []*PimAddrtype

func (*PimNbrBag) GetOverrideInterval

func (m *PimNbrBag) GetOverrideInterval() uint32

func (*PimNbrBag) GetPropagationDelay

func (m *PimNbrBag) GetPropagationDelay() uint32

func (*PimNbrBag) GetUptime

func (m *PimNbrBag) GetUptime() uint64

func (*PimNbrBag) ProtoMessage

func (*PimNbrBag) ProtoMessage()

func (*PimNbrBag) Reset

func (m *PimNbrBag) Reset()

func (*PimNbrBag) String

func (m *PimNbrBag) String() string

func (*PimNbrBag) XXX_DiscardUnknown

func (m *PimNbrBag) XXX_DiscardUnknown()

func (*PimNbrBag) XXX_Marshal

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

func (*PimNbrBag) XXX_Merge

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

func (*PimNbrBag) XXX_Size

func (m *PimNbrBag) XXX_Size() int

func (*PimNbrBag) XXX_Unmarshal

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

type PimNbrBag_KEYS

type PimNbrBag_KEYS struct {
	InterfaceName        string   `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	NeighborAddress      string   `protobuf:"bytes,2,opt,name=neighbor_address,json=neighborAddress,proto3" json:"neighbor_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PimNbrBag_KEYS) Descriptor

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

func (*PimNbrBag_KEYS) GetInterfaceName

func (m *PimNbrBag_KEYS) GetInterfaceName() string

func (*PimNbrBag_KEYS) GetNeighborAddress

func (m *PimNbrBag_KEYS) GetNeighborAddress() string

func (*PimNbrBag_KEYS) ProtoMessage

func (*PimNbrBag_KEYS) ProtoMessage()

func (*PimNbrBag_KEYS) Reset

func (m *PimNbrBag_KEYS) Reset()

func (*PimNbrBag_KEYS) String

func (m *PimNbrBag_KEYS) String() string

func (*PimNbrBag_KEYS) XXX_DiscardUnknown

func (m *PimNbrBag_KEYS) XXX_DiscardUnknown()

func (*PimNbrBag_KEYS) XXX_Marshal

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

func (*PimNbrBag_KEYS) XXX_Merge

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

func (*PimNbrBag_KEYS) XXX_Size

func (m *PimNbrBag_KEYS) XXX_Size() int

func (*PimNbrBag_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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