Interface BoundServicesStateList

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<BoundServicesStateList>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<InterfaceServiceBindingsData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface BoundServicesStateList
    extends org.opendaylight.yangtools.yang.binding.ChildOf<InterfaceServiceBindingsData>, org.opendaylight.yangtools.yang.binding.Augmentable<BoundServicesStateList>
    Contains the interface-state information for bound-services

    This class represents the following YANG schema fragment defined in module interface-service-bindings

     container bound-services-state-list {
       config false;
       list bound-services-state {
         key "interface-name service-mode";
         leaf interface-name {
           type string;
         }
         leaf service-mode {
           type identityref {
             base service-mode-base;
           }
         }
         leaf dpid {
           type uint64;
         }
         leaf port-no {
           type uint32;
         }
         leaf if-index {
           type int32;
         }
         leaf interface-type {
           type identityref {
             base interface-type;
           }
         }
       }
     }
     
    The schema path to identify an instance is interface-service-bindings/bound-services-state-list

    To create instances of this class use BoundServicesStateListBuilder.

    See Also:
    BoundServicesStateListBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<BoundServicesStateList> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getBoundServicesState

        @Nullable java.util.List<BoundServicesState> getBoundServicesState()
        Returns:
        java.util.List boundServicesState, or null if not present
      • nonnullBoundServicesState

        default @NonNull java.util.List<BoundServicesState> nonnullBoundServicesState()
        Returns:
        java.util.List boundServicesState, or an empty list if it is not present