Cisco-IOS-XR-show-fpd-loc-ng-oper

This module contains a collection of YANG definitions for Cisco IOS-XR show-fpd-loc-ng package operational data. This module co...

  • Version: 2020-09-18

    Cisco-IOS-XR-show-fpd-loc-ng-oper@2020-09-18


    
      module Cisco-IOS-XR-show-fpd-loc-ng-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-show-fpd-loc-ng-oper";
    
        prefix show-fpd-loc-ng-oper;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-show-fpd-loc-ng-oper-sub1 {
          revision-date "2020-09-18";
        }
    
        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 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-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2020-09-18" {
          description "IOS XR 7.3.1 revision";
        }
    
        revision "2020-03-01" {
          description
            "IOS XR 7.0.13 revision
           2020-01-21
           IOS XR 7.2.1 revision";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2017-05-01" {
          description
            "Fixing backward compatibility error in module.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.2.0";
        semver:module-version "1.1.0";
        semver:module-version "1.0.1";
    
        container show-fpd {
          config false;
          description "Show hw-module fpd";
          container locations {
            description "location table";
            list location {
              key "location-name";
              description "location";
              container fpds {
                description
                  "Display fpds on given locations";
                list fpd {
                  key "fpd-name";
                  description
                    "Display fpds detail";
                  leaf fpd-name {
                    type xr:Cisco-ios-xr-string {
                      length "1..32";
                    }
                    description "Fpd Name";
                  }
    
                  uses FPD-INFO-LIST;
                }  // list fpd
              }  // container fpds
    
              leaf location-name {
                type xr:Cisco-ios-xr-string {
                  length "1..32";
                }
                description "Fpd location";
              }
            }  // list location
          }  // container locations
    
          container hw-module-fpd {
            description
              "Display fpds on all locations -show hw-module
             fpd";
            uses FPD-INFO-LIST;
          }  // container hw-module-fpd
    
          container help-locations {
            description "help location table";
            list help-location {
              key "location-name";
              description "location";
              container help-fpd {
                description
                  "Display fpds on given locations";
                uses FPD-LOC-INFO-LIST;
              }  // container help-fpd
    
              leaf location-name {
                type xr:Cisco-ios-xr-string {
                  length "1..32";
                }
                description "Fpd location";
              }
            }  // list help-location
          }  // container help-locations
    
          container hw-module-fpd-help-fpd {
            description
              "Display help-fpd -show hw-module fpd help-fpd";
            uses FPD-LOC-INFO-LIST;
          }  // container hw-module-fpd-help-fpd
    
          container package {
            description "gets fpd package info";
            uses FPD-PKG-INFO-LIST;
          }  // container package
    
          container location-help {
            description
              "fpd upgradable locations";
            uses FPD-SHOW-LOCATION-NAME-LIST;
          }  // container location-help
        }  // container show-fpd
      }  // module Cisco-IOS-XR-show-fpd-loc-ng-oper
    

© 2023 YumaWorks, Inc. All rights reserved.