Cisco-IOS-XR-install-augmented-oper-sub2

This submodule contains a collection of YANG definitions for Cisco IOS-XR install-augmented package operational data. Copyright...

  • Version: 2021-03-22

    Cisco-IOS-XR-install-augmented-oper-sub2@2021-03-22


    
      submodule Cisco-IOS-XR-install-augmented-oper-sub2 {
    
        yang-version 1;
    
        belongs-to
          Cisco-IOS-XR-install-augmented-oper {
            prefix
              Cisco-IOS-XR-install-augmented-oper;
        }
    
        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 submodule contains a collection of YANG definitions
         for Cisco IOS-XR install-augmented package operational data.
         
         Copyright (c) 2013-2021 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2021-03-22" {
          description
            "7.4.1 release features.
           2020-09-30
             7.3.1 release features.";
        }
    
        revision "2020-05-12" {
          description
            "Removal of compound from enum naming conventions to avoid confusion.
           2019-12-11
           Obsoleted the nodes list for history items.
           2019-10-14
           Combined platform updates including updates to show install rollback list-ids";
        }
    
        revision "2019-10-13" {
          description
            "NCS540L 7.1.1 release
           2019-10-12
           8000 series 7.0.11 release";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "2.1.0";
        semver:module-version "2.0.0";
        semver:module-version "1.1.0";
        semver:module-version "1.0.0";
    
        typedef Inst-activation {
          type enumeration {
            enum "restart" {
              value 0;
              description "Process restart";
            }
            enum "reload" {
              value 1;
              description "Reload";
            }
            enum "least-impactful" {
              value 2;
              description "Least impactful";
            }
          }
          description "Activation type";
        }
    
        typedef Inst-package-abort {
          type enumeration {
            enum "latest" {
              value 0;
              description
                "Latest packaging operation";
            }
            enum "all-since-apply" {
              value 1;
              description
                "All packaging operations since the last apply";
            }
          }
          description "Package abort type";
        }
    
        typedef String1 {
          type string;
          description "String1";
        }
      }  // submodule Cisco-IOS-XR-install-augmented-oper-sub2
    

© 2023 YumaWorks, Inc. All rights reserved.