mpls_oam_oper

package
v0.0.0-...-50def94 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

This module contains a collection of YANG definitions for Cisco IOS-XR mpls-oam package operational data.

This module contains definitions for the following management objects:

mpls-oam: MPLS OAM operational data

Copyright (c) 2013-2018 by Cisco Systems, Inc. All rights reserved.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LspvBagInterfaceState

type LspvBagInterfaceState string

LspvBagInterfaceState represents LSPV interface state

const (
	// Not ready
	LspvBagInterfaceState_not_ready LspvBagInterfaceState = "not-ready"

	// Admin down
	LspvBagInterfaceState_admin_down LspvBagInterfaceState = "admin-down"

	// Down
	LspvBagInterfaceState_down LspvBagInterfaceState = "down"

	// UP
	LspvBagInterfaceState_up LspvBagInterfaceState = "up"

	// Shutdown
	LspvBagInterfaceState_shutdown LspvBagInterfaceState = "shutdown"

	// Error disable
	LspvBagInterfaceState_error_disable LspvBagInterfaceState = "error-disable"

	// Immediate down
	LspvBagInterfaceState_down_immediate LspvBagInterfaceState = "down-immediate"

	// Immediate admin
	LspvBagInterfaceState_admin_immediate LspvBagInterfaceState = "admin-immediate"

	// Graceful down
	LspvBagInterfaceState_graceful_down LspvBagInterfaceState = "graceful-down"

	// Begin shutdown
	LspvBagInterfaceState_begin_shutdown LspvBagInterfaceState = "begin-shutdown"

	// End shutdown
	LspvBagInterfaceState_end_shutdown LspvBagInterfaceState = "end-shutdown"

	// Begin error disable
	LspvBagInterfaceState_begin_error_disable LspvBagInterfaceState = "begin-error-disable"

	// End error disable
	LspvBagInterfaceState_end_error_disable LspvBagInterfaceState = "end-error-disable"

	// Begin graceful down
	LspvBagInterfaceState_begin_graceful_down LspvBagInterfaceState = "begin-graceful-down"

	// Reset
	LspvBagInterfaceState_reset LspvBagInterfaceState = "reset"

	// Operational
	LspvBagInterfaceState_operational LspvBagInterfaceState = "operational"

	// Not operational
	LspvBagInterfaceState_not_operational LspvBagInterfaceState = "not-operational"

	// Unknown
	LspvBagInterfaceState_not_known LspvBagInterfaceState = "not-known"
)

type MplsOam

type MplsOam struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// MPLS OAM interface operational data.
	Interface MplsOam_Interface

	// LSPV packet counters operational data.
	Packet MplsOam_Packet

	// LSPV global counters operational data.
	Global MplsOam_Global
}

MplsOam MPLS OAM operational data

func (*MplsOam) GetEntityData

func (mplsOam *MplsOam) GetEntityData() *types.CommonEntityData

type MplsOam_Global

type MplsOam_Global struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Number of clients. The type is interface{} with range: 0..4294967295.
	TotalClients interface{}

	// Message statistics.
	MessageStatistics MplsOam_Global_MessageStatistics

	// Collaborator statistics.
	CollaboratorStatistics MplsOam_Global_CollaboratorStatistics
}

MplsOam_Global LSPV global counters operational data

func (*MplsOam_Global) GetEntityData

func (global *MplsOam_Global) GetEntityData() *types.CommonEntityData

type MplsOam_Global_CollaboratorStatistics

type MplsOam_Global_CollaboratorStatistics struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Collaborator IPARM counts.
	CollaboratorIParm MplsOam_Global_CollaboratorStatistics_CollaboratorIParm

	// Collaborator IM counts.
	CollaboratorIm MplsOam_Global_CollaboratorStatistics_CollaboratorIm

	// Collaborator NetIO counts.
	CollaboratorNetIo MplsOam_Global_CollaboratorStatistics_CollaboratorNetIo

	// Collaborator RIB counts.
	CollaboratorRib MplsOam_Global_CollaboratorStatistics_CollaboratorRib
}

MplsOam_Global_CollaboratorStatistics Collaborator statistics

func (*MplsOam_Global_CollaboratorStatistics) GetEntityData

func (collaboratorStatistics *MplsOam_Global_CollaboratorStatistics) GetEntityData() *types.CommonEntityData

type MplsOam_Global_CollaboratorStatistics_CollaboratorIParm

type MplsOam_Global_CollaboratorStatistics_CollaboratorIParm struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Collaborator up counter. The type is interface{} with range: 0..4294967295.
	Ups interface{}

	// Collaborator down counter. The type is interface{} with range:
	// 0..4294967295.
	Downs interface{}
}

MplsOam_Global_CollaboratorStatistics_CollaboratorIParm Collaborator IPARM counts

func (*MplsOam_Global_CollaboratorStatistics_CollaboratorIParm) GetEntityData

type MplsOam_Global_CollaboratorStatistics_CollaboratorIm

type MplsOam_Global_CollaboratorStatistics_CollaboratorIm struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Collaborator up counter. The type is interface{} with range: 0..4294967295.
	Ups interface{}

	// Collaborator down counter. The type is interface{} with range:
	// 0..4294967295.
	Downs interface{}
}

