Cisco-IOS-XR-shellutil-filesystem-oper-sub1

This submodule contains a collection of YANG definitions for Cisco IOS-XR shellutil-filesystem package operational data. Copyri...

  • Version: 2021-03-22

    Cisco-IOS-XR-shellutil-filesystem-oper-sub1@2021-03-22


    
      submodule Cisco-IOS-XR-shellutil-filesystem-oper-sub1 {
    
        yang-version 1;
    
        belongs-to
          Cisco-IOS-XR-shellutil-filesystem-oper {
            prefix
              Cisco-IOS-XR-shellutil-filesystem-oper;
        }
    
        import cisco-semver {
          prefix semver;
        }
    
        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 submodule contains a collection of YANG definitions
         for Cisco IOS-XR shellutil-filesystem package operational data.
         
         Copyright (c) 2013-2021 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2021-03-22" {
          description
            "Changing type of size and free from string to uint64_t.";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "2.0.0";
        semver:module-version "1.0.1";
    
        grouping FILESYSTEM-UTIL {
          description "File System Description";
          leaf size {
            type uint64;
            units "byte";
            description
              "Size of the file system in bytes";
          }
    
          leaf free {
            type uint64;
            units "byte";
            description
              "Free space in the file system in bytes";
          }
    
          leaf type {
            type string;
            description "Type of file system";
          }
    
          leaf flags {
            type string;
            description "Flags of file system";
          }
    
          leaf prefixes {
            type string;
            description
              "Prefixes of file system";
          }
        }  // grouping FILESYSTEM-UTIL
    
        grouping FILESYSTEM {
          description "File Systems";
          list file-system {
            description "Available file systems";
            uses FILESYSTEM-UTIL;
          }  // list file-system
        }  // grouping FILESYSTEM
      }  // submodule Cisco-IOS-XR-shellutil-filesystem-oper-sub1
    

© 2023 YumaWorks, Inc. All rights reserved.