Struct google_appengine1::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 CPU utilization ratio to maintain when scaling. Must be between 0 and 1.

Period of time over which CPU utilization is calculated.

Trait Implementations

impl Default for CpuUtilization
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for CpuUtilization
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CpuUtilization
[src]

[src]

Formats the value using the given formatter.

impl Part for CpuUtilization
[src]