MplsOam_Global_CollaboratorStatistics_CollaboratorIm Collaborator IM counts

func (*MplsOam_Global_CollaboratorStatistics_CollaboratorIm) GetEntityData

type MplsOam_Global_CollaboratorStatistics_CollaboratorNetIo

type MplsOam_Global_CollaboratorStatistics_CollaboratorNetIo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Collaborator up counter. The type is interface{} with range: 0..4294967295.
	Ups interface{}

	// Collaborator down counter. The type is interface{} with range:
	// 0..4294967295.
	Downs interface{}
}

MplsOam_Global_CollaboratorStatistics_CollaboratorNetIo Collaborator NetIO counts

func (*MplsOam_Global_CollaboratorStatistics_CollaboratorNetIo) GetEntityData

type MplsOam_Global_CollaboratorStatistics_CollaboratorRib

type MplsOam_Global_CollaboratorStatistics_CollaboratorRib struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Collaborator up counter. The type is interface{} with range: 0..4294967295.
	Ups interface{}

	// Collaborator down counter. The type is interface{} with range:
	// 0..4294967295.
	Downs interface{}
}

MplsOam_Global_CollaboratorStatistics_CollaboratorRib Collaborator RIB counts

func (*MplsOam_Global_CollaboratorStatistics_CollaboratorRib) GetEntityData

type MplsOam_Global_MessageStatistics

type MplsOam_Global_MessageStatistics struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Message register count. The type is interface{} with range: 0..4294967295.
	RegisterMessages interface{}

	// Message unregister count. The type is interface{} with range:
	// 0..4294967295.
	UnregisterMessages interface{}

	// Message echo submit count. The type is interface{} with range:
	// 0..4294967295.
	EchoSubmitMessages interface{}

	// Message echo cancel count. The type is interface{} with range:
	// 0..4294967295.
	EchoCancelMessages interface{}

	// Message get results count. The type is interface{} with range:
	// 0..4294967295.
	GetResultMessages interface{}

	// Message get configiuration count. The type is interface{} with range:
	// 0..4294967295.
	GetConfigMessages interface{}

	// Message get response count. The type is interface{} with range:
	// 0..4294967295.
	GetResponseMessages interface{}

	// Message property response count. The type is interface{} with range:
	// 0..4294967295.
	PropertyResponseMessages interface{}

	// Message property request count. The type is interface{} with range:
	// 0..4294967295.
	PropertyRequestMessages interface{}

	// Message property block count. The type is interface{} with range:
	// 0..4294967295.
	PropertyBlockMessages interface{}

	// Message thread request count. The type is interface{} with range:
	// 0..4294967295.
	ThreadRequestMessages interface{}
}

MplsOam_Global_MessageStatistics Message statistics

func (*MplsOam_Global_MessageStatistics) GetEntityData

func (messageStatistics *MplsOam_Global_MessageStatistics) GetEntityData() *types.CommonEntityData

type MplsOam_Interface

type MplsOam_Interface struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// MPLS OAM interface detail data.
	Briefs MplsOam_Interface_Briefs

	// MPLS OAM interface detail data.
	Details MplsOam_Interface_Details
}

MplsOam_Interface MPLS OAM interface operational data

func (*MplsOam_Interface) GetEntityData

func (self *MplsOam_Interface) GetEntityData() *types.CommonEntityData

type MplsOam_Interface_Briefs

type MplsOam_Interface_Briefs struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// MPLS OAM interface operational data. The type is slice of
	// MplsOam_Interface_Briefs_Brief.
	Brief []*MplsOam_Interface_Briefs_Brief
}

MplsOam_Interface_Briefs MPLS OAM interface detail data

func (*MplsOam_Interface_Briefs) GetEntityData

func (briefs *MplsOam_Interface_Briefs) GetEntityData() *types.CommonEntityData

type MplsOam_Interface_Briefs_Brief

type MplsOam_Interface_Briefs_Brief struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Interface name. The type is string with pattern:
	// [a-zA-Z0-9._/-]+.
	InterfaceName interface{}

	// Interface name. The type is string with pattern: [a-zA-Z0-9._/-]+.
	InterfaceNameXr interface{}

	// Interface state. The type is LspvBagInterfaceState.
	State interface{}

	// Interface MTU. The type is interface{} with range: 0..4294967295.
	Mtu interface{}

	// Prefix length (IPv4). The type is interface{} with range: 0..4294967295.
	PrefixLength interface{}

	// Prefix length (IPv6). The type is interface{} with range: 0..4294967295.
	PrefixLengthV6 interface{}

	// Primary interface address (IPv4). The type is string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?.
	PrimaryAddress interface{}

	// Primary interface address (IPv6). The type is string with pattern:
	// ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?.
	PrimaryAddressV6 interface{}
}

MplsOam_Interface_Briefs_Brief MPLS OAM interface operational data

func (*MplsOam_Interface_Briefs_Brief) GetEntityData

func (brief *MplsOam_Interface_Briefs_Brief) GetEntityData() *types.CommonEntityData

type MplsOam_Interface_Details

type MplsOam_Interface_Details struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// MPLS OAM interface operational data. The type is slice of
	// MplsOam_Interface_Details_Detail.
	Detail []*MplsOam_Interface_Details_Detail
}

