X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fdomain%2Fevents.py;h=7ab04a01cb548f852c19cef76304dc665217b4c4;hb=f73c8e3b01b8f5b7438ba544870e06d8f30cdea0;hp=c97c6880593e3709f8473f8fadc8b5a3f72e5350;hpb=71f8155b3b60befb21aabaffe0b0cf4d940eda61;p=pti%2Fo2.git diff --git a/o2ims/domain/events.py b/o2ims/domain/events.py index c97c688..7ab04a0 100644 --- a/o2ims/domain/events.py +++ b/o2ims/domain/events.py @@ -20,3 +20,8 @@ from o2common.domain.events import Event @dataclass class OcloudUpdated(Event): oCloudId: str + + +@dataclass +class ResourceTypeUpdated(Event): + oCloudId: str