DynamicxAppSpec
DynamicxAppSpec defines the desired state of DynamicxApp
ElementTemplate field of tag element-template
ElementTemplate is the EdgeNetwork object from Athena API that this xApp is representing.
Target field of tag target
Target is a Near RT RIC ID that this deployment should target.
RicTargets field of tag ric-targets
RicTargets is a list of the RICs that this deployment should target.
AssociatedJobs field of tag policy-jobs
AssociatedJobs is a list of the names of the PolicyJobs or MonitoringJobs that are associated with this deployment.
Stimulators field of tag stimulators
Stimulators are triggers that any of them being true would initiate the deployment of the xApp. In other words, these triggers are ORed together. If not defined, the deployment would be immediate.
Preconditions field of tag preconditions
Preconditions are triggers that all of them being true would initiate the deployment of the xApp. They are evaluated after the Stimulators and are ANDed together. If not defined, the deployment would be immediate after the Stimulators are evaluated.
Breakers field of tag breakers
Breakers are triggers that any of them being true would result in ending the deployment of the xApp. In other words, these triggers are ORed together. If not defined, the deployment would be executed until they are completed or the Timeout is reached.
Timeout field of tag timeout
Timeout is the maximum amount of time that the deployment should take. If not defined, the deployment would be executed until they are completed or the Breakers are triggered.