MplsOam_Interface_Details MPLS OAM interface detail data

func (*MplsOam_Interface_Details) GetEntityData

func (details *MplsOam_Interface_Details) GetEntityData() *types.CommonEntityData

type MplsOam_Interface_Details_Detail

type MplsOam_Interface_Details_Detail struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Interface name. The type is string with pattern:
	// [a-zA-Z0-9._/-]+.
	InterfaceName interface{}

	// Interface brief.
	InterfaceBrief MplsOam_Interface_Details_Detail_InterfaceBrief

	// Packet statistics.
	PacketStatistics MplsOam_Interface_Details_Detail_PacketStatistics
}

MplsOam_Interface_Details_Detail MPLS OAM interface operational data

func (*MplsOam_Interface_Details_Detail) GetEntityData

func (detail *MplsOam_Interface_Details_Detail) GetEntityData() *types.CommonEntityData

type MplsOam_Interface_Details_Detail_InterfaceBrief

type MplsOam_Interface_Details_Detail_InterfaceBrief struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Interface name. The type is string with pattern: [a-zA-Z0-9._/-]+.
	InterfaceNameXr interface{}

	// Interface state. The type is LspvBagInterfaceState.
	State interface{}

	// Interface MTU. The type is interface{} with range: 0..4294967295.
	Mtu interface{}

	// Prefix length (IPv4). The type is interface{} with range: 0..4294967295.
	PrefixLength interface{}

	// Prefix length (IPv6). The type is interface{} with range: 0..4294967295.
	PrefixLengthV6 interface{}

	// Primary interface address (IPv4). The type is string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?.
	PrimaryAddress interface{}

	// Primary interface address (IPv6). The type is string with pattern:
	// ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?.
	PrimaryAddressV6 interface{}
}

MplsOam_Interface_Details_Detail_InterfaceBrief Interface brief

func (*MplsOam_Interface_Details_Detail_InterfaceBrief) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics

type MplsOam_Interface_Details_Detail_PacketStatistics struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet reception counts.
	Received MplsOam_Interface_Details_Detail_PacketStatistics_Received

	// Packet transmit counts.
	Sent MplsOam_Interface_Details_Detail_PacketStatistics_Sent

	// Working Request Packet transmit counts.
	WorkingReqSent MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent

	// Working Reply Packet transmit counts.
	WorkingRepSent MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent

	// Protect Request Packet transmit counts.
	ProtectReqSent MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent

	// Protect Reply Packet transmit counts.
	ProtectRepSent MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent
}

MplsOam_Interface_Details_Detail_PacketStatistics Packet statistics

func (*MplsOam_Interface_Details_Detail_PacketStatistics) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Transmit good packets.
	TransmitGood MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_TransmitGood

	// Transmit drop packets.
	TransmitDrop MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_TransmitDrop

	// Transmit good BFD request packets.
	TransmitBfdGood MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_TransmitBfdGood

	// No Reply action for echo reqeust of BFD bootstrap.
	BfdNoReply MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_BfdNoReply
}

MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent Protect Reply Packet transmit counts

func (*MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_BfdNoReply

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_BfdNoReply struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_BfdNoReply No Reply action for echo reqeust of BFD bootstrap

func (*MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_BfdNoReply) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_TransmitBfdGood

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_TransmitBfdGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_TransmitBfdGood Transmit good BFD request packets

func (*MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_TransmitBfdGood) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_TransmitDrop

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_TransmitDrop struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_TransmitDrop Transmit drop packets

func (*MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_TransmitDrop) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_TransmitGood

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_TransmitGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_TransmitGood Transmit good packets

func (*MplsOam_Interface_Details_Detail_PacketStatistics_ProtectRepSent_TransmitGood) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Transmit good packets.
	TransmitGood MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_TransmitGood

	// Transmit drop packets.
	TransmitDrop MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_TransmitDrop

	// Transmit good BFD request packets.
	TransmitBfdGood MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_TransmitBfdGood

	// No Reply action for echo reqeust of BFD bootstrap.
	BfdNoReply MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_BfdNoReply
}

MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent Protect Request Packet transmit counts

func (*MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_BfdNoReply

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_BfdNoReply struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_BfdNoReply No Reply action for echo reqeust of BFD bootstrap

func (*MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_BfdNoReply) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_TransmitBfdGood

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_TransmitBfdGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_TransmitBfdGood Transmit good BFD request packets

func (*MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_TransmitBfdGood) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_TransmitDrop

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_TransmitDrop struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_TransmitDrop Transmit drop packets

func (*MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_TransmitDrop) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_TransmitGood

type MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_TransmitGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_TransmitGood Transmit good packets

func (*MplsOam_Interface_Details_Detail_PacketStatistics_ProtectReqSent_TransmitGood) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Received

type MplsOam_Interface_Details_Detail_PacketStatistics_Received struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received good request.
	ReceivedGoodRequest MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodRequest

	// Received good reply.
	ReceivedGoodReply MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodReply

	// Received unknown packets.
	ReceivedUnknown MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedUnknown

	// IP header error.
	ReceivedErrorIpHeader MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorIpHeader

	// UDP header error.
	ReceivedErrorUdpHeader MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorUdpHeader

	// RUNT error.
	ReceivedErrorRunt MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorRunt

	// Dropped queue full.
	ReceivedErrorQueueFull MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorQueueFull

	// General error.
	ReceivedErrorGeneral MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorGeneral

	// Error no Interfaces.
	ReceivedErrorNoInterface MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorNoInterface

	// Error no memory.
	ReceivedErrorNoMemory MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorNoMemory

	// Protect Protocol Received good request.
	ProtectProtocolReceivedGoodRequest MplsOam_Interface_Details_Detail_PacketStatistics_Received_ProtectProtocolReceivedGoodRequest

	// Protect Protocol Received good reply.
	ProtectProtocolReceivedGoodReply MplsOam_Interface_Details_Detail_PacketStatistics_Received_ProtectProtocolReceivedGoodReply

	// Received Reqeust with BFD TLV.
	ReceivedGoodBfdRequest MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodBfdRequest

	// Received Reply with BFD TLV.
	ReceivedGoodBfdReply MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodBfdReply
}

