pub enum TriggerActionEnum {
LogToLogService,
RedfishEvent,
RedfishMetricReport,
}
Expand description
The actions to perform when a trigger condition is met.
Variants§
LogToLogService
This value indicates that when a trigger condition is met, the service shall log the occurrence of the condition to the log that the LogService property in the telemetry service resource describes.
RedfishEvent
This value indicates that when a trigger condition is met, the service shall send an event to subscribers.
RedfishMetricReport
This value indicates that when a trigger condition is met, the service shall force the metric reports managed by the MetricReportDefinitions specified by the MetricReportDefinitions property to be updated, regardless of the MetricReportDefinitionType property value. The actions specified in the ReportActions property of each MetricReportDefinition shall be performed. Added in version v1_1_0.
Trait Implementations§
Source§impl Clone for TriggerActionEnum
impl Clone for TriggerActionEnum
Source§fn clone(&self) -> TriggerActionEnum
fn clone(&self) -> TriggerActionEnum
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
source
. Read more