Interface RecordRouteSubobjects

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    ReportedHops1, SecondaryRecordRouteSubobjects, Subobject, Subobject, SubobjectContainer, SubobjectContainer

    public interface RecordRouteSubobjects
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module rsvp

     grouping record-route-subobjects {
       leaf protection-available {
         type boolean;
         default false;
       }
       leaf protection-in-use {
         type boolean;
         default false;
       }
       choice subobject-type {
         case ip-prefix-case {
           container ip-prefix {
             uses ip-prefix-subobject;
           }
         }
         case label-case {
           container label {
             uses label-subobject;
             leaf global {
               type boolean;
               default false;
             }
           }
         }
         case unnumbered-case {
           container unnumbered {
             uses unnumbered-subobject;
           }
         }
         case path-key-case {
           container path-key {
             uses path-key-subobject;
           }
         }
       }
     }
     
    The schema path to identify an instance is rsvp/record-route-subobjects
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends RecordRouteSubobjects> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isProtectionAvailable

        Boolean isProtectionAvailable()
        Returns:
        java.lang.Boolean protectionAvailable, or null if not present
      • isProtectionInUse

        Boolean isProtectionInUse()
        Returns:
        java.lang.Boolean protectionInUse, or null if not present
      • getSubobjectType

        SubobjectType getSubobjectType()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.record.route.subobjects.SubobjectType subobjectType, or null if not present