Interface OdlSrmOpsData

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

    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 Detail

      • getServiceOps

        ServiceOps getServiceOps()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.ServiceOps serviceOps, or null if not present