Interface Rp

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Rp>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<RpObject>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Object, ObjectHeader

    public interface Rp
    extends org.opendaylight.yangtools.yang.binding.ChildOf<RpObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Rp>, Object

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

     container rp {
       uses object;
       container tlvs {
         uses order-tlv;
         uses vendor-information-tlvs;
         uses path-setup-type-tlv;
       }
       leaf priority {
         type uint8 {
           range 1..7;
         }
       }
       leaf request-id {
         type request-id;
       }
       leaf reoptimization {
         type boolean;
         default false;
       }
       leaf bi-directional {
         type boolean;
         default false;
       }
       leaf loose {
         type boolean;
         default false;
       }
       leaf path-key {
         type boolean;
         default false;
       }
       leaf fragmentation {
         type boolean;
         default false;
       }
       leaf p2mp {
         type boolean;
         default false;
       }
       leaf ero-compression {
         type boolean;
         default false;
       }
       leaf supply-of {
         type boolean;
         default false;
       }
       leaf order {
         type boolean;
         default false;
       }
       leaf make-before-break {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is pcep-types/rp-object/rp

    To create instances of this class use RpBuilder.

    See Also:
    RpBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Rp> 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 Object
        Specified by:
        implementedInterface in interface ObjectHeader
      • getTlvs

        @Nullable Tlvs getTlvs()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.rp.object.rp.Tlvs tlvs, or null if not present
      • getPriority

        @Nullable org.opendaylight.yangtools.yang.common.Uint8 getPriority()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 priority, or null if not present
      • getRequestId

        @Nullable RequestId getRequestId()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.RequestId requestId, or null if not present
      • isReoptimization

        @Nullable Boolean isReoptimization()
        Returns:
        java.lang.Boolean reoptimization, or null if not present
      • isBiDirectional

        @Nullable Boolean isBiDirectional()
        Returns:
        java.lang.Boolean biDirectional, or null if not present
      • isLoose

        @Nullable Boolean isLoose()
        Returns:
        java.lang.Boolean loose, or null if not present
      • isPathKey

        @Nullable Boolean isPathKey()
        Returns:
        java.lang.Boolean pathKey, or null if not present
      • isFragmentation

        @Nullable Boolean isFragmentation()
        Returns:
        java.lang.Boolean fragmentation, or null if not present
      • isP2mp

        @Nullable Boolean isP2mp()
        Returns:
        java.lang.Boolean p2mp, or null if not present
      • isEroCompression

        @Nullable Boolean isEroCompression()
        Returns:
        java.lang.Boolean eroCompression, or null if not present
      • isSupplyOf

        @Nullable Boolean isSupplyOf()
        Returns:
        java.lang.Boolean supplyOf, or null if not present
      • isOrder

        @Nullable Boolean isOrder()
        Returns:
        java.lang.Boolean order, or null if not present
      • isMakeBeforeBreak

        @Nullable Boolean isMakeBeforeBreak()
        Returns:
        java.lang.Boolean makeBeforeBreak, or null if not present