MplsOam_Interface_Details_Detail_PacketStatistics_Received Packet reception counts

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Received) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ProtectProtocolReceivedGoodReply

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ProtectProtocolReceivedGoodReply struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_Received_ProtectProtocolReceivedGoodReply Protect Protocol Received good reply

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Received_ProtectProtocolReceivedGoodReply) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ProtectProtocolReceivedGoodRequest

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ProtectProtocolReceivedGoodRequest struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_Received_ProtectProtocolReceivedGoodRequest Protect Protocol Received good request

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Received_ProtectProtocolReceivedGoodRequest) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorGeneral

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorGeneral struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorGeneral General error

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorGeneral) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorIpHeader

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorIpHeader struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorIpHeader IP header error

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorIpHeader) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorNoInterface

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorNoInterface struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorNoInterface Error no Interfaces

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorNoInterface) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorNoMemory

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorNoMemory struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorNoMemory Error no memory

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorNoMemory) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorQueueFull

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorQueueFull struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorQueueFull Dropped queue full

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorQueueFull) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorRunt

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorRunt struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorRunt RUNT error

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorRunt) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorUdpHeader

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorUdpHeader struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorUdpHeader UDP header error

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedErrorUdpHeader) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodBfdReply

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodBfdReply struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodBfdReply Received Reply with BFD TLV

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodBfdReply) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodBfdRequest

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodBfdRequest struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodBfdRequest Received Reqeust with BFD TLV

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodBfdRequest) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodReply

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodReply struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodReply Received good reply

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodReply) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodRequest

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodRequest struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodRequest Received good request

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedGoodRequest) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedUnknown

type MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedUnknown struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedUnknown Received unknown packets

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Received_ReceivedUnknown) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Sent

type MplsOam_Interface_Details_Detail_PacketStatistics_Sent struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Transmit good packets.
	TransmitGood MplsOam_Interface_Details_Detail_PacketStatistics_Sent_TransmitGood

	// Transmit drop packets.
	TransmitDrop MplsOam_Interface_Details_Detail_PacketStatistics_Sent_TransmitDrop

	// Transmit good BFD request packets.
	TransmitBfdGood MplsOam_Interface_Details_Detail_PacketStatistics_Sent_TransmitBfdGood

	// No Reply action for echo reqeust of BFD bootstrap.
	BfdNoReply MplsOam_Interface_Details_Detail_PacketStatistics_Sent_BfdNoReply
}

MplsOam_Interface_Details_Detail_PacketStatistics_Sent Packet transmit counts

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Sent) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Sent_BfdNoReply

type MplsOam_Interface_Details_Detail_PacketStatistics_Sent_BfdNoReply struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_Sent_BfdNoReply No Reply action for echo reqeust of BFD bootstrap

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Sent_BfdNoReply) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Sent_TransmitBfdGood

type MplsOam_Interface_Details_Detail_PacketStatistics_Sent_TransmitBfdGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_Sent_TransmitBfdGood Transmit good BFD request packets

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Sent_TransmitBfdGood) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Sent_TransmitDrop

type MplsOam_Interface_Details_Detail_PacketStatistics_Sent_TransmitDrop struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_Sent_TransmitDrop Transmit drop packets

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Sent_TransmitDrop) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_Sent_TransmitGood

type MplsOam_Interface_Details_Detail_PacketStatistics_Sent_TransmitGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_Sent_TransmitGood Transmit good packets

func (*MplsOam_Interface_Details_Detail_PacketStatistics_Sent_TransmitGood) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Transmit good packets.
	TransmitGood MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_TransmitGood

	// Transmit drop packets.
	TransmitDrop MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_TransmitDrop

	// Transmit good BFD request packets.
	TransmitBfdGood MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_TransmitBfdGood

	// No Reply action for echo reqeust of BFD bootstrap.
	BfdNoReply MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_BfdNoReply
}

MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent Working Reply Packet transmit counts

