pub trait ProcessorMetrics {
    // Required method
    fn get(
        chassis_id: String,
        network_adapter_id: String,
        processor_id: String
    ) -> ProcessorMetricsGetResponse;
}

Required Methods§

source

fn get( chassis_id: String, network_adapter_id: String, processor_id: String ) -> ProcessorMetricsGetResponse

Implementors§