Interface TunnelPcepLinkCfgAttributes

  • All Superinterfaces:
    org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.AttributeFilters, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.Priority, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.TunnelAttributes
    All Known Subinterfaces:
    Link1, PcepCreateP2pTunnelInput, PcepUpdateTunnelInput

    public interface TunnelPcepLinkCfgAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.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 Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidth getBandwidth()  
      @Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ClassType getClassType()  
      @Nullable String getSymbolicPathName()  
      Class<? extends TunnelPcepLinkCfgAttributes> implementedInterface()  
      • Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.AttributeFilters

        getExcludeAny, getIncludeAll, getIncludeAny
      • Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.Priority

        getHoldPriority, getSetupPriority
      • Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.TunnelAttributes

        getSessionName, isLabelRecordingDesired, isLocalProtectionDesired, isSeStyleDesired
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends TunnelPcepLinkCfgAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.AttributeFilters
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.Priority
        Specified by:
        implementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.TunnelAttributes
      • getSymbolicPathName

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

        @Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.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

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