Cisco-IOS-XR-sysmgr-oper-sub1

This submodule contains a collection of YANG definitions for Cisco IOS-XR sysmgr package operational data. Copyright (c) 2013-2...

  • Version: 2019-04-05

    Cisco-IOS-XR-sysmgr-oper-sub1@2019-04-05


    
      submodule Cisco-IOS-XR-sysmgr-oper-sub1 {
    
        yang-version 1;
    
        belongs-to Cisco-IOS-XR-sysmgr-oper {
            prefix Cisco-IOS-XR-sysmgr-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 sysmgr package operational data.
         
         Copyright (c) 2013-2019 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2019-02-18" {
          description
            "Added good description for bag fields.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.0.1";
    
        typedef Placement-state {
          type enumeration {
            enum "place-null" {
              value 0;
              description
                "Process runs everywhere (ubiquitous)";
            }
            enum "place-placeable" {
              value 1;
              description
                "Process runs on node chosen by PlaceD";
            }
            enum "place-dlrsc-tracker" {
              value 2;
              description
                "Process runs on dSDRSC only";
            }
            enum "place-rack-centric" {
              value 3;
              description
                "Process runs on RP of each rack";
            }
            enum "place-dsc-tracker" {
              value 4;
              description
                "Process runs on DSC only";
            }
          }
          description "Process placement state";
        }
    
        typedef Process-state {
          type enumeration {
            enum "none" {
              value 0;
              description "NONE";
            }
            enum "run" {
              value 1;
              description "RUN";
            }
            enum "exited" {
              value 2;
              description "EXITED";
            }
            enum "hold" {
              value 3;
              description "HOLD";
            }
            enum "wait" {
              value 4;
              description "WAIT";
            }
            enum "restart" {
              value 5;
              description "RESTART";
            }
            enum "initializing" {
              value 6;
              description "INITIALIZING";
            }
            enum "killed" {
              value 7;
              description "KILLED";
            }
            enum "queued" {
              value 8;
              description "QUEUED";
            }
            enum "error" {
              value 9;
              description "ERROR";
            }
            enum "tuple-set" {
              value 10;
              description "TUPLESET";
            }
            enum "unknown" {
              value 11;
              description "UNKNOWN";
            }
          }
          description "Process state";
        }
      }  // submodule Cisco-IOS-XR-sysmgr-oper-sub1
    

© 2023 YumaWorks, Inc. All rights reserved.