show_fpd_loc_ng_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 show-fpd-loc-ng package operational data.

This module contains definitions for the following management objects:

show-fpd: Show hw-module fpd

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 ShowFpd

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

	// location table.
	Locations ShowFpd_Locations

	// Display fpds on all locations -show hw-module fpd.
	HwModuleFpd ShowFpd_HwModuleFpd

	// help location table.
	HelpLocations ShowFpd_HelpLocations

	// Display help-fpd -show hw-module fpd help-fpd.
	HwModuleFpdHelpFpd ShowFpd_HwModuleFpdHelpFpd

	// gets fpd package info.
	Package ShowFpd_Package

	// fpd upgradable locations.
	LocationHelp ShowFpd_LocationHelp
}

ShowFpd Show hw-module fpd

func (*ShowFpd) GetEntityData

func (showFpd *ShowFpd) GetEntityData() *types.CommonEntityData

type ShowFpd_HelpLocations

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

	// location. The type is slice of ShowFpd_HelpLocations_HelpLocation.
	HelpLocation []*ShowFpd_HelpLocations_HelpLocation
}

ShowFpd_HelpLocations help location table

func (*ShowFpd_HelpLocations) GetEntityData

func (helpLocations *ShowFpd_HelpLocations) GetEntityData() *types.CommonEntityData

type ShowFpd_HelpLocations_HelpLocation

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

	// This attribute is a key. Fpd location. The type is string with length:
	// 1..32.
	LocationName interface{}

	// Display fpds on given locations.
	HelpFpd ShowFpd_HelpLocations_HelpLocation_HelpFpd
}

ShowFpd_HelpLocations_HelpLocation location

func (*ShowFpd_HelpLocations_HelpLocation) GetEntityData

func (helpLocation *ShowFpd_HelpLocations_HelpLocation) GetEntityData() *types.CommonEntityData

type ShowFpd_HelpLocations_HelpLocation_HelpFpd

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

	// Fpd name list. The type is slice of
	// ShowFpd_HelpLocations_HelpLocation_HelpFpd_FpdName.
	FpdName []*ShowFpd_HelpLocations_HelpLocation_HelpFpd_FpdName
}

ShowFpd_HelpLocations_HelpLocation_HelpFpd Display fpds on given locations

func (*ShowFpd_HelpLocations_HelpLocation_HelpFpd) GetEntityData

type ShowFpd_HelpLocations_HelpLocation_HelpFpd_FpdName

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

	// fpd location. The type is string.
	Location interface{}

	// fpd name. The type is string.
	FpdName interface{}
}

ShowFpd_HelpLocations_HelpLocation_HelpFpd_FpdName Fpd name list

func (*ShowFpd_HelpLocations_HelpLocation_HelpFpd_FpdName) GetEntityData

type ShowFpd_HwModuleFpd

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

	// Either Upgrading or free used by CTC . The type is string.
	UpgradeStatus interface{}

	// fpd list with all detailes. The type is slice of
	// ShowFpd_HwModuleFpd_FpdInfoDetaile.
	FpdInfoDetaile []*ShowFpd_HwModuleFpd_FpdInfoDetaile
}

ShowFpd_HwModuleFpd Display fpds on all locations -show hw-module fpd

func (*ShowFpd_HwModuleFpd) GetEntityData

func (hwModuleFpd *ShowFpd_HwModuleFpd) GetEntityData() *types.CommonEntityData

type ShowFpd_HwModuleFpdHelpFpd

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

	// Fpd name list. The type is slice of ShowFpd_HwModuleFpdHelpFpd_FpdName.
	FpdName []*ShowFpd_HwModuleFpdHelpFpd_FpdName
}

ShowFpd_HwModuleFpdHelpFpd Display help-fpd -show hw-module fpd help-fpd

func (*ShowFpd_HwModuleFpdHelpFpd) GetEntityData

func (hwModuleFpdHelpFpd *ShowFpd_HwModuleFpdHelpFpd) GetEntityData() *types.CommonEntityData

type ShowFpd_HwModuleFpdHelpFpd_FpdName

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

	// fpd location. The type is string.
	Location interface{}

	// fpd name. The type is string.
	FpdName interface{}
}

ShowFpd_HwModuleFpdHelpFpd_FpdName Fpd name list

func (*ShowFpd_HwModuleFpdHelpFpd_FpdName) GetEntityData

func (fpdName *ShowFpd_HwModuleFpdHelpFpd_FpdName) GetEntityData() *types.CommonEntityData

type ShowFpd_HwModuleFpd_FpdInfoDetaile

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

	// fpd location. The type is string.
	Location interface{}

	// Name of card on which fpd is located. The type is string.
	CardName interface{}

	// fpd name. The type is string.
	FpdName interface{}

	// hadware version. The type is string.
	HwVersion interface{}

	// secure boot attribur. The type is string.
	SecureBootAttr interface{}

	// status of the fpd. The type is string.
	Status interface{}

	// image running version . The type is string.
	RunningVersion interface{}

	// image programd version. The type is string.
	ProgramdVersion interface{}
}

