openconfig-system-management

This module defines configuration and operational state data related to management services.

  • Version: 2018-08-28

    openconfig-system-management@2018-08-28


    
      module openconfig-system-management {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/system/management";
    
        prefix oc-sys-mgmt;
    
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-inet-types {
          prefix oc-inet;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
        www.openconfig.net";
    
        description
          "This module defines configuration and operational state data
        related to management services.";
    
        revision "2018-08-28" {
          description
            "Update description of the ANY enum.";
          reference
            "0.1.1";
    
        }
    
        revision "2018-07-26" {
          description "Initial public release";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.1.1";
      }  // module openconfig-system-management
    

© 2023 YumaWorks, Inc. All rights reserved.