Interface TunnelPcepLinkCfgAttributes

  • All Superinterfaces:
    AttributeFilters, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Priority, TunnelAttributes
    All Known Subinterfaces:
    Link1, PcepCreateP2pTunnelInput, PcepUpdateTunnelInput

    public interface TunnelPcepLinkCfgAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject, TunnelAttributes

    This class represents the following YANG schema fragment defined in module topology-tunnel-pcep

     grouping tunnel-pcep-link-cfg-attributes {
       leaf symbolic-path-name {
         type string;
       }
       leaf class-type {
         type pcep:class-type;
       }
       leaf bandwidth {
         type netc:bandwidth;
       }
       uses rsvp:tunnel-attributes;
     }
     
    The schema path to identify an instance is topology-tunnel-pcep/tunnel-pcep-link-cfg-attributes
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • getSymbolicPathName

        String getSymbolicPathName()
        Returns:
        java.lang.String symbolicPathName, or null if not present
      • getClassType

        ClassType getClassType()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ClassType classType, or null if not present
      • getBandwidth

        Bandwidth getBandwidth()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidth bandwidth, or null if not present