Struct google_autoscaler1_beta2::AutoscalingPolicyCpuUtilization [] [src]

pub struct AutoscalingPolicyCpuUtilization {
    pub utilization_target: Option<f64>,
}

CPU utilization policy.

This type is not used in any activity, and only used as part of another schema.

Fields

The target utilization that the Autoscaler should maintain. It is represented as a fraction of used cores. For example: 6 cores used in 8-core VM are represented here as 0.75. Must be a float value between (0, 1]. If not defined, the default is 0.8.

Trait Implementations

impl Debug for AutoscalingPolicyCpuUtilization
[src]

Formats the value using the given formatter.

impl Clone for AutoscalingPolicyCpuUtilization
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AutoscalingPolicyCpuUtilization
[src]

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

impl Part for AutoscalingPolicyCpuUtilization
[src]