func (*MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_BfdNoReply

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_BfdNoReply struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_BfdNoReply No Reply action for echo reqeust of BFD bootstrap

func (*MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_BfdNoReply) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_TransmitBfdGood

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_TransmitBfdGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_TransmitBfdGood Transmit good BFD request packets

func (*MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_TransmitBfdGood) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_TransmitDrop

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_TransmitDrop struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_TransmitDrop Transmit drop packets

func (*MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_TransmitDrop) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_TransmitGood

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_TransmitGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_TransmitGood Transmit good packets

func (*MplsOam_Interface_Details_Detail_PacketStatistics_WorkingRepSent_TransmitGood) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Transmit good packets.
	TransmitGood MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_TransmitGood

	// Transmit drop packets.
	TransmitDrop MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_TransmitDrop

	// Transmit good BFD request packets.
	TransmitBfdGood MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_TransmitBfdGood

	// No Reply action for echo reqeust of BFD bootstrap.
	BfdNoReply MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_BfdNoReply
}

MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent Working Request Packet transmit counts

func (*MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_BfdNoReply

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_BfdNoReply struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_BfdNoReply No Reply action for echo reqeust of BFD bootstrap

func (*MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_BfdNoReply) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_TransmitBfdGood

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_TransmitBfdGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_TransmitBfdGood Transmit good BFD request packets

func (*MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_TransmitBfdGood) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_TransmitDrop

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_TransmitDrop struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_TransmitDrop Transmit drop packets

func (*MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_TransmitDrop) GetEntityData

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_TransmitGood

type MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_TransmitGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_TransmitGood Transmit good packets

func (*MplsOam_Interface_Details_Detail_PacketStatistics_WorkingReqSent_TransmitGood) GetEntityData

type MplsOam_Packet

type MplsOam_Packet struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet reception counts.
	Received MplsOam_Packet_Received

	// Packet transmit counts.
	Sent MplsOam_Packet_Sent

	// Working Request Packet transmit counts.
	WorkingReqSent MplsOam_Packet_WorkingReqSent

	// Working Reply Packet transmit counts.
	WorkingRepSent MplsOam_Packet_WorkingRepSent

	// Protect Request Packet transmit counts.
	ProtectReqSent MplsOam_Packet_ProtectReqSent

	// Protect Reply Packet transmit counts.
	ProtectRepSent MplsOam_Packet_ProtectRepSent
}

MplsOam_Packet LSPV packet counters operational data

func (*MplsOam_Packet) GetEntityData

func (packet *MplsOam_Packet) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_ProtectRepSent

type MplsOam_Packet_ProtectRepSent struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Transmit good packets.
	TransmitGood MplsOam_Packet_ProtectRepSent_TransmitGood

	// Transmit drop packets.
	TransmitDrop MplsOam_Packet_ProtectRepSent_TransmitDrop

	// Transmit good BFD request packets.
	TransmitBfdGood MplsOam_Packet_ProtectRepSent_TransmitBfdGood

	// No Reply action for echo reqeust of BFD bootstrap.
	BfdNoReply MplsOam_Packet_ProtectRepSent_BfdNoReply
}

MplsOam_Packet_ProtectRepSent Protect Reply Packet transmit counts

func (*MplsOam_Packet_ProtectRepSent) GetEntityData

func (protectRepSent *MplsOam_Packet_ProtectRepSent) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_ProtectRepSent_BfdNoReply

type MplsOam_Packet_ProtectRepSent_BfdNoReply struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_ProtectRepSent_BfdNoReply No Reply action for echo reqeust of BFD bootstrap

func (*MplsOam_Packet_ProtectRepSent_BfdNoReply) GetEntityData

type MplsOam_Packet_ProtectRepSent_TransmitBfdGood

type MplsOam_Packet_ProtectRepSent_TransmitBfdGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_ProtectRepSent_TransmitBfdGood Transmit good BFD request packets

func (*MplsOam_Packet_ProtectRepSent_TransmitBfdGood) GetEntityData

func (transmitBfdGood *MplsOam_Packet_ProtectRepSent_TransmitBfdGood) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_ProtectRepSent_TransmitDrop

type MplsOam_Packet_ProtectRepSent_TransmitDrop struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_ProtectRepSent_TransmitDrop Transmit drop packets

func (*MplsOam_Packet_ProtectRepSent_TransmitDrop) GetEntityData

func (transmitDrop *MplsOam_Packet_ProtectRepSent_TransmitDrop) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_ProtectRepSent_TransmitGood

type MplsOam_Packet_ProtectRepSent_TransmitGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_ProtectRepSent_TransmitGood Transmit good packets

func (*MplsOam_Packet_ProtectRepSent_TransmitGood) GetEntityData

func (transmitGood *MplsOam_Packet_ProtectRepSent_TransmitGood) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_ProtectReqSent

type MplsOam_Packet_ProtectReqSent struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Transmit good packets.
	TransmitGood MplsOam_Packet_ProtectReqSent_TransmitGood

	// Transmit drop packets.
	TransmitDrop MplsOam_Packet_ProtectReqSent_TransmitDrop

	// Transmit good BFD request packets.
	TransmitBfdGood MplsOam_Packet_ProtectReqSent_TransmitBfdGood

	// No Reply action for echo reqeust of BFD bootstrap.
	BfdNoReply MplsOam_Packet_ProtectReqSent_BfdNoReply
}

MplsOam_Packet_ProtectReqSent Protect Request Packet transmit counts

func (*MplsOam_Packet_ProtectReqSent) GetEntityData

