Struct redfish_codegen::models::telemetry_service::v1_3_1::TelemetryService
source · pub struct TelemetryService {Show 19 fields
pub odata_context: Option<Context>,
pub odata_etag: Option<Etag>,
pub odata_id: Id,
pub odata_type: MustBeStr<((char<{ _ }>, T, e, l, e, m), (e, t, r, y, S, e), (r, v, i, c, e, char<{ _ }>), (v, char<{ _ }>, char<{ _ }>, char<{ _ }>, char<{ _ }>, char<{ _ }>), (char<{ _ }>, T, e, l, e, m), (e, t, r, y, S, (e, r, v, i, c, e)))>,
pub actions: Option<Actions>,
pub description: Option<Description>,
pub id: Id,
pub log_service: Option<IdRef>,
pub max_reports: Option<i64>,
pub metric_definitions: Option<IdRef>,
pub metric_report_definitions: Option<IdRef>,
pub metric_reports: Option<IdRef>,
pub min_collection_interval: Option<String>,
pub name: Name,
pub oem: Option<Oem>,
pub service_enabled: Option<bool>,
pub status: Option<Status>,
pub supported_collection_functions: Option<Vec<CollectionFunction>>,
pub triggers: Option<IdRef>,
}
Expand description
The TelemetryService schema describes a telemetry service. The telemetry service is used to for collecting and reporting metric data within the Redfish Service.
Fields§
§odata_context: Option<Context>
§odata_etag: Option<Etag>
§odata_id: Id
§odata_type: MustBeStr<((char<{ _ }>, T, e, l, e, m), (e, t, r, y, S, e), (r, v, i, c, e, char<{ _ }>), (v, char<{ _ }>, char<{ _ }>, char<{ _ }>, char<{ _ }>, char<{ _ }>), (char<{ _ }>, T, e, l, e, m), (e, t, r, y, S, (e, r, v, i, c, e)))>
§actions: Option<Actions>
§description: Option<Description>
§id: Id
§log_service: Option<IdRef>
§max_reports: Option<i64>
The maximum number of metric reports that this service supports.
metric_definitions: Option<IdRef>
§metric_report_definitions: Option<IdRef>
§metric_reports: Option<IdRef>
§min_collection_interval: Option<String>
The minimum time interval between gathering metric data that this service allows.
name: Name
§oem: Option<Oem>
§service_enabled: Option<bool>
An indication of whether this service is enabled.
status: Option<Status>
§supported_collection_functions: Option<Vec<CollectionFunction>>
The functions that can be performed over each metric.
triggers: Option<IdRef>
Trait Implementations§
source§impl Clone for TelemetryService
impl Clone for TelemetryService
source§fn clone(&self) -> TelemetryService
fn clone(&self) -> TelemetryService
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TelemetryService
impl Debug for TelemetryService
source§impl Default for TelemetryService
impl Default for TelemetryService
source§fn default() -> TelemetryService
fn default() -> TelemetryService
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TelemetryService
impl<'de> Deserialize<'de> for TelemetryService
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more