Interface PrefixCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PrefixCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Segments>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, SegmentSpecification

    public interface PrefixCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<PrefixCase>, SegmentSpecification

    This class represents the following YANG schema fragment defined in module network-topology-sr

     case prefix-case {
       container prefix {
         leaf prefix {
           type inet:ip-prefix;
         }
         leaf node-sid {
           type boolean;
           default false;
         }
       }
     }
     
    The schema path to identify an instance is network-topology-sr/sr-node-attributes/segments/segment-specification/prefix-case
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<PrefixCase> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getPrefix

        @Nullable Prefix getPrefix()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes.segments.segment.specification.prefix._case.Prefix prefix, or null if not present