func (protectReqSent *MplsOam_Packet_ProtectReqSent) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_ProtectReqSent_BfdNoReply

type MplsOam_Packet_ProtectReqSent_BfdNoReply struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_ProtectReqSent_BfdNoReply No Reply action for echo reqeust of BFD bootstrap

func (*MplsOam_Packet_ProtectReqSent_BfdNoReply) GetEntityData

type MplsOam_Packet_ProtectReqSent_TransmitBfdGood

type MplsOam_Packet_ProtectReqSent_TransmitBfdGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_ProtectReqSent_TransmitBfdGood Transmit good BFD request packets

func (*MplsOam_Packet_ProtectReqSent_TransmitBfdGood) GetEntityData

func (transmitBfdGood *MplsOam_Packet_ProtectReqSent_TransmitBfdGood) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_ProtectReqSent_TransmitDrop

type MplsOam_Packet_ProtectReqSent_TransmitDrop struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_ProtectReqSent_TransmitDrop Transmit drop packets

func (*MplsOam_Packet_ProtectReqSent_TransmitDrop) GetEntityData

func (transmitDrop *MplsOam_Packet_ProtectReqSent_TransmitDrop) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_ProtectReqSent_TransmitGood

type MplsOam_Packet_ProtectReqSent_TransmitGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_ProtectReqSent_TransmitGood Transmit good packets

func (*MplsOam_Packet_ProtectReqSent_TransmitGood) GetEntityData

func (transmitGood *MplsOam_Packet_ProtectReqSent_TransmitGood) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Received

type MplsOam_Packet_Received struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received good request.
	ReceivedGoodRequest MplsOam_Packet_Received_ReceivedGoodRequest

	// Received good reply.
	ReceivedGoodReply MplsOam_Packet_Received_ReceivedGoodReply

	// Received unknown packets.
	ReceivedUnknown MplsOam_Packet_Received_ReceivedUnknown

	// IP header error.
	ReceivedErrorIpHeader MplsOam_Packet_Received_ReceivedErrorIpHeader

	// UDP header error.
	ReceivedErrorUdpHeader MplsOam_Packet_Received_ReceivedErrorUdpHeader

	// RUNT error.
	ReceivedErrorRunt MplsOam_Packet_Received_ReceivedErrorRunt

	// Dropped queue full.
	ReceivedErrorQueueFull MplsOam_Packet_Received_ReceivedErrorQueueFull

	// General error.
	ReceivedErrorGeneral MplsOam_Packet_Received_ReceivedErrorGeneral

	// Error no Interfaces.
	ReceivedErrorNoInterface MplsOam_Packet_Received_ReceivedErrorNoInterface

	// Error no memory.
	ReceivedErrorNoMemory MplsOam_Packet_Received_ReceivedErrorNoMemory

	// Protect Protocol Received good request.
	ProtectProtocolReceivedGoodRequest MplsOam_Packet_Received_ProtectProtocolReceivedGoodRequest

	// Protect Protocol Received good reply.
	ProtectProtocolReceivedGoodReply MplsOam_Packet_Received_ProtectProtocolReceivedGoodReply

	// Received Reqeust with BFD TLV.
	ReceivedGoodBfdRequest MplsOam_Packet_Received_ReceivedGoodBfdRequest

	// Received Reply with BFD TLV.
	ReceivedGoodBfdReply MplsOam_Packet_Received_ReceivedGoodBfdReply
}

MplsOam_Packet_Received Packet reception counts

func (*MplsOam_Packet_Received) GetEntityData

func (received *MplsOam_Packet_Received) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Received_ProtectProtocolReceivedGoodReply

type MplsOam_Packet_Received_ProtectProtocolReceivedGoodReply struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_Received_ProtectProtocolReceivedGoodReply Protect Protocol Received good reply

func (*MplsOam_Packet_Received_ProtectProtocolReceivedGoodReply) GetEntityData

func (protectProtocolReceivedGoodReply *MplsOam_Packet_Received_ProtectProtocolReceivedGoodReply) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Received_ProtectProtocolReceivedGoodRequest

type MplsOam_Packet_Received_ProtectProtocolReceivedGoodRequest struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_Received_ProtectProtocolReceivedGoodRequest Protect Protocol Received good request

func (*MplsOam_Packet_Received_ProtectProtocolReceivedGoodRequest) GetEntityData

func (protectProtocolReceivedGoodRequest *MplsOam_Packet_Received_ProtectProtocolReceivedGoodRequest) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Received_ReceivedErrorGeneral

type MplsOam_Packet_Received_ReceivedErrorGeneral struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_Received_ReceivedErrorGeneral General error

func (*MplsOam_Packet_Received_ReceivedErrorGeneral) GetEntityData

func (receivedErrorGeneral *MplsOam_Packet_Received_ReceivedErrorGeneral) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Received_ReceivedErrorIpHeader

type MplsOam_Packet_Received_ReceivedErrorIpHeader struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_Received_ReceivedErrorIpHeader IP header error

func (*MplsOam_Packet_Received_ReceivedErrorIpHeader) GetEntityData

func (receivedErrorIpHeader *MplsOam_Packet_Received_ReceivedErrorIpHeader) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Received_ReceivedErrorNoInterface

