cisco_ios_xr_ip_bfd_oper_bfd_ipv4_single_hop_node_location_summaries_ipv4_single_hop_node_location_summary

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-bfd-oper:bfd/ipv4-single-hop-node-location-summaries/ipv4-single-hop-node-location-summary

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BfdLocMgmtSessionStateInformation

type BfdLocMgmtSessionStateInformation struct {
	TotalCount           uint32   `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	UpCount              uint32   `protobuf:"varint,2,opt,name=up_count,json=upCount,proto3" json:"up_count,omitempty"`
	DownCount            uint32   `protobuf:"varint,3,opt,name=down_count,json=downCount,proto3" json:"down_count,omitempty"`
	UnknownCount         uint32   `protobuf:"varint,4,opt,name=unknown_count,json=unknownCount,proto3" json:"unknown_count,omitempty"`
	RetryCount           uint32   `protobuf:"varint,5,opt,name=retry_count,json=retryCount,proto3" json:"retry_count,omitempty"`
	StandbyCount         uint32   `protobuf:"varint,6,opt,name=standby_count,json=standbyCount,proto3" json:"standby_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BfdLocMgmtSessionStateInformation) Descriptor

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

func (*BfdLocMgmtSessionStateInformation) GetDownCount

func (m *BfdLocMgmtSessionStateInformation) GetDownCount() uint32

func (*BfdLocMgmtSessionStateInformation) GetRetryCount

func (m *BfdLocMgmtSessionStateInformation) GetRetryCount() uint32

func (*BfdLocMgmtSessionStateInformation) GetStandbyCount

func (m *BfdLocMgmtSessionStateInformation) GetStandbyCount() uint32

func (*BfdLocMgmtSessionStateInformation) GetTotalCount

func (m *BfdLocMgmtSessionStateInformation) GetTotalCount() uint32

func (*BfdLocMgmtSessionStateInformation) GetUnknownCount

func (m *BfdLocMgmtSessionStateInformation) GetUnknownCount() uint32

func (*BfdLocMgmtSessionStateInformation) GetUpCount

func (m *BfdLocMgmtSessionStateInformation) GetUpCount() uint32

func (*BfdLocMgmtSessionStateInformation) ProtoMessage

func (*BfdLocMgmtSessionStateInformation) ProtoMessage()

func (*BfdLocMgmtSessionStateInformation) Reset

func (*BfdLocMgmtSessionStateInformation) String

func (*BfdLocMgmtSessionStateInformation) XXX_DiscardUnknown

func (m *BfdLocMgmtSessionStateInformation) XXX_DiscardUnknown()

func (*BfdLocMgmtSessionStateInformation) XXX_Marshal

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

func (*BfdLocMgmtSessionStateInformation) XXX_Merge

func (*BfdLocMgmtSessionStateInformation) XXX_Size

func (m *BfdLocMgmtSessionStateInformation) XXX_Size() int

func (*BfdLocMgmtSessionStateInformation) XXX_Unmarshal

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

type BfdMgmtBfdLocInformation

type BfdMgmtBfdLocInformation struct {
	SessionState         *BfdLocMgmtSessionStateInformation `protobuf:"bytes,50,opt,name=session_state,json=sessionState,proto3" json:"session_state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*BfdMgmtBfdLocInformation) Descriptor

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

func (*BfdMgmtBfdLocInformation) GetSessionState

func (*BfdMgmtBfdLocInformation) ProtoMessage

func (*BfdMgmtBfdLocInformation) ProtoMessage()

func (*BfdMgmtBfdLocInformation) Reset

func (m *BfdMgmtBfdLocInformation) Reset()

func (*BfdMgmtBfdLocInformation) String

func (m *BfdMgmtBfdLocInformation) String() string

func (*BfdMgmtBfdLocInformation) XXX_DiscardUnknown

func (m *BfdMgmtBfdLocInformation) XXX_DiscardUnknown()

func (*BfdMgmtBfdLocInformation) XXX_Marshal

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

func (*BfdMgmtBfdLocInformation) XXX_Merge

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

func (*BfdMgmtBfdLocInformation) XXX_Size

func (m *BfdMgmtBfdLocInformation) XXX_Size() int

func (*BfdMgmtBfdLocInformation) XXX_Unmarshal

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

type BfdMgmtBfdLocInformation_KEYS

type BfdMgmtBfdLocInformation_KEYS struct {
	Location             string   `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BfdMgmtBfdLocInformation_KEYS) Descriptor

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

func (*BfdMgmtBfdLocInformation_KEYS) GetLocation

func (m *BfdMgmtBfdLocInformation_KEYS) GetLocation() string

func (*BfdMgmtBfdLocInformation_KEYS) ProtoMessage

func (*BfdMgmtBfdLocInformation_KEYS) ProtoMessage()

func (*BfdMgmtBfdLocInformation_KEYS) Reset

func (m *BfdMgmtBfdLocInformation_KEYS) Reset()

func (*BfdMgmtBfdLocInformation_KEYS) String

func (*BfdMgmtBfdLocInformation_KEYS) XXX_DiscardUnknown

func (m *BfdMgmtBfdLocInformation_KEYS) XXX_DiscardUnknown()

func (*BfdMgmtBfdLocInformation_KEYS) XXX_Marshal

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

func (*BfdMgmtBfdLocInformation_KEYS) XXX_Merge

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

func (*BfdMgmtBfdLocInformation_KEYS) XXX_Size

func (m *BfdMgmtBfdLocInformation_KEYS) XXX_Size() int

func (*BfdMgmtBfdLocInformation_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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