Cisco-IOS-XR-shellutil-oper

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

  • Version: 2019-04-05

    Cisco-IOS-XR-shellutil-oper@2019-04-05


    
      module Cisco-IOS-XR-shellutil-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-shellutil-oper";
    
        prefix shellutil-oper;
    
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-shellutil-oper-sub1 {
          revision-date "2019-04-05";
        }
    
        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 package operational data.
         
         This module contains definitions
         for the following management objects:
           system-time: System time information
         
         Copyright (c) 2013-2019 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2015-01-07" {
          description "IOS XR 5.3.1 revision.";
        }
    
        semver:module-version "1.0.1";
    
        container system-time {
          config false;
          description "System time information";
          container clock {
            description
              "System clock information";
            leaf year {
              type uint16;
              description "Year [0..65535]";
            }
    
            leaf month {
              type uint8;
              description "Month [1..12]";
            }
    
            leaf day {
              type uint8;
              description "Day [1..31]";
            }
    
            leaf hour {
              type uint8;
              description "Hour [0..23]";
            }
    
            leaf minute {
              type uint8;
              description "Minute [0..59]";
            }
    
            leaf second {
              type uint8;
              description
                "Second [0..60], use 60 for leap-second";
            }
    
            leaf millisecond {
              type uint16;
              description "Millisecond [0..999]";
            }
    
            leaf wday {
              type uint16;
              description "Week Day [0..6]";
            }
    
            leaf time-zone {
              type string;
              description "Time zone";
            }
    
            leaf time-source {
              type Time-source;
              description "Time source";
            }
          }  // container clock
    
          container uptime {
            description
              "System uptime information";
            leaf host-name {
              type string;
              description "Host name";
            }
    
            leaf uptime {
              type uint32;
              units "second";
              description
                "Amount of time in seconds since this system
    was last initialized";
            }
          }  // container uptime
        }  // container system-time
      }  // module Cisco-IOS-XR-shellutil-oper
    

© 2023 YumaWorks, Inc. All rights reserved.