fujitsu-inventory

This module contains the Inventory Operational model for Fujitsu Equipment. Copyright (c) 2014 Fujitsu Network Comunications, in...

  • Version: 2014-12-02

    fujitsu-inventory@2014-12-02


    
      module fujitsu-inventory {
    
        yang-version 1;
    
        namespace
          "urn:fujitsu:params:xml:ns:yang:inventory";
    
        prefix fujitsu-inventory;
    
        import fujitsu-physical-inventory {
          prefix physical-inventory;
        }
    
        organization "Fujitsu Ltd.";
    
        contact
          "Fujitsu Network Comminucations, Inc.
         
         Address: 2801 Telecom Parkway
                  Richardson, Texas 75082
         
         Tel: +1-800-USE-FTAC (1-800-873-3822)
         Email: ftac@fnc.fujitsu.com
         Web: www.fujitsu.com/us/services/telecom";
    
        description
          "This module contains the Inventory Operational model for Fujitsu
         Equipment.
         Copyright (c) 2014 Fujitsu Network Comunications, inc. 
         All rights reserved. ";
    
        revision "2014-12-02" {
          description "Initial revision.";
          reference
            "None.";
    
        }
    
    
        list inventory {
          config false;
          description
            "Inventory of all the equipment currently plugged in";
          leaf inventoryName {
            type string;
            description
              "String indicating the location of equipment";
          }
    
          leaf vendorName {
            type string;
            description
              "A unique string describing the vendor name.";
          }
    
          leaf unitName {
            type string;
            description
              "A unique string describing the type of unit.";
          }
    
          leaf vendorUnitCode {
            type string;
            description "Vendor unit code.";
          }
    
          leaf IssueNumber {
            type string;
            description "HW Issue # ";
          }
    
          leaf fcNumber {
            type string;
            description "FC Number ";
          }
    
          leaf clei {
            type string;
            description
              "Common Language Equipment Identification";
          }
    
          leaf dom {
            type string;
            description
              "Date of manufacture. For example, YY.MM or YYMMDD";
          }
    
          leaf serialNumber {
            type string;
            description "Unit serial number";
          }
    
          leaf usi {
            type string;
            description
              "Unique Serial Identifier which includes the manufacturing location code";
          }
        }  // list inventory
      }  // module fujitsu-inventory
    

© 2023 YumaWorks, Inc. All rights reserved.