cisco_ios_xr_ip_rsvp_oper_rsvp_counters_prefix_filtering_interfaces_interfaces_interface

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-ip-rsvp-oper:rsvp/counters/prefix-filtering/interfaces/interfaces/interface

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RsvpMgmtCountPrefixInterfaceInfo

type RsvpMgmtCountPrefixInterfaceInfo struct {
	Forwarded              *RsvpMgmtCountPrefixMsg `protobuf:"bytes,50,opt,name=forwarded,proto3" json:"forwarded,omitempty"`
	LocallyDestined        *RsvpMgmtCountPrefixMsg `protobuf:"bytes,51,opt,name=locally_destined,json=locallyDestined,proto3" json:"locally_destined,omitempty"`
	Dropped                *RsvpMgmtCountPrefixMsg `protobuf:"bytes,52,opt,name=dropped,proto3" json:"dropped,omitempty"`
	DefaultActionDropped   *RsvpMgmtCountPrefixMsg `protobuf:"bytes,53,opt,name=default_action_dropped,json=defaultActionDropped,proto3" json:"default_action_dropped,omitempty"`
	DefaultActionProcessed *RsvpMgmtCountPrefixMsg `` /* 130-byte string literal not displayed */
	Total                  *RsvpMgmtCountPrefixMsg `protobuf:"bytes,55,opt,name=total,proto3" json:"total,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}                `json:"-"`
	XXX_unrecognized       []byte                  `json:"-"`
	XXX_sizecache          int32                   `json:"-"`
}

func (*RsvpMgmtCountPrefixInterfaceInfo) Descriptor

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

func (*RsvpMgmtCountPrefixInterfaceInfo) GetDefaultActionDropped

func (m *RsvpMgmtCountPrefixInterfaceInfo) GetDefaultActionDropped() *RsvpMgmtCountPrefixMsg

func (*RsvpMgmtCountPrefixInterfaceInfo) GetDefaultActionProcessed

func (m *RsvpMgmtCountPrefixInterfaceInfo) GetDefaultActionProcessed() *RsvpMgmtCountPrefixMsg

func (*RsvpMgmtCountPrefixInterfaceInfo) GetDropped

func (*RsvpMgmtCountPrefixInterfaceInfo) GetForwarded

func (*RsvpMgmtCountPrefixInterfaceInfo) GetLocallyDestined

func (*RsvpMgmtCountPrefixInterfaceInfo) GetTotal

func (*RsvpMgmtCountPrefixInterfaceInfo) ProtoMessage

func (*RsvpMgmtCountPrefixInterfaceInfo) ProtoMessage()

func (*RsvpMgmtCountPrefixInterfaceInfo) Reset

func (*RsvpMgmtCountPrefixInterfaceInfo) String

func (*RsvpMgmtCountPrefixInterfaceInfo) XXX_DiscardUnknown

func (m *RsvpMgmtCountPrefixInterfaceInfo) XXX_DiscardUnknown()

func (*RsvpMgmtCountPrefixInterfaceInfo) XXX_Marshal

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

func (*RsvpMgmtCountPrefixInterfaceInfo) XXX_Merge

func (*RsvpMgmtCountPrefixInterfaceInfo) XXX_Size

func (m *RsvpMgmtCountPrefixInterfaceInfo) XXX_Size() int

func (*RsvpMgmtCountPrefixInterfaceInfo) XXX_Unmarshal

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

type RsvpMgmtCountPrefixInterfaceInfo_KEYS

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

func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) Descriptor

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

func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) GetInterfaceName

func (m *RsvpMgmtCountPrefixInterfaceInfo_KEYS) GetInterfaceName() string

func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) ProtoMessage

func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) ProtoMessage()

func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) Reset

func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) String

func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_DiscardUnknown

func (m *RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_DiscardUnknown()

func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_Marshal

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

func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_Merge

func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_Size

func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_Unmarshal

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

type RsvpMgmtCountPrefixMsg

type RsvpMgmtCountPrefixMsg struct {
	Path                 uint32   `protobuf:"varint,1,opt,name=path,proto3" json:"path,omitempty"`
	PathTear             uint32   `protobuf:"varint,2,opt,name=path_tear,json=pathTear,proto3" json:"path_tear,omitempty"`
	ReservationConfirm   uint32   `protobuf:"varint,3,opt,name=reservation_confirm,json=reservationConfirm,proto3" json:"reservation_confirm,omitempty"`
	Total                uint32   `protobuf:"varint,4,opt,name=total,proto3" json:"total,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtCountPrefixMsg) Descriptor

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

func (*RsvpMgmtCountPrefixMsg) GetPath

func (m *RsvpMgmtCountPrefixMsg) GetPath() uint32

func (*RsvpMgmtCountPrefixMsg) GetPathTear

func (m *RsvpMgmtCountPrefixMsg) GetPathTear() uint32

func (*RsvpMgmtCountPrefixMsg) GetReservationConfirm

func (m *RsvpMgmtCountPrefixMsg) GetReservationConfirm() uint32

func (*RsvpMgmtCountPrefixMsg) GetTotal

func (m *RsvpMgmtCountPrefixMsg) GetTotal() uint32

func (*RsvpMgmtCountPrefixMsg) ProtoMessage

func (*RsvpMgmtCountPrefixMsg) ProtoMessage()

func (*RsvpMgmtCountPrefixMsg) Reset

func (m *RsvpMgmtCountPrefixMsg) Reset()

func (*RsvpMgmtCountPrefixMsg) String

func (m *RsvpMgmtCountPrefixMsg) String() string

func (*RsvpMgmtCountPrefixMsg) XXX_DiscardUnknown

func (m *RsvpMgmtCountPrefixMsg) XXX_DiscardUnknown()

func (*RsvpMgmtCountPrefixMsg) XXX_Marshal

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

func (*RsvpMgmtCountPrefixMsg) XXX_Merge

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

func (*RsvpMgmtCountPrefixMsg) XXX_Size

func (m *RsvpMgmtCountPrefixMsg) XXX_Size() int

func (*RsvpMgmtCountPrefixMsg) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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