This module contains definitions for the Physical Inventory. Copyright (c) 2015 Fujitsu Ltd All rights reserved.
Version: 2015-04-10
module fujitsu-physical-inventory { yang-version 1; namespace "urn:fujitsu:params:xml:ns:yang:equipment:pi"; prefix physical-inventory; organization "Fujitsu Ltd."; contact "Fujitsu Ltd 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 definitions for the Physical Inventory. Copyright (c) 2015 Fujitsu Ltd All rights reserved. "; revision "2015-04-10" { description "Initial revision."; } grouping PhysicalInventory { 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"; } } // grouping PhysicalInventory } // module fujitsu-physical-inventory
© 2023 YumaWorks, Inc. All rights reserved.