This module defines deviation statements for ietf-yang-push module. Copyright (c) 2017-2018 by Cisco Systems, Inc. All rights re...
Version: 2018-12-03
module cisco-xe-ietf-yang-push-deviation { yang-version 1; namespace "http://cisco.com/ns/yang/cisco-xe-ietf-yang-push-deviation"; prefix yp-devs; import ietf-yang-types { prefix yang; } import ietf-event-notifications { prefix notif-bis; } import ietf-yang-push { prefix yp; } organization "Cisco Systems, Inc."; contact " Cisco Systems, Inc. Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 Tel: +1 1800 553-NETS E-mail: cs-yang@cisco.com"; description "This module defines deviation statements for ietf-yang-push module. Copyright (c) 2017-2018 by Cisco Systems, Inc. All rights reserved."; revision "2018-12-03" { description "Added deviations for dampening-period to only accept 0 and no-synch-on-start to be unsupported."; } revision "2017-08-22" { description "Suppressed unsupported elements of establish-subscription"; } revision "2017-02-22" { description "Initial Revision"; reference "RFC 6020: YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)"; } deviation /notif-bis:modify-subscription { description "Currently not supported."; deviate not-supported; } deviation /notif-bis:establish-subscription/notif-bis:input/yp:update-trigger/yp:periodic/yp:anchor-time { description "Currently not supported."; deviate not-supported; } deviation /notif-bis:establish-subscription/notif-bis:input/yp:update-trigger/yp:on-change/yp:dampening-period { description "Currently only accepts 0."; deviate replace { type yang:timeticks { range "0"; } } } deviation /notif-bis:establish-subscription/notif-bis:input/yp:update-trigger/yp:on-change/yp:no-synch-on-start { description "Currently not supported."; deviate not-supported; } deviation /notif-bis:establish-subscription/notif-bis:input/yp:update-trigger/yp:on-change/yp:excluded-change { description "Currently not supported."; deviate not-supported; } deviation /notif-bis:establish-subscription/notif-bis:input/yp:dscp { description "Currently not supported."; deviate not-supported; } deviation /notif-bis:establish-subscription/notif-bis:input/yp:subscription-priority { description "Currently not supported."; deviate not-supported; } deviation /notif-bis:establish-subscription/notif-bis:input/yp:subscription-dependency { description "Currently not supported."; deviate not-supported; } deviation /notif-bis:subscription-config/notif-bis:subscription/yp:update-trigger/yp:periodic/yp:anchor-time { description "Currently not supported."; deviate not-supported; } deviation /notif-bis:subscription-config/notif-bis:subscription/yp:update-trigger/yp:on-change/yp:no-synch-on-start { description "Currently not supported."; deviate not-supported; } deviation /notif-bis:subscription-config/notif-bis:subscription/yp:update-trigger/yp:on-change/yp:dampening-period { description "Currently only accepts 0."; deviate replace { type yang:timeticks { range "0"; } } } deviation /notif-bis:subscription-config/notif-bis:subscription/yp:update-trigger/yp:on-change/yp:excluded-change { description "Currently not supported."; deviate not-supported; } deviation /notif-bis:subscription-config/notif-bis:subscription/yp:dscp { description "Currently not supported."; deviate not-supported; } deviation /notif-bis:subscription-config/notif-bis:subscription/yp:subscription-priority { description "Currently not supported."; deviate not-supported; } deviation /notif-bis:subscription-config/notif-bis:subscription/yp:subscription-dependency { description "Currently not supported."; deviate not-supported; } deviation /notif-bis:subscriptions/notif-bis:subscription/yp:update-trigger/yp:periodic/yp:anchor-time { description "Currently not supported."; deviate not-supported; } deviation /notif-bis:subscriptions/notif-bis:subscription/yp:update-trigger/yp:on-change/yp:no-synch-on-start { description "Currently not supported."; deviate not-supported; } deviation /notif-bis:subscriptions/notif-bis:subscription/yp:update-trigger/yp:on-change/yp:dampening-period { description "Currently only accepts 0."; deviate replace { type yang:timeticks { range "0"; } } } deviation /notif-bis:subscriptions/notif-bis:subscription/yp:update-trigger/yp:on-change/yp:excluded-change { description "Currently not supported."; deviate not-supported; } deviation /notif-bis:subscriptions/notif-bis:subscription/yp:dscp { description "Currently not supported."; deviate not-supported; } deviation /notif-bis:subscriptions/notif-bis:subscription/yp:subscription-priority { description "Currently not supported."; deviate not-supported; } deviation /notif-bis:subscriptions/notif-bis:subscription/yp:subscription-dependency { description "Currently not supported."; deviate not-supported; } } // module cisco-xe-ietf-yang-push-deviation
© 2023 YumaWorks, Inc. All rights reserved.