dnx_driver_fabric_plane_oper

package
v0.0.0-...-fac1166 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

This module contains a collection of YANG definitions for Cisco IOS-XR dnx-driver-fabric-plane package operational data.

This module contains definitions for the following management objects:

fabric: Admin fabric oper 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 Fabric

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

	// Plane state table for Fabric .
	PlaneTable Fabric_PlaneTable
}

Fabric Admin fabric oper data

func (*Fabric) GetEntityData

func (fabric *Fabric) GetEntityData() *types.CommonEntityData

type Fabric_PlaneTable

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

	// Show Calvados Plane Statistics.
	Statistics Fabric_PlaneTable_Statistics

	// Show Calvados Plane State.
	Plane Fabric_PlaneTable_Plane
}

Fabric_PlaneTable Plane state table for Fabric

func (*Fabric_PlaneTable) GetEntityData

func (planeTable *Fabric_PlaneTable) GetEntityData() *types.CommonEntityData

type Fabric_PlaneTable_Plane

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

	// detail plane info. The type is slice of
	// Fabric_PlaneTable_Plane_DetailPlaneInfo.
	DetailPlaneInfo []*Fabric_PlaneTable_Plane_DetailPlaneInfo
}

Fabric_PlaneTable_Plane Show Calvados Plane State

func (*Fabric_PlaneTable_Plane) GetEntityData

func (plane *Fabric_PlaneTable_Plane) GetEntityData() *types.CommonEntityData

type Fabric_PlaneTable_Plane_DetailPlaneInfo

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

	// plane id. The type is interface{} with range: 0..4294967295.
	PlaneId interface{}

	// PlaneOperStatus. The type is FsdbPlaneOperState.
	PlaneOperStatus interface{}

	// PlaneAdminStatus. The type is FsdbPlaneAdminState.
	PlaneAdminStatus interface{}

	// Plane Mode Configuration. The type is FsdbPlaneMode.
	PlaneMode interface{}

	// Total number of bundles. The type is interface{} with range: 0..65535.
	Bundles interface{}

	// Total down bundles. The type is interface{} with range: 0..65535.
	DownBundles interface{}

	// Plane up down count. The type is interface{} with range: 0..4294967295.
	PlaneUpDownCount interface{}

	// Plane up multicast count. The type is interface{} with range:
	// 0..4294967295.
	UpMulticastCount interface{}

	// Plane PPU State. The type is string.
	PpuState interface{}
}

Fabric_PlaneTable_Plane_DetailPlaneInfo detail plane info

func (*Fabric_PlaneTable_Plane_DetailPlaneInfo) GetEntityData

func (detailPlaneInfo *Fabric_PlaneTable_Plane_DetailPlaneInfo) GetEntityData() *types.CommonEntityData

type Fabric_PlaneTable_Statistics

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

	// plane stats info. The type is slice of
	// Fabric_PlaneTable_Statistics_PlaneStatsInfo.
	PlaneStatsInfo []*Fabric_PlaneTable_Statistics_PlaneStatsInfo
}

Fabric_PlaneTable_Statistics Show Calvados Plane Statistics

func (*Fabric_PlaneTable_Statistics) GetEntityData

func (statistics *Fabric_PlaneTable_Statistics) GetEntityData() *types.CommonEntityData

type Fabric_PlaneTable_Statistics_PlaneStatsInfo

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

	// plane id. The type is interface{} with range: 0..4294967295.
	PlaneId interface{}

	// RxDataCells. The type is interface{} with range: 0..18446744073709551615.
	RxDataCells interface{}

	// TxDataCells. The type is interface{} with range: 0..18446744073709551615.
	TxDataCells interface{}

	// RxCorrectableErrorCells. The type is interface{} with range: 0..4294967295.
	RxCorrectableErrorCells interface{}

	// RxUnCorrectableErrorCells. The type is interface{} with range:
	// 0..4294967295.
	RxUnCorrectableErrorCells interface{}

	// RxParityErrorCells. The type is interface{} with range: 0..4294967295.
	RxParityErrorCells interface{}
}

Fabric_PlaneTable_Statistics_PlaneStatsInfo plane stats info

func (*Fabric_PlaneTable_Statistics_PlaneStatsInfo) GetEntityData

func (planeStatsInfo *Fabric_PlaneTable_Statistics_PlaneStatsInfo) GetEntityData() *types.CommonEntityData

type FsdbPlaneAdminState

type FsdbPlaneAdminState string

FsdbPlaneAdminState represents FSDB Plane admin state enum

const (
	// plane state admin up
	FsdbPlaneAdminState_plane_state_admin_up FsdbPlaneAdminState = "plane-state-admin-up"

	// plane state admin down
	FsdbPlaneAdminState_plane_state_admin_down FsdbPlaneAdminState = "plane-state-admin-down"
)

type FsdbPlaneMode

type FsdbPlaneMode string

FsdbPlaneMode represents FSDB plane mode enum

const (
	// plane mode unknown
	FsdbPlaneMode_plane_mode_unknown FsdbPlaneMode = "plane-mode-unknown"

	// plane mode sc
	FsdbPlaneMode_plane_mode_sc FsdbPlaneMode = "plane-mode-sc"

	// plane mode b2b
	FsdbPlaneMode_plane_mode_b2b FsdbPlaneMode = "plane-mode-b2b"

	// plane mode mc
	FsdbPlaneMode_plane_mode_mc FsdbPlaneMode = "plane-mode-mc"

	// plane mode folded
	FsdbPlaneMode_plane_mode_folded FsdbPlaneMode = "plane-mode-folded"
)

type FsdbPlaneOperState

type FsdbPlaneOperState string

FsdbPlaneOperState represents FSDB plane oper state enum

const (
	// plane state oper up
	FsdbPlaneOperState_plane_state_oper_up FsdbPlaneOperState = "plane-state-oper-up"

	// plane state oper down
	FsdbPlaneOperState_plane_state_oper_down FsdbPlaneOperState = "plane-state-oper-down"

	// plane state oper mcast down
	FsdbPlaneOperState_plane_state_oper_mcast_down FsdbPlaneOperState = "plane-state-oper-mcast-down"
)

Jump to

Keyboard shortcuts

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