type MplsOam_Packet_Received_ReceivedErrorNoInterface struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_Received_ReceivedErrorNoInterface Error no Interfaces

func (*MplsOam_Packet_Received_ReceivedErrorNoInterface) GetEntityData

func (receivedErrorNoInterface *MplsOam_Packet_Received_ReceivedErrorNoInterface) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Received_ReceivedErrorNoMemory

type MplsOam_Packet_Received_ReceivedErrorNoMemory struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_Received_ReceivedErrorNoMemory Error no memory

func (*MplsOam_Packet_Received_ReceivedErrorNoMemory) GetEntityData

func (receivedErrorNoMemory *MplsOam_Packet_Received_ReceivedErrorNoMemory) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Received_ReceivedErrorQueueFull

type MplsOam_Packet_Received_ReceivedErrorQueueFull struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_Received_ReceivedErrorQueueFull Dropped queue full

func (*MplsOam_Packet_Received_ReceivedErrorQueueFull) GetEntityData

func (receivedErrorQueueFull *MplsOam_Packet_Received_ReceivedErrorQueueFull) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Received_ReceivedErrorRunt

type MplsOam_Packet_Received_ReceivedErrorRunt struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_Received_ReceivedErrorRunt RUNT error

func (*MplsOam_Packet_Received_ReceivedErrorRunt) GetEntityData

func (receivedErrorRunt *MplsOam_Packet_Received_ReceivedErrorRunt) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Received_ReceivedErrorUdpHeader

type MplsOam_Packet_Received_ReceivedErrorUdpHeader struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_Received_ReceivedErrorUdpHeader UDP header error

func (*MplsOam_Packet_Received_ReceivedErrorUdpHeader) GetEntityData

func (receivedErrorUdpHeader *MplsOam_Packet_Received_ReceivedErrorUdpHeader) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Received_ReceivedGoodBfdReply

type MplsOam_Packet_Received_ReceivedGoodBfdReply struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_Received_ReceivedGoodBfdReply Received Reply with BFD TLV

func (*MplsOam_Packet_Received_ReceivedGoodBfdReply) GetEntityData

func (receivedGoodBfdReply *MplsOam_Packet_Received_ReceivedGoodBfdReply) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Received_ReceivedGoodBfdRequest

type MplsOam_Packet_Received_ReceivedGoodBfdRequest struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_Received_ReceivedGoodBfdRequest Received Reqeust with BFD TLV

func (*MplsOam_Packet_Received_ReceivedGoodBfdRequest) GetEntityData

func (receivedGoodBfdRequest *MplsOam_Packet_Received_ReceivedGoodBfdRequest) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Received_ReceivedGoodReply

type MplsOam_Packet_Received_ReceivedGoodReply struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_Received_ReceivedGoodReply Received good reply

func (*MplsOam_Packet_Received_ReceivedGoodReply) GetEntityData

func (receivedGoodReply *MplsOam_Packet_Received_ReceivedGoodReply) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Received_ReceivedGoodRequest

type MplsOam_Packet_Received_ReceivedGoodRequest struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_Received_ReceivedGoodRequest Received good request

func (*MplsOam_Packet_Received_ReceivedGoodRequest) GetEntityData

func (receivedGoodRequest *MplsOam_Packet_Received_ReceivedGoodRequest) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Received_ReceivedUnknown

type MplsOam_Packet_Received_ReceivedUnknown struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_Received_ReceivedUnknown Received unknown packets

func (*MplsOam_Packet_Received_ReceivedUnknown) GetEntityData

func (receivedUnknown *MplsOam_Packet_Received_ReceivedUnknown) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Sent

type MplsOam_Packet_Sent struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Transmit good packets.
	TransmitGood MplsOam_Packet_Sent_TransmitGood

	// Transmit drop packets.
	TransmitDrop MplsOam_Packet_Sent_TransmitDrop

	// Transmit good BFD request packets.
	TransmitBfdGood MplsOam_Packet_Sent_TransmitBfdGood

	// No Reply action for echo reqeust of BFD bootstrap.
	BfdNoReply MplsOam_Packet_Sent_BfdNoReply
}

MplsOam_Packet_Sent Packet transmit counts

func (*MplsOam_Packet_Sent) GetEntityData

func (sent *MplsOam_Packet_Sent) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Sent_BfdNoReply

type MplsOam_Packet_Sent_BfdNoReply struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_Sent_BfdNoReply No Reply action for echo reqeust of BFD bootstrap

func (*MplsOam_Packet_Sent_BfdNoReply) GetEntityData

func (bfdNoReply *MplsOam_Packet_Sent_BfdNoReply) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Sent_TransmitBfdGood

type MplsOam_Packet_Sent_TransmitBfdGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_Sent_TransmitBfdGood Transmit good BFD request packets

func (*MplsOam_Packet_Sent_TransmitBfdGood) GetEntityData

func (transmitBfdGood *MplsOam_Packet_Sent_TransmitBfdGood) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Sent_TransmitDrop

type MplsOam_Packet_Sent_TransmitDrop struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_Sent_TransmitDrop Transmit drop packets

func (*MplsOam_Packet_Sent_TransmitDrop) GetEntityData

func (transmitDrop *MplsOam_Packet_Sent_TransmitDrop) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_Sent_TransmitGood

