gearbox2_driver_types

This module contains definitions for the Calvados model objects. Copyright (c) 2012-2020 by Cisco Systems, Inc. All rights rese...

  • Version: 2015-08-30

    gearbox2_driver_types@2015-08-30


    
      module gearbox2_driver_types {
    
        yang-version 1;
    
        namespace
          "http://www.cisco.com/panini/calvados/slice_control/gearbox2/types";
    
        prefix gearbox2_driver_type;
    
        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 module contains definitions
    for the Calvados model objects.
    
    Copyright (c) 2012-2020 by Cisco Systems, Inc.
    All rights reserved.";
    
        revision "2015-08-30" {
          description "Initial version.";
        }
    
    
        typedef gearbox2_lane_id_type {
          type string {
            pattern 'all|[0-9]';
          }
        }
    
        typedef gearbox2_id_type {
          type string {
            pattern 'all|[0-3]';
          }
        }
      }  // module gearbox2_driver_types
    

© 2023 YumaWorks, Inc. All rights reserved.