Cisco-IOS-XR-sysadmin-time-of-day-timezone

This module contains a collection of YANG definitions for Cisco IOS-XR syadmin TOD configuration and cli. This module contains ...

  • Version: 2019-04-15

    Cisco-IOS-XR-sysadmin-time-of-day-timezone@2019-04-15


    
      module Cisco-IOS-XR-sysadmin-time-of-day-timezone {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/calvados/Cisco-IOS-XR-sysadmin-time-of-day-timezone";
    
        prefix timezone;
    
        import Cisco-IOS-XR-sysadmin-show-trace {
          prefix show_trace;
        }
        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 module contains a collection of YANG definitions
         for Cisco IOS-XR syadmin TOD configuration and cli.
         
         This module contains definitions
         for the following management objects:
         Time of the Day(TOD) Cli and configuration data
         
         Copyright (c) 2013-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2019-04-15" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2016-07-04" {
          description "Remove refine stmt";
        }
    
        revision "2016-05-12" {
          description "Initial version";
        }
    
        semver:module-version "1.0.0";
    
        container clock {
          container timezone {
            leaf tzname {
              type string;
            }
    
            leaf area {
              type string;
            }
          }  // container timezone
        }  // container clock
    
        container trace {
          config false;
          container timezone_config {
            list trace {
              key "buffer";
              config false;
              description
                "show traceable processes";
              leaf buffer {
                type string;
              }
    
              list location {
                key "location_name";
                leaf location_name {
                  type string;
                }
    
                list all-options {
                  key "option";
                  leaf option {
                    type string;
                  }
    
                  list trace-blocks {
                    leaf data {
                      type string;
                      description
                        "Trace output block";
                    }
                  }  // list trace-blocks
                }  // list all-options
              }  // list location
            }  // list trace
          }  // container timezone_config
    
          container timezone_notify {
            list trace {
              key "buffer";
              config false;
              description
                "show traceable processes";
              leaf buffer {
                type string;
              }
    
              list location {
                key "location_name";
                leaf location_name {
                  type string;
                }
    
                list all-options {
                  key "option";
                  leaf option {
                    type string;
                  }
    
                  list trace-blocks {
                    leaf data {
                      type string;
                      description
                        "Trace output block";
                    }
                  }  // list trace-blocks
                }  // list all-options
              }  // list location
            }  // list trace
          }  // container timezone_notify
        }  // container trace
      }  // module Cisco-IOS-XR-sysadmin-time-of-day-timezone
    

© 2023 YumaWorks, Inc. All rights reserved.