ShowFpd_HwModuleFpd_FpdInfoDetaile

fpd list with all detailes

func (*ShowFpd_HwModuleFpd_FpdInfoDetaile) GetEntityData

func (fpdInfoDetaile *ShowFpd_HwModuleFpd_FpdInfoDetaile) GetEntityData() *types.CommonEntityData

type ShowFpd_LocationHelp

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

	// card location list. The type is slice of ShowFpd_LocationHelp_LocationName.
	LocationName []*ShowFpd_LocationHelp_LocationName
}

ShowFpd_LocationHelp fpd upgradable locations

func (*ShowFpd_LocationHelp) GetEntityData

func (locationHelp *ShowFpd_LocationHelp) GetEntityData() *types.CommonEntityData

type ShowFpd_LocationHelp_LocationName

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

	// card location. The type is string.
	LocationName interface{}
}

ShowFpd_LocationHelp_LocationName card location list

func (*ShowFpd_LocationHelp_LocationName) GetEntityData

func (locationName *ShowFpd_LocationHelp_LocationName) GetEntityData() *types.CommonEntityData

type ShowFpd_Locations

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

	// location. The type is slice of ShowFpd_Locations_Location.
	Location []*ShowFpd_Locations_Location
}

ShowFpd_Locations location table

func (*ShowFpd_Locations) GetEntityData

func (locations *ShowFpd_Locations) GetEntityData() *types.CommonEntityData

type ShowFpd_Locations_Location

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

	// This attribute is a key. Fpd location. The type is string with length:
	// 1..32.
	LocationName interface{}

	// Display fpds on given locations.
	Fpds ShowFpd_Locations_Location_Fpds
}

ShowFpd_Locations_Location location

func (*ShowFpd_Locations_Location) GetEntityData

func (location *ShowFpd_Locations_Location) GetEntityData() *types.CommonEntityData

type ShowFpd_Locations_Location_Fpds

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

	// Display fpds detail. The type is slice of
	// ShowFpd_Locations_Location_Fpds_Fpd.
	Fpd []*ShowFpd_Locations_Location_Fpds_Fpd
}

ShowFpd_Locations_Location_Fpds Display fpds on given locations

func (*ShowFpd_Locations_Location_Fpds) GetEntityData

type ShowFpd_Locations_Location_Fpds_Fpd

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

	// This attribute is a key. Fpd Name. The type is string with length: 1..32.
	FpdName interface{}

	// Either Upgrading or free used by CTC . The type is string.
	UpgradeStatus interface{}

	// fpd list with all detailes. The type is slice of
	// ShowFpd_Locations_Location_Fpds_Fpd_FpdInfoDetaile.
	FpdInfoDetaile []*ShowFpd_Locations_Location_Fpds_Fpd_FpdInfoDetaile
}

ShowFpd_Locations_Location_Fpds_Fpd Display fpds detail

func (*ShowFpd_Locations_Location_Fpds_Fpd) GetEntityData

type ShowFpd_Locations_Location_Fpds_Fpd_FpdInfoDetaile

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

	// fpd location. The type is string.
	Location interface{}

	// Name of card on which fpd is located. The type is string.
	CardName interface{}

	// fpd name. The type is string.
	FpdName interface{}

	// hadware version. The type is string.
	HwVersion interface{}

	// secure boot attribur. The type is string.
	SecureBootAttr interface{}

	// status of the fpd. The type is string.
	Status interface{}

	// image running version . The type is string.
	RunningVersion interface{}

	// image programd version. The type is string.
	ProgramdVersion interface{}
}

ShowFpd_Locations_Location_Fpds_Fpd_FpdInfoDetaile

fpd list with all detailes

func (*ShowFpd_Locations_Location_Fpds_Fpd_FpdInfoDetaile) GetEntityData

type ShowFpd_Package

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

	// fpd pkg list . The type is slice of ShowFpd_Package_FpdPkgData.
	FpdPkgData []*ShowFpd_Package_FpdPkgData
}

ShowFpd_Package gets fpd package info

func (*ShowFpd_Package) GetEntityData

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

type ShowFpd_Package_FpdPkgData

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

	// card type. The type is string.
	CardType interface{}

	// fpd desc. The type is string.
	FpdDesc interface{}

	// reload or not. The type is string.
	UpgradeMethod interface{}

	// fpd version. The type is string.
	FpdVer interface{}

	// minimum sw version. The type is string.
	MinSwVer interface{}

	// minimum hw version. The type is string.
	MinHwVer interface{}
}

ShowFpd_Package_FpdPkgData

fpd pkg list

func (*ShowFpd_Package_FpdPkgData) GetEntityData

func (fpdPkgData *ShowFpd_Package_FpdPkgData) GetEntityData() *types.CommonEntityData

Jump to

Keyboard shortcuts

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