type MplsOam_Packet_Sent_TransmitGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_Sent_TransmitGood Transmit good packets

func (*MplsOam_Packet_Sent_TransmitGood) GetEntityData

func (transmitGood *MplsOam_Packet_Sent_TransmitGood) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_WorkingRepSent

type MplsOam_Packet_WorkingRepSent struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Transmit good packets.
	TransmitGood MplsOam_Packet_WorkingRepSent_TransmitGood

	// Transmit drop packets.
	TransmitDrop MplsOam_Packet_WorkingRepSent_TransmitDrop

	// Transmit good BFD request packets.
	TransmitBfdGood MplsOam_Packet_WorkingRepSent_TransmitBfdGood

	// No Reply action for echo reqeust of BFD bootstrap.
	BfdNoReply MplsOam_Packet_WorkingRepSent_BfdNoReply
}

MplsOam_Packet_WorkingRepSent Working Reply Packet transmit counts

func (*MplsOam_Packet_WorkingRepSent) GetEntityData

func (workingRepSent *MplsOam_Packet_WorkingRepSent) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_WorkingRepSent_BfdNoReply

type MplsOam_Packet_WorkingRepSent_BfdNoReply struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_WorkingRepSent_BfdNoReply No Reply action for echo reqeust of BFD bootstrap

func (*MplsOam_Packet_WorkingRepSent_BfdNoReply) GetEntityData

type MplsOam_Packet_WorkingRepSent_TransmitBfdGood

type MplsOam_Packet_WorkingRepSent_TransmitBfdGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_WorkingRepSent_TransmitBfdGood Transmit good BFD request packets

func (*MplsOam_Packet_WorkingRepSent_TransmitBfdGood) GetEntityData

func (transmitBfdGood *MplsOam_Packet_WorkingRepSent_TransmitBfdGood) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_WorkingRepSent_TransmitDrop

type MplsOam_Packet_WorkingRepSent_TransmitDrop struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_WorkingRepSent_TransmitDrop Transmit drop packets

func (*MplsOam_Packet_WorkingRepSent_TransmitDrop) GetEntityData

func (transmitDrop *MplsOam_Packet_WorkingRepSent_TransmitDrop) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_WorkingRepSent_TransmitGood

type MplsOam_Packet_WorkingRepSent_TransmitGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_WorkingRepSent_TransmitGood Transmit good packets

func (*MplsOam_Packet_WorkingRepSent_TransmitGood) GetEntityData

func (transmitGood *MplsOam_Packet_WorkingRepSent_TransmitGood) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_WorkingReqSent

type MplsOam_Packet_WorkingReqSent struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Transmit good packets.
	TransmitGood MplsOam_Packet_WorkingReqSent_TransmitGood

	// Transmit drop packets.
	TransmitDrop MplsOam_Packet_WorkingReqSent_TransmitDrop

	// Transmit good BFD request packets.
	TransmitBfdGood MplsOam_Packet_WorkingReqSent_TransmitBfdGood

	// No Reply action for echo reqeust of BFD bootstrap.
	BfdNoReply MplsOam_Packet_WorkingReqSent_BfdNoReply
}

MplsOam_Packet_WorkingReqSent Working Request Packet transmit counts

func (*MplsOam_Packet_WorkingReqSent) GetEntityData

func (workingReqSent *MplsOam_Packet_WorkingReqSent) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_WorkingReqSent_BfdNoReply

type MplsOam_Packet_WorkingReqSent_BfdNoReply struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_WorkingReqSent_BfdNoReply No Reply action for echo reqeust of BFD bootstrap

func (*MplsOam_Packet_WorkingReqSent_BfdNoReply) GetEntityData

type MplsOam_Packet_WorkingReqSent_TransmitBfdGood

type MplsOam_Packet_WorkingReqSent_TransmitBfdGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_WorkingReqSent_TransmitBfdGood Transmit good BFD request packets

func (*MplsOam_Packet_WorkingReqSent_TransmitBfdGood) GetEntityData

func (transmitBfdGood *MplsOam_Packet_WorkingReqSent_TransmitBfdGood) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_WorkingReqSent_TransmitDrop

type MplsOam_Packet_WorkingReqSent_TransmitDrop struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_WorkingReqSent_TransmitDrop Transmit drop packets

func (*MplsOam_Packet_WorkingReqSent_TransmitDrop) GetEntityData

func (transmitDrop *MplsOam_Packet_WorkingReqSent_TransmitDrop) GetEntityData() *types.CommonEntityData

type MplsOam_Packet_WorkingReqSent_TransmitGood

type MplsOam_Packet_WorkingReqSent_TransmitGood struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Packet counter. The type is interface{} with range:
	// 0..18446744073709551615.
	Packets interface{}

	// Byte counter. The type is interface{} with range: 0..18446744073709551615.
	// Units are byte.
	Bytes interface{}
}

MplsOam_Packet_WorkingReqSent_TransmitGood Transmit good packets

func (*MplsOam_Packet_WorkingReqSent_TransmitGood) GetEntityData

func (transmitGood *MplsOam_Packet_WorkingReqSent_TransmitGood) GetEntityData() *types.CommonEntityData

Jump to

Keyboard shortcuts

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