This module contains a collection of YANG definitions for Cisco IOS-XR plat-chas-invmgr-ng package operational data. This model...
Version: 2020-05-14
module Cisco-IOS-XR-plat-chas-invmgr-ng-oper { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-plat-chas-invmgr-ng-oper"; prefix plat-chas-invmgr-ng-oper; import Cisco-IOS-XR-types { prefix xr; } import cisco-semver { prefix semver; } include Cisco-IOS-XR-plat-chas-invmgr-ng-oper-sub1 { revision-date "2020-05-14"; } organization "Cisco Systems, Inc."; contact "Cisco Systems, Inc. Customer Service Postal: 170 West Tasman Drive San Jose, CA 95134 Tel: +1 800 553-NETS E-mail: cs-yang@cisco.com"; description "This module contains a collection of YANG definitions for Cisco IOS-XR plat-chas-invmgr-ng package operational data. This model is deprecated and is replaced by Cisco-IOS-XR-platform-oper.yang,Cisco-IOS-XR-platform-inventory-oper.yang which will provide the compatible functionalities. This module contains definitions for the following management objects: platform: Platform information Copyright (c) 2013-2020 by Cisco Systems, Inc. All rights reserved."; revision "2020-05-14" { description "Deprecated the model, replaced by Cisco-IOS-XR-platform-oper and Cisco-IOS-XR-platform-inventory-oper"; } revision "2019-10-15" { description "Added oper-state leaf to PLATFORM-INFO."; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2018-01-22" { description "Fixing incorrect spelling for node-description in module."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "3.0.0"; semver:module-version "1.1.0"; semver:module-version "1.0.0"; grouping STATE { description "Common node of instance, slot"; container state { description "State information"; uses PLATFORM-INFO; } // container state } // grouping STATE container platform { config false; status deprecated; description "This model is deprecated and is replaced by Cisco-IOS-XR-platform-oper.yang ,Cisco-IOS-XR-platform-inventory-oper.yang which will provide the compatible functionalities. Platform information"; container racks { description "Table of racks"; list rack { key "rack-name"; description "Rack name"; container slots { description "Table of slots"; list slot { key "slot-name"; description "Slot name"; container instances { description "Table of Instances"; list instance { key "instance-name"; description "Instance name"; leaf instance-name { type string; description "Instance name"; } uses STATE; } // list instance } // container instances container vm { description "VM information"; uses VM-INFO; } // container vm leaf slot-name { type xr:Cisco-ios-xr-string; description "Slot name"; } uses STATE; } // list slot } // container slots leaf rack-name { type xr:Cisco-ios-xr-string; description "Rack name"; } } // list rack } // container racks } // container platform } // module Cisco-IOS-XR-plat-chas-invmgr-ng-oper
© 2023 YumaWorks, Inc. All rights reserved.