openconfig-gnpsi-types

This module adds gRPC server type relating to gNPSI running on a network device.

  • Version: 2024-05-29

    openconfig-gnpsi-types@2024-05-29


    
      module openconfig-gnpsi-types {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/gnpsi/types";
    
        prefix oc-gnpsit;
    
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-grpc-types {
          prefix oc-grpct;
        }
    
        organization "OpenConfig working group";
    
        contact "www.openconfig.net";
    
        description
          "This module adds gRPC server type relating to gNPSI running on
        a network device.";
    
        revision "2024-05-29" {
          description "Initial revision.";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.1.0";
        oc-ext:catalog-organization "openconfig";
        oc-ext:origin "openconfig";
    
        identity GNPSI {
          base oc-grpct:GRPC_SERVICE;
          description
            "gNMI: gRPC Network Management Interface";
        }
      }  // module openconfig-gnpsi-types
    

© 2023 YumaWorks, Inc. All rights reserved.