cisco_ios_xr_ipv4_pim_oper_pim_standby_vrfs_vrf_safs_saf_rpf_hash_sources_rpf_hash_source

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:pim/standby/vrfs/vrf/safs/saf/rpf-hash-sources/rpf-hash-source

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 PimRpfHashBag

type PimRpfHashBag struct {
	NextHopMultipathEnabled   bool         `` /* 136-byte string literal not displayed */
	NextHopAddress            *PimAddrtype `protobuf:"bytes,51,opt,name=next_hop_address,json=nextHopAddress,proto3" json:"next_hop_address,omitempty"`
	NextHopInterface          string       `protobuf:"bytes,52,opt,name=next_hop_interface,json=nextHopInterface,proto3" json:"next_hop_interface,omitempty"`
	SecondaryNextHopAddress   *PimAddrtype `` /* 135-byte string literal not displayed */
	SecondaryNextHopInterface string       `` /* 141-byte string literal not displayed */
	XXX_NoUnkeyedLiteral      struct{}     `json:"-"`
	XXX_unrecognized          []byte       `json:"-"`
	XXX_sizecache             int32        `json:"-"`
}

func (*PimRpfHashBag) Descriptor

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

func (*PimRpfHashBag) GetNextHopAddress

func (m *PimRpfHashBag) GetNextHopAddress() *PimAddrtype

func (*PimRpfHashBag) GetNextHopInterface

func (m *PimRpfHashBag) GetNextHopInterface() string

func (*PimRpfHashBag) GetNextHopMultipathEnabled

func (m *PimRpfHashBag) GetNextHopMultipathEnabled() bool

func (*PimRpfHashBag) GetSecondaryNextHopAddress

func (m *PimRpfHashBag) GetSecondaryNextHopAddress() *PimAddrtype

func (*PimRpfHashBag) GetSecondaryNextHopInterface

func (m *PimRpfHashBag) GetSecondaryNextHopInterface() string

func (*PimRpfHashBag) ProtoMessage

func (*PimRpfHashBag) ProtoMessage()

func (*PimRpfHashBag) Reset

func (m *PimRpfHashBag) Reset()

func (*PimRpfHashBag) String

func (m *PimRpfHashBag) String() string

func (*PimRpfHashBag) XXX_DiscardUnknown

func (m *PimRpfHashBag) XXX_DiscardUnknown()

func (*PimRpfHashBag) XXX_Marshal

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

func (*PimRpfHashBag) XXX_Merge

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

func (*PimRpfHashBag) XXX_Size

func (m *PimRpfHashBag) XXX_Size() int

func (*PimRpfHashBag) XXX_Unmarshal

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

type PimRpfHashBag_KEYS

type PimRpfHashBag_KEYS struct {
	VrfName              string   `protobuf:"bytes,1,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	SafName              string   `protobuf:"bytes,2,opt,name=saf_name,json=safName,proto3" json:"saf_name,omitempty"`
	TopologyName         string   `protobuf:"bytes,3,opt,name=topology_name,json=topologyName,proto3" json:"topology_name,omitempty"`
	SourceAddress        string   `protobuf:"bytes,4,opt,name=source_address,json=sourceAddress,proto3" json:"source_address,omitempty"`
	Mofrr                uint32   `protobuf:"varint,5,opt,name=mofrr,proto3" json:"mofrr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PimRpfHashBag_KEYS) Descriptor

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

func (*PimRpfHashBag_KEYS) GetMofrr

func (m *PimRpfHashBag_KEYS) GetMofrr() uint32

func (*PimRpfHashBag_KEYS) GetSafName

func (m *PimRpfHashBag_KEYS) GetSafName() string

func (*PimRpfHashBag_KEYS) GetSourceAddress

func (m *PimRpfHashBag_KEYS) GetSourceAddress() string

func (*PimRpfHashBag_KEYS) GetTopologyName

func (m *PimRpfHashBag_KEYS) GetTopologyName() string

func (*PimRpfHashBag_KEYS) GetVrfName

func (m *PimRpfHashBag_KEYS) GetVrfName() string

func (*PimRpfHashBag_KEYS) ProtoMessage

func (*PimRpfHashBag_KEYS) ProtoMessage()

func (*PimRpfHashBag_KEYS) Reset

func (m *PimRpfHashBag_KEYS) Reset()

func (*PimRpfHashBag_KEYS) String

func (m *PimRpfHashBag_KEYS) String() string

func (*PimRpfHashBag_KEYS) XXX_DiscardUnknown

func (m *PimRpfHashBag_KEYS) XXX_DiscardUnknown()

func (*PimRpfHashBag_KEYS) XXX_Marshal

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

func (*PimRpfHashBag_KEYS) XXX_Merge

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

func (*PimRpfHashBag_KEYS) XXX_Size

func (m *PimRpfHashBag_KEYS) XXX_Size() int

func (*PimRpfHashBag_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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