Interface PceIdObject

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    MetricPce, PceIdList

    @Generated("mdsal-binding-generator")
    public interface PceIdObject
    extends org.opendaylight.yangtools.yang.binding.DataObject
    The PCE-ID object is used to specify a PCE's IP address.

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

     grouping pce-id-object {
       container pce-id {
         uses object;
         leaf ip-address {
           type inet:ip-address-no-zone;
         }
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

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

        PceId getPceId()
        Return pceId, or null if it is not present.
        Returns:
        PceId pceId, or null if it is not present.