Struct google_appengine1::api::CpuUtilization [−][src]
pub struct CpuUtilization {
pub aggregation_window_length: Option<String>,
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<String>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
Returns the “default value” for a type. Read more
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
Auto Trait Implementations
impl RefUnwindSafe for CpuUtilization
impl Send for CpuUtilization
impl Sync for CpuUtilization
impl Unpin for CpuUtilization
impl UnwindSafe for CpuUtilization
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more