Interface PathSetupType

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PathSetupType>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PathSetupTypeTlv>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Tlv

    public interface PathSetupType
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PathSetupTypeTlv>, org.opendaylight.yangtools.yang.binding.Augmentable<PathSetupType>, Tlv

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

     container path-setup-type {
       uses tlv;
       leaf pst {
         type uint8;
         default 0;
       }
     }
     
    The schema path to identify an instance is pcep-types/path-setup-type-tlv/path-setup-type

    To create instances of this class use PathSetupTypeBuilder.

    See Also:
    PathSetupTypeBuilder
    • Field Summary

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

      • QNAME

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

      • implementedInterface

        default Class<PathSetupType> implementedInterface()
        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 Tlv
      • getPst

        @Nullable org.opendaylight.yangtools.yang.common.Uint8 getPst()
        PST=0: Path is setup via RSVP-TE signaling protocol(default).
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 pst, or null if not present