yumaworks-agt-profile

YumaPro agt_profile message definition for subsystem initialization. Keep the agt-profile grouping in synch with the agt_profil...

  • Version: 2020-02-13

    yumaworks-agt-profile@2020-02-13


    
      module yumaworks-agt-profile {
    
        yang-version 1;
    
        namespace
          "http://yumaworks.com/ns/yumaworks-agt-profile";
    
        prefix yprof;
    
        import yuma-app-common {
          prefix yapp;
        }
        import yuma-ncx {
          prefix ncx;
        }
        import yuma-types {
          prefix yt;
        }
        import yumaworks-types {
          prefix ywt;
        }
    
        organization "YumaWorks, Inc.";
    
        contact
          "Support <support at yumaworks.com>";
    
        description
          "YumaPro agt_profile message definition for subsystem
    initialization.  Keep the agt-profile grouping in
    synch with the agt_profile_t in agt/agt.h
    
    Copyright (c) 2014 - 2020 YumaWorks, Inc. All rights reserved.
    
    Redistribution and use in source and binary forms, with or
    without modification, is permitted pursuant to, and subject
    to the license terms contained in, the BSD 3-Clause License
    http://opensource.org/licenses/BSD-3-Clause";
    
        revision "2020-02-13" {
          description
            "Add new bit flag: new all-booleans3
     agt_import_bestmatch bit0.";
        }
    
        revision "2019-10-12" {
          description
            "Add new bit flag: agt_with_nmda bit31.";
        }
    
        revision "2017-02-08" {
          description
            "Add new bit flag: agt_with_yang11_hello bit28.";
        }
    
        revision "2017-01-06" {
          description
            "Add new bit flag: agt_with_snmp bit28.
    Add new bit flag: agt_create_empty_npcontainers bit27.";
        }
    
        revision "2016-09-15" {
          description
            "Add new bit flag: agt_simple_json_names bit26.";
        }
    
        revision "2016-02-06" {
          description
            "Add fields for YP-HA service";
        }
    
        revision "2016-01-10" {
          description
            "Add missing agt_autodelete_pdu_error bit19 flag.
    Add new bit flags. Add:
    agt_with_netconf bit20,
    agt_with_restconf bit21,
    agt_with_yang_api bit22,
    agt_with_yp_shell bit23.";
        }
    
        revision "2015-11-02" {
          description
            "Add new leaf flag. Add agt_sil_getbulk_max.
    Add agt_restconf_strict_accept bit18 flag";
        }
    
        revision "2015-09-26" {
          description
            "Add agt_sil_validate_candidate bit17 flag
    Add agt_audit_log_candidate bit16 flag
    Add agt_leaflist_deleteall_ok bit15 flag
    Update agt_list_deleteall_ok bit11 boolean1 flag";
        }
    
        revision "2015-09-14" {
          description
            "Add new leaf flag. Add agt_restconf_server_url.";
        }
    
        revision "2015-06-06" {
          description
            "Add new boolean2 flag.  Add withdef_enabled leaf.";
        }
    
        revision "2014-09-06" {
          description "Initial version.";
        }
    
    
        grouping agt-profile {
        }  // grouping agt-profile
      }  // module yumaworks-agt-profile
    

© 2023 YumaWorks, Inc. All rights reserved.