cisco_ios_xr_ip_rsvp_oper_rsvp_standby_counters_prefix_filtering_accesses_access

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-standby/counters/prefix-filtering/accesses/access

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RsvpMgmtCountPrefixAclInfo

type RsvpMgmtCountPrefixAclInfo 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"`
	Total                *RsvpMgmtCountPrefixMsg `protobuf:"bytes,53,opt,name=total,proto3" json:"total,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*RsvpMgmtCountPrefixAclInfo) Descriptor

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

func (*RsvpMgmtCountPrefixAclInfo) GetDropped

func (*RsvpMgmtCountPrefixAclInfo) GetForwarded

func (*RsvpMgmtCountPrefixAclInfo) GetLocallyDestined

func (m *RsvpMgmtCountPrefixAclInfo) GetLocallyDestined() *RsvpMgmtCountPrefixMsg

func (*RsvpMgmtCountPrefixAclInfo) GetTotal

func (*RsvpMgmtCountPrefixAclInfo) ProtoMessage

func (*RsvpMgmtCountPrefixAclInfo) ProtoMessage()

func (*RsvpMgmtCountPrefixAclInfo) Reset

func (m *RsvpMgmtCountPrefixAclInfo) Reset()

func (*RsvpMgmtCountPrefixAclInfo) String

func (m *RsvpMgmtCountPrefixAclInfo) String() string

func (*RsvpMgmtCountPrefixAclInfo) XXX_DiscardUnknown

func (m *RsvpMgmtCountPrefixAclInfo) XXX_DiscardUnknown()

func (*RsvpMgmtCountPrefixAclInfo) XXX_Marshal

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

func (*RsvpMgmtCountPrefixAclInfo) XXX_Merge

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

func (*RsvpMgmtCountPrefixAclInfo) XXX_Size

func (m *RsvpMgmtCountPrefixAclInfo) XXX_Size() int

func (*RsvpMgmtCountPrefixAclInfo) XXX_Unmarshal

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

type RsvpMgmtCountPrefixAclInfo_KEYS

type RsvpMgmtCountPrefixAclInfo_KEYS struct {
	AccessListName       string   `protobuf:"bytes,1,opt,name=access_list_name,json=accessListName,proto3" json:"access_list_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtCountPrefixAclInfo_KEYS) Descriptor

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

func (*RsvpMgmtCountPrefixAclInfo_KEYS) GetAccessListName

func (m *RsvpMgmtCountPrefixAclInfo_KEYS) GetAccessListName() string

func (*RsvpMgmtCountPrefixAclInfo_KEYS) ProtoMessage

func (*RsvpMgmtCountPrefixAclInfo_KEYS) ProtoMessage()

func (*RsvpMgmtCountPrefixAclInfo_KEYS) Reset

func (*RsvpMgmtCountPrefixAclInfo_KEYS) String

func (*RsvpMgmtCountPrefixAclInfo_KEYS) XXX_DiscardUnknown

func (m *RsvpMgmtCountPrefixAclInfo_KEYS) XXX_DiscardUnknown()

func (*RsvpMgmtCountPrefixAclInfo_KEYS) XXX_Marshal

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

func (*RsvpMgmtCountPrefixAclInfo_KEYS) XXX_Merge

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

func (*RsvpMgmtCountPrefixAclInfo_KEYS) XXX_Size

func (m *RsvpMgmtCountPrefixAclInfo_KEYS) XXX_Size() int

func (*RsvpMgmtCountPrefixAclInfo_KEYS) XXX_Unmarshal

func (m *RsvpMgmtCountPrefixAclInfo_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