Struct google_appengine1_beta4::api::CpuUtilization
source · pub struct CpuUtilization {
pub aggregation_window_length: Option<Duration>,
pub target_utilization: Option<f64>,
}Expand description
Target scaling by CPU usage.
This type is not used in any activity, and only used as part of another schema.
Fields§
§aggregation_window_length: Option<Duration>Period of time over which CPU utilization is calculated.
target_utilization: Option<f64>Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.
Trait Implementations§
source§impl Clone for CpuUtilization
impl Clone for CpuUtilization
source§fn clone(&self) -> CpuUtilization
fn clone(&self) -> CpuUtilization
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 CpuUtilization
impl Debug for CpuUtilization
source§impl Default for CpuUtilization
impl Default for CpuUtilization
source§fn default() -> CpuUtilization
fn default() -> CpuUtilization
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CpuUtilization
impl<'de> Deserialize<'de> for CpuUtilization
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