All Superinterfaces:
org.opendaylight.yangtools.yang.binding.DataRoot

@Generated("mdsal-binding-generator") public interface OdlSrmOpsData extends org.opendaylight.yangtools.yang.binding.DataRoot

This class represents the following YANG schema fragment defined in module odl-srm-ops

 module odl-srm-ops {
   namespace urn:opendaylight:serviceutils:srm:ops;
   prefix srmops;
   import odl-srm-types {
     prefix srmtype;
   }
   revision 2018-06-26 {
   }
   container service-ops {
     config false;
     list services {
       key service-name;
       leaf service-name {
         type identityref {
           base entity-name-base;
         }
       }
       list operations {
         key entity-name;
         leaf entity-name {
           type identityref {
             base entity-name-base;
           }
         }
         leaf entity-type {
           type identityref {
             base entity-type-base;
           }
         }
         leaf entity-id {
           type string;
         }
         leaf trigger-operation {
           type identityref {
             base service-op-base;
           }
         }
       }
     }
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return serviceOps, or null if it is not present.
    @NonNull ServiceOps
    Return serviceOps, or an empty instance if it is not present.
  • Method Details

    • getServiceOps

      ServiceOps getServiceOps()
      Return serviceOps, or null if it is not present.
      Returns:
      ServiceOps serviceOps, or null if it is not present.
    • nonnullServiceOps

      @NonNull ServiceOps nonnullServiceOps()
      Return serviceOps, or an empty instance if it is not present.
      Returns:
      ServiceOps serviceOps, or an empty instance if it is not present.