cisco_ios_xr_l2_eth_infra_oper_mac_accounting_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: 0

Documentation

Overview

Cisco-IOS-XR-l2-eth-infra-oper:mac-accounting/interfaces/interface

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MacAccIntf

type MacAccIntf struct {
	State                *MacAccIntfInfo `protobuf:"bytes,50,opt,name=state,proto3" json:"state,omitempty"`
	IngressStatistic     []*MacAccStats  `protobuf:"bytes,51,rep,name=ingress_statistic,json=ingressStatistic,proto3" json:"ingress_statistic,omitempty"`
	EgressStatistic      []*MacAccStats  `protobuf:"bytes,52,rep,name=egress_statistic,json=egressStatistic,proto3" json:"egress_statistic,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*MacAccIntf) Descriptor

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

func (*MacAccIntf) GetEgressStatistic

func (m *MacAccIntf) GetEgressStatistic() []*MacAccStats

func (*MacAccIntf) GetIngressStatistic

func (m *MacAccIntf) GetIngressStatistic() []*MacAccStats

func (*MacAccIntf) GetState

func (m *MacAccIntf) GetState() *MacAccIntfInfo

func (*MacAccIntf) ProtoMessage

func (*MacAccIntf) ProtoMessage()

func (*MacAccIntf) Reset

func (m *MacAccIntf) Reset()

func (*MacAccIntf) String

func (m *MacAccIntf) String() string

func (*MacAccIntf) XXX_DiscardUnknown

func (m *MacAccIntf) XXX_DiscardUnknown()

func (*MacAccIntf) XXX_Marshal

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

func (*MacAccIntf) XXX_Merge

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

func (*MacAccIntf) XXX_Size

func (m *MacAccIntf) XXX_Size() int

func (*MacAccIntf) XXX_Unmarshal

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

type MacAccIntfInfo

type MacAccIntfInfo struct {
	IsIngressEnabled       bool     `protobuf:"varint,1,opt,name=is_ingress_enabled,json=isIngressEnabled,proto3" json:"is_ingress_enabled,omitempty"`
	IsEgressEnabled        bool     `protobuf:"varint,2,opt,name=is_egress_enabled,json=isEgressEnabled,proto3" json:"is_egress_enabled,omitempty"`
	NumberAvailableIngress uint32   `` /* 130-byte string literal not displayed */
	NumberAvailableEgress  uint32   `` /* 127-byte string literal not displayed */
	NumberAvailableOnNode  uint32   `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*MacAccIntfInfo) Descriptor

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

func (*MacAccIntfInfo) GetIsEgressEnabled

func (m *MacAccIntfInfo) GetIsEgressEnabled() bool

func (*MacAccIntfInfo) GetIsIngressEnabled

func (m *MacAccIntfInfo) GetIsIngressEnabled() bool

func (*MacAccIntfInfo) GetNumberAvailableEgress

func (m *MacAccIntfInfo) GetNumberAvailableEgress() uint32

func (*MacAccIntfInfo) GetNumberAvailableIngress

func (m *MacAccIntfInfo) GetNumberAvailableIngress() uint32

func (*MacAccIntfInfo) GetNumberAvailableOnNode

func (m *MacAccIntfInfo) GetNumberAvailableOnNode() uint32

func (*MacAccIntfInfo) ProtoMessage

func (*MacAccIntfInfo) ProtoMessage()

func (*MacAccIntfInfo) Reset

func (m *MacAccIntfInfo) Reset()

func (*MacAccIntfInfo) String

func (m *MacAccIntfInfo) String() string

func (*MacAccIntfInfo) XXX_DiscardUnknown

func (m *MacAccIntfInfo) XXX_DiscardUnknown()

func (*MacAccIntfInfo) XXX_Marshal

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

func (*MacAccIntfInfo) XXX_Merge

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

func (*MacAccIntfInfo) XXX_Size

func (m *MacAccIntfInfo) XXX_Size() int

func (*MacAccIntfInfo) XXX_Unmarshal

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

type MacAccIntf_KEYS

type MacAccIntf_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 (*MacAccIntf_KEYS) Descriptor

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

func (*MacAccIntf_KEYS) GetInterfaceName

func (m *MacAccIntf_KEYS) GetInterfaceName() string

func (*MacAccIntf_KEYS) ProtoMessage

func (*MacAccIntf_KEYS) ProtoMessage()

func (*MacAccIntf_KEYS) Reset

func (m *MacAccIntf_KEYS) Reset()

func (*MacAccIntf_KEYS) String

func (m *MacAccIntf_KEYS) String() string

func (*MacAccIntf_KEYS) XXX_DiscardUnknown

func (m *MacAccIntf_KEYS) XXX_DiscardUnknown()

func (*MacAccIntf_KEYS) XXX_Marshal

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

func (*MacAccIntf_KEYS) XXX_Merge

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

func (*MacAccIntf_KEYS) XXX_Size

func (m *MacAccIntf_KEYS) XXX_Size() int

func (*MacAccIntf_KEYS) XXX_Unmarshal

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

type MacAccStats

type MacAccStats struct {
	MacAddress           string   `protobuf:"bytes,1,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	Packets              uint64   `protobuf:"varint,2,opt,name=packets,proto3" json:"packets,omitempty"`
	Bytes                uint64   `protobuf:"varint,3,opt,name=bytes,proto3" json:"bytes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MacAccStats) Descriptor

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

func (*MacAccStats) GetBytes

func (m *MacAccStats) GetBytes() uint64

func (*MacAccStats) GetMacAddress

func (m *MacAccStats) GetMacAddress() string

func (*MacAccStats) GetPackets

func (m *MacAccStats) GetPackets() uint64

func (*MacAccStats) ProtoMessage

func (*MacAccStats) ProtoMessage()

func (*MacAccStats) Reset

func (m *MacAccStats) Reset()

func (*MacAccStats) String

func (m *MacAccStats) String() string

func (*MacAccStats) XXX_DiscardUnknown

func (m *MacAccStats) XXX_DiscardUnknown()

func (*MacAccStats) XXX_Marshal

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

func (*MacAccStats) XXX_Merge

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

func (*MacAccStats) XXX_Size

func (m *MacAccStats) XXX_Size() int

func (*MacAccStats) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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