This module contains a collection of YANG definitions for Cisco IOS-XR shellutil-filesystem package operational data. This modu...
Version: 2021-03-22
module Cisco-IOS-XR-shellutil-filesystem-oper { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-shellutil-filesystem-oper"; prefix shellutil-filesystem-oper; import Cisco-IOS-XR-types { prefix xr; } import cisco-semver { prefix semver; } include Cisco-IOS-XR-shellutil-filesystem-oper-sub1 { revision-date "2021-03-22"; } 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 shellutil-filesystem package operational data. This module contains definitions for the following management objects: file-system: List of filesystems 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"; container file-system { config false; description "List of filesystems"; list node { key "node-name"; description "Node ID"; leaf node-name { type xr:Node-id; description "Node name"; } uses FILESYSTEM; } // list node } // container file-system } // module Cisco-IOS-XR-shellutil-filesystem-oper
© 2023 YumaWorks, Inc. All rights reserved.