Struct google_appengine1_beta5::CpuUtilization [−][src]
pub struct CpuUtilization {
pub target_utilization: Option<f64>,
pub aggregation_window_length: Option<String>,
}Target scaling by CPU usage.
This type is not used in any activity, and only used as part of another schema.
Fields
target_utilization: Option<f64>
Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.
aggregation_window_length: Option<String>
Period of time over which CPU utilization is calculated.
Trait Implementations
impl Default for CpuUtilization[src]
impl Default for CpuUtilizationfn default() -> CpuUtilization[src]
fn default() -> CpuUtilizationReturns the "default value" for a type. Read more
impl Clone for CpuUtilization[src]
impl Clone for CpuUtilizationfn clone(&self) -> CpuUtilization[src]
fn clone(&self) -> CpuUtilizationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for CpuUtilization[src]
impl Debug for CpuUtilizationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for CpuUtilization[src]
impl Part for CpuUtilizationAuto Trait Implementations
impl Send for CpuUtilization
impl Send for CpuUtilizationimpl Sync for CpuUtilization
impl Sync for CpuUtilization