cisco_ios_xr_bundlemgr_oper_bundle_information_bfd_counters_bfd_counters_bundles_bfd_counters_bundle_bfd_counters_bundle_descendant

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: 1

Documentation

Overview

Cisco-IOS-XR-bundlemgr-oper:bundle-information/bfd-counters/bfd-counters-bundles/bfd-counters-bundle/bfd-counters-bundle-descendant

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BmNameBag

type BmNameBag struct {
	ItemName             string   `protobuf:"bytes,1,opt,name=item_name,json=itemName,proto3" json:"item_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BmNameBag) Descriptor

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

func (*BmNameBag) GetItemName

func (m *BmNameBag) GetItemName() string

func (*BmNameBag) ProtoMessage

func (*BmNameBag) ProtoMessage()

func (*BmNameBag) Reset

func (m *BmNameBag) Reset()

func (*BmNameBag) String

func (m *BmNameBag) String() string

func (*BmNameBag) XXX_DiscardUnknown

func (m *BmNameBag) XXX_DiscardUnknown()

func (*BmNameBag) XXX_Marshal

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

func (*BmNameBag) XXX_Merge

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

func (*BmNameBag) XXX_Size

func (m *BmNameBag) XXX_Size() int

func (*BmNameBag) XXX_Unmarshal

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

type BmdBfdCounterBag

type BmdBfdCounterBag struct {
	MemberName                   string   `protobuf:"bytes,1,opt,name=member_name,json=memberName,proto3" json:"member_name,omitempty"`
	LastTimeCleared              uint64   `protobuf:"varint,2,opt,name=last_time_cleared,json=lastTimeCleared,proto3" json:"last_time_cleared,omitempty"`
	Starting                     uint32   `protobuf:"varint,3,opt,name=starting,proto3" json:"starting,omitempty"`
	Up                           uint32   `protobuf:"varint,4,opt,name=up,proto3" json:"up,omitempty"`
	Down                         uint32   `protobuf:"varint,5,opt,name=down,proto3" json:"down,omitempty"`
	NeighborUnconfigured         uint32   `protobuf:"varint,6,opt,name=neighbor_unconfigured,json=neighborUnconfigured,proto3" json:"neighbor_unconfigured,omitempty"`
	StartTimeouts                uint32   `protobuf:"varint,7,opt,name=start_timeouts,json=startTimeouts,proto3" json:"start_timeouts,omitempty"`
	NeighborUnconfiguredTimeouts uint32   `` /* 148-byte string literal not displayed */
	TimeSinceCleared             uint64   `protobuf:"varint,9,opt,name=time_since_cleared,json=timeSinceCleared,proto3" json:"time_since_cleared,omitempty"`
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*BmdBfdCounterBag) Descriptor

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

func (*BmdBfdCounterBag) GetDown

func (m *BmdBfdCounterBag) GetDown() uint32

func (*BmdBfdCounterBag) GetLastTimeCleared

func (m *BmdBfdCounterBag) GetLastTimeCleared() uint64

func (*BmdBfdCounterBag) GetMemberName

func (m *BmdBfdCounterBag) GetMemberName() string

func (*BmdBfdCounterBag) GetNeighborUnconfigured

func (m *BmdBfdCounterBag) GetNeighborUnconfigured() uint32

func (*BmdBfdCounterBag) GetNeighborUnconfiguredTimeouts

func (m *BmdBfdCounterBag) GetNeighborUnconfiguredTimeouts() uint32

func (*BmdBfdCounterBag) GetStartTimeouts

func (m *BmdBfdCounterBag) GetStartTimeouts() uint32

func (*BmdBfdCounterBag) GetStarting

func (m *BmdBfdCounterBag) GetStarting() uint32

func (*BmdBfdCounterBag) GetTimeSinceCleared

func (m *BmdBfdCounterBag) GetTimeSinceCleared() uint64

func (*BmdBfdCounterBag) GetUp

func (m *BmdBfdCounterBag) GetUp() uint32

func (*BmdBfdCounterBag) ProtoMessage

func (*BmdBfdCounterBag) ProtoMessage()

func (*BmdBfdCounterBag) Reset

func (m *BmdBfdCounterBag) Reset()

func (*BmdBfdCounterBag) String

func (m *BmdBfdCounterBag) String() string

func (*BmdBfdCounterBag) XXX_DiscardUnknown

func (m *BmdBfdCounterBag) XXX_DiscardUnknown()

func (*BmdBfdCounterBag) XXX_Marshal

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

func (*BmdBfdCounterBag) XXX_Merge

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

func (*BmdBfdCounterBag) XXX_Size

func (m *BmdBfdCounterBag) XXX_Size() int

func (*BmdBfdCounterBag) XXX_Unmarshal

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

type BmdBfdCounterBagMultiple

type BmdBfdCounterBagMultiple struct {
	BundleName           *BmNameBag          `protobuf:"bytes,50,opt,name=bundle_name,json=bundleName,proto3" json:"bundle_name,omitempty"`
	BfdCounter           []*BmdBfdCounterBag `protobuf:"bytes,51,rep,name=bfd_counter,json=bfdCounter,proto3" json:"bfd_counter,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*BmdBfdCounterBagMultiple) Descriptor

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

func (*BmdBfdCounterBagMultiple) GetBfdCounter

func (m *BmdBfdCounterBagMultiple) GetBfdCounter() []*BmdBfdCounterBag

func (*BmdBfdCounterBagMultiple) GetBundleName

func (m *BmdBfdCounterBagMultiple) GetBundleName() *BmNameBag

func (*BmdBfdCounterBagMultiple) ProtoMessage

func (*BmdBfdCounterBagMultiple) ProtoMessage()

func (*BmdBfdCounterBagMultiple) Reset

func (m *BmdBfdCounterBagMultiple) Reset()

func (*BmdBfdCounterBagMultiple) String

func (m *BmdBfdCounterBagMultiple) String() string

func (*BmdBfdCounterBagMultiple) XXX_DiscardUnknown

func (m *BmdBfdCounterBagMultiple) XXX_DiscardUnknown()

func (*BmdBfdCounterBagMultiple) XXX_Marshal

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

func (*BmdBfdCounterBagMultiple) XXX_Merge

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

func (*BmdBfdCounterBagMultiple) XXX_Size

func (m *BmdBfdCounterBagMultiple) XXX_Size() int

func (*BmdBfdCounterBagMultiple) XXX_Unmarshal

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

type BmdBfdCounterBagMultiple_KEYS

type BmdBfdCounterBagMultiple_KEYS struct {
	BundleInterface      string   `protobuf:"bytes,1,opt,name=bundle_interface,json=bundleInterface,proto3" json:"bundle_interface,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BmdBfdCounterBagMultiple_KEYS) Descriptor

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

func (*BmdBfdCounterBagMultiple_KEYS) GetBundleInterface

func (m *BmdBfdCounterBagMultiple_KEYS) GetBundleInterface() string

func (*BmdBfdCounterBagMultiple_KEYS) ProtoMessage

func (*BmdBfdCounterBagMultiple_KEYS) ProtoMessage()

func (*BmdBfdCounterBagMultiple_KEYS) Reset

func (m *BmdBfdCounterBagMultiple_KEYS) Reset()

func (*BmdBfdCounterBagMultiple_KEYS) String

func (*BmdBfdCounterBagMultiple_KEYS) XXX_DiscardUnknown

func (m *BmdBfdCounterBagMultiple_KEYS) XXX_DiscardUnknown()

func (*BmdBfdCounterBagMultiple_KEYS) XXX_Marshal

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

func (*BmdBfdCounterBagMultiple_KEYS) XXX_Merge

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

func (*BmdBfdCounterBagMultiple_KEYS) XXX_Size

func (m *BmdBfdCounterBagMultiple_KEYS) XXX_Size() int

func (*BmdBfdCounterBagMultiple_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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