Struct google_manager1_beta2::AutoscalingModule [] [src]

pub struct AutoscalingModule {
    pub max_num_replicas: Option<i32>,
    pub description: Option<String>,
    pub target_module: Option<String>,
    pub target_utilization: Option<f64>,
    pub signal_type: Option<String>,
    pub min_num_replicas: Option<i32>,
    pub cool_down_period_sec: Option<i32>,
}

There is no detailed description.

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

Fields

no description provided

no description provided

no description provided

target_utilization should be in range [0,1].

no description provided

no description provided

no description provided

Trait Implementations

impl Debug for AutoscalingModule
[src]

Formats the value using the given formatter.

impl Clone for AutoscalingModule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AutoscalingModule
[src]

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

impl Part for AutoscalingModule
[src]