cisco_ios_xr_ip_rip_oper_rip_protocol_default_vrf_routes_route

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-ip-rip-oper:rip/protocol/default-vrf/routes/route

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RipPathBd

type RipPathBd struct {
	SourceAddress        string   `protobuf:"bytes,1,opt,name=source_address,json=sourceAddress,proto3" json:"source_address,omitempty"`
	NextHopAddress       string   `protobuf:"bytes,2,opt,name=next_hop_address,json=nextHopAddress,proto3" json:"next_hop_address,omitempty"`
	Metric               uint32   `protobuf:"varint,3,opt,name=metric,proto3" json:"metric,omitempty"`
	Tag                  uint32   `protobuf:"varint,4,opt,name=tag,proto3" json:"tag,omitempty"`
	Interface            string   `protobuf:"bytes,5,opt,name=interface,proto3" json:"interface,omitempty"`
	Uptime               uint32   `protobuf:"varint,6,opt,name=uptime,proto3" json:"uptime,omitempty"`
	IsPermanent          bool     `protobuf:"varint,7,opt,name=is_permanent,json=isPermanent,proto3" json:"is_permanent,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RipPathBd) Descriptor

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

func (*RipPathBd) GetInterface

func (m *RipPathBd) GetInterface() string

func (*RipPathBd) GetIsPermanent

func (m *RipPathBd) GetIsPermanent() bool

func (*RipPathBd) GetMetric

func (m *RipPathBd) GetMetric() uint32

func (*RipPathBd) GetNextHopAddress

func (m *RipPathBd) GetNextHopAddress() string

func (*RipPathBd) GetSourceAddress

func (m *RipPathBd) GetSourceAddress() string

func (*RipPathBd) GetTag

func (m *RipPathBd) GetTag() uint32

func (*RipPathBd) GetUptime

func (m *RipPathBd) GetUptime() uint32

func (*RipPathBd) ProtoMessage

func (*RipPathBd) ProtoMessage()

func (*RipPathBd) Reset

func (m *RipPathBd) Reset()

func (*RipPathBd) String

func (m *RipPathBd) String() string

func (*RipPathBd) XXX_DiscardUnknown

func (m *RipPathBd) XXX_DiscardUnknown()

func (*RipPathBd) XXX_Marshal

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

func (*RipPathBd) XXX_Merge

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

func (*RipPathBd) XXX_Size

func (m *RipPathBd) XXX_Size() int

func (*RipPathBd) XXX_Unmarshal

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

type RipShowRouteBd

type RipShowRouteBd struct {
	DestinationAddress   string       `protobuf:"bytes,50,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"`
	PrefixLengthXr       uint32       `protobuf:"varint,51,opt,name=prefix_length_xr,json=prefixLengthXr,proto3" json:"prefix_length_xr,omitempty"`
	Distance             uint32       `protobuf:"varint,52,opt,name=distance,proto3" json:"distance,omitempty"`
	BgpCount             uint32       `protobuf:"varint,53,opt,name=bgp_count,json=bgpCount,proto3" json:"bgp_count,omitempty"`
	RouteType            uint32       `protobuf:"varint,54,opt,name=route_type,json=routeType,proto3" json:"route_type,omitempty"`
	RouteSummary         bool         `protobuf:"varint,55,opt,name=route_summary,json=routeSummary,proto3" json:"route_summary,omitempty"`
	RouteTag             uint32       `protobuf:"varint,56,opt,name=route_tag,json=routeTag,proto3" json:"route_tag,omitempty"`
	Version              uint32       `protobuf:"varint,57,opt,name=version,proto3" json:"version,omitempty"`
	Attributes           uint32       `protobuf:"varint,58,opt,name=attributes,proto3" json:"attributes,omitempty"`
	Active               bool         `protobuf:"varint,59,opt,name=active,proto3" json:"active,omitempty"`
	Paths                []*RipPathBd `protobuf:"bytes,60,rep,name=paths,proto3" json:"paths,omitempty"`
	PathOrigin           string       `protobuf:"bytes,61,opt,name=path_origin,json=pathOrigin,proto3" json:"path_origin,omitempty"`
	HoldDown             bool         `protobuf:"varint,62,opt,name=hold_down,json=holdDown,proto3" json:"hold_down,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*RipShowRouteBd) Descriptor

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

func (*RipShowRouteBd) GetActive

func (m *RipShowRouteBd) GetActive() bool

func (*RipShowRouteBd) GetAttributes

func (m *RipShowRouteBd) GetAttributes() uint32

func (*RipShowRouteBd) GetBgpCount

func (m *RipShowRouteBd) GetBgpCount() uint32

func (*RipShowRouteBd) GetDestinationAddress

func (m *RipShowRouteBd) GetDestinationAddress() string

func (*RipShowRouteBd) GetDistance

func (m *RipShowRouteBd) GetDistance() uint32

func (*RipShowRouteBd) GetHoldDown

func (m *RipShowRouteBd) GetHoldDown() bool

func (*RipShowRouteBd) GetPathOrigin

func (m *RipShowRouteBd) GetPathOrigin() string

func (*RipShowRouteBd) GetPaths

func (m *RipShowRouteBd) GetPaths() []*RipPathBd

func (*RipShowRouteBd) GetPrefixLengthXr

func (m *RipShowRouteBd) GetPrefixLengthXr() uint32

func (*RipShowRouteBd) GetRouteSummary

func (m *RipShowRouteBd) GetRouteSummary() bool

func (*RipShowRouteBd) GetRouteTag

func (m *RipShowRouteBd) GetRouteTag() uint32

func (*RipShowRouteBd) GetRouteType

func (m *RipShowRouteBd) GetRouteType() uint32

func (*RipShowRouteBd) GetVersion

func (m *RipShowRouteBd) GetVersion() uint32

func (*RipShowRouteBd) ProtoMessage

func (*RipShowRouteBd) ProtoMessage()

func (*RipShowRouteBd) Reset

func (m *RipShowRouteBd) Reset()

func (*RipShowRouteBd) String

func (m *RipShowRouteBd) String() string

func (*RipShowRouteBd) XXX_DiscardUnknown

func (m *RipShowRouteBd) XXX_DiscardUnknown()

func (*RipShowRouteBd) XXX_Marshal

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

func (*RipShowRouteBd) XXX_Merge

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

func (*RipShowRouteBd) XXX_Size

func (m *RipShowRouteBd) XXX_Size() int

func (*RipShowRouteBd) XXX_Unmarshal

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

type RipShowRouteBd_KEYS

type RipShowRouteBd_KEYS struct {
	Prefix               string   `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	PrefixLength         uint32   `protobuf:"varint,2,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RipShowRouteBd_KEYS) Descriptor

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

func (*RipShowRouteBd_KEYS) GetPrefix

func (m *RipShowRouteBd_KEYS) GetPrefix() string

func (*RipShowRouteBd_KEYS) GetPrefixLength

func (m *RipShowRouteBd_KEYS) GetPrefixLength() uint32

func (*RipShowRouteBd_KEYS) ProtoMessage

func (*RipShowRouteBd_KEYS) ProtoMessage()

func (*RipShowRouteBd_KEYS) Reset

func (m *RipShowRouteBd_KEYS) Reset()

func (*RipShowRouteBd_KEYS) String

func (m *RipShowRouteBd_KEYS) String() string

func (*RipShowRouteBd_KEYS) XXX_DiscardUnknown

func (m *RipShowRouteBd_KEYS) XXX_DiscardUnknown()

func (*RipShowRouteBd_KEYS) XXX_Marshal

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

func (*RipShowRouteBd_KEYS) XXX_Merge

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

func (*RipShowRouteBd_KEYS) XXX_Size

func (m *RipShowRouteBd_KEYS) XXX_Size() int

func (*RipShowRouteBd_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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