junos-common-odl-extensions

This module contains definitions for Junos YANG ODL extensions

  • Version: 2019-01-01

    junos-common-odl-extensions@2019-01-01


    
      module junos-common-odl-extensions {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos/common/odl-extensions";
    
        prefix junos-odl;
    
        organization "Juniper Networks, Inc.";
    
        contact "yang-support@juniper.net";
    
        description
          "This module contains definitions for Junos YANG ODL extensions";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        extension header {
          argument "header" {
            yin-element false;
          }
          description "ODL format header";
        }
    
        extension header-group {
          argument "header-group" {
            yin-element false;
          }
          description "ODL format header group";
        }
    
        extension picture {
          argument "picture" {
            yin-element false;
          }
          description "ODL format picture";
        }
    
        extension line {
          description "ODL line statement";
        }
    
        extension field {
          argument "field" {
            yin-element false;
          }
          description "ODL field statement";
        }
    
        extension style {
          argument "style" {
            yin-element false;
          }
          description "ODL format style";
        }
    
        extension template {
          argument "template" {
            yin-element false;
          }
          description "ODL format template";
        }
    
        extension indent {
          argument "indent" {
            yin-element false;
          }
          description
            "Indent the display to right";
        }
    
        extension default-text {
          argument "default-text" {
            yin-element false;
          }
          description
            "ODL default text for missing field";
        }
    
        extension formal-name {
          argument "formal-name" {
            yin-element false;
          }
          description
            "ODL formal name for rendering";
        }
    
        extension capitalize {
          description
            "ODL flag to capitalize the text output";
        }
    
        extension colon {
          description "ODL flag for colon";
        }
    
        extension explicit {
          description "ODL flag for explicit";
        }
    
        extension fieldwrap {
          description "ODL flag for fieldwrap";
        }
    
        extension float {
          description "ODL flag for float";
        }
    
        extension leading {
          description "ODL flag for leading";
        }
    
        extension space {
          description "ODL flag for space";
        }
    
        extension truncate {
          description "ODL flag for truncate";
        }
    
        extension wordwrap {
          description "ODL flag for wordwrap";
        }
    
        extension comma {
          description "ODL flag for comma";
        }
    
        extension cli-format {
          description
            "Flag for container used for cli rendering";
        }
    
        extension no-line-break {
          description
            "ODL flag for no linebreak";
        }
    
        extension blank-line {
          description
            "ODL flag for no blank line";
        }
      }  // module junos-common-odl-extensions
    

© 2023 YumaWorks, Inc. All rights reserved.