Interface GroupFeaturesUpdated

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GroupFeaturesUpdated>, org.opendaylight.yangtools.yang.binding.BaseNotification, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, GroupFeatures, GroupFeaturesReply, MultipartTransactionAware, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Node, org.opendaylight.yangtools.yang.binding.Notification, TransactionAware

    @Deprecated
    public interface GroupFeaturesUpdated
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<GroupFeaturesUpdated>, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Node, GroupFeaturesReply, MultipartTransactionAware, org.opendaylight.yangtools.yang.binding.Notification
    Deprecated.

    This class represents the following YANG schema fragment defined in module opendaylight-group-statistics

     notification group-features-updated {
       status deprecated;
       uses inv:node;
       uses group-types:group-features-reply;
       uses tr:multipart-transaction-aware;
     }
     
    The schema path to identify an instance is opendaylight-group-statistics/group-features-updated

    To create instances of this class use GroupFeaturesUpdatedBuilder.

    See Also:
    GroupFeaturesUpdatedBuilder