Cisco-IOS-XE-qfp-classification-oper

This module contains a collection of YANG definitions for Quantum Flow Processor (QFP) classification operational data. Copyrigh...

  • Version: 2020-07-01

    Cisco-IOS-XE-qfp-classification-oper@2020-07-01


    
      module Cisco-IOS-XE-qfp-classification-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XE-qfp-classification-oper";
    
        prefix datapath-classification;
    
        import Cisco-IOS-XE-common-types {
          prefix common-types-ios-xe;
        }
        import cisco-semver {
          prefix cisco-semver;
        }
    
        organization "Cisco Systems, Inc.";
    
        contact
          "Cisco Systems, Inc.
         Customer Service
    
         Postal: 170 W Tasman Drive
         San Jose, CA 95134
    
         Tel: +1 1800 553-NETS
    
         E-mail: cs-yang@cisco.com";
    
        description
          "This module contains a collection of YANG definitions
         for Quantum Flow Processor (QFP) classification operational data.
         Copyright (c) 2019-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2020-07-01" {
          description "Use extended location";
          reference
            "2.0.0";
    
        }
    
        revision "2020-03-01" {
          description "Initial revision";
          reference
            "1.0.0";
    
        }
    
        cisco-semver:module-version "2.0.0";
        cisco-semver:module-version "1.0.0";
    
        container qfp-classification-oper-data {
          config false;
          description
            "QFP classification operational data";
          list location {
            key "fru slot bay chassis node";
            description
              "A list of data provider locations";
            leaf fru {
              type common-types-ios-xe:fru-type;
              description
                "Field replaceable unit (FRU) type";
            }
    
            leaf slot {
              type int16;
              description "Slot number";
            }
    
            leaf bay {
              type int16;
              description "Bay number";
            }
    
            leaf chassis {
              type int16;
              description "Chassis number";
            }
    
            leaf node {
              type uint16;
              description "Node number";
            }
    
            list exmem-usage {
              key "feature-id";
              description
                "The memory usage of various features within the Quantum Flow Processor";
              leaf feature-id {
                type uint32;
                description
                  "The internally assign identifier for the feature";
              }
    
              leaf client-name {
                type string;
                description
                  "The human readable name of the feature";
              }
    
              leaf total-vmr-entries {
                type uint32;
                description
                  "The number of value/mask allocations for this feature";
              }
    
              leaf total-exmem-usage {
                type uint32;
                units "bytes";
                description
                  "Total external memory usage";
              }
    
              leaf total-percent-exmem-usage {
                type uint32;
                units "percentage";
                description
                  "Total percentage of external memory usage";
              }
    
              leaf total-alloc {
                type uint32;
                description
                  "Total number of allocations";
              }
    
              leaf total-free {
                type uint32;
                description
                  "Total number of frees";
              }
            }  // list exmem-usage
          }  // list location
        }  // container qfp-classification-oper-data
      }  // module Cisco-IOS-XE-qfp-classification-oper
    

© 2023 YumaWorks, Inc. All rights reserved.