Interface OdlPcepTopologyProviderData
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.DataRoot
@Generated("mdsal-binding-generator")
public interface OdlPcepTopologyProviderData
extends org.opendaylight.yangtools.yang.binding.DataRoot
This module contains the base YANG definitions for configuring the PCEP
provider. Copyright (c)2023 PANTHEON.tech, s.r.o. and others. All rights
reserved. This program and the accompanying materials are made available under
the terms of the Eclipse Public License v1.0 which accompanies this
distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
This class represents the following YANG schema fragment defined in module odl-pcep-topology-provider
module odl-pcep-topology-provider { namespace urn:opendaylight:params:xml:ns:yang:odl:pcep:topology-provider; prefix optp; import network-topology { prefix nt; } import network-topology-pcep { prefix pn; } import odl-pcep-ietf-stateful-config { prefix opisc; } revision 2023-01-15 { } augment /nt:network-topology/nt:topology/nt:topology-types/pn:topology-pcep { container capabilities { container stateful { leaf enabled { type boolean; default true; } uses opisc:stateful-capabilities; } container p2mp { leaf enabled { type boolean; default true; } } container segment-routing { leaf enabled { type boolean; default true; } } } } }