Struct google_compute1::api::AutoscalingPolicyCpuUtilization [−][src]
CPU utilization policy.
This type is not used in any activity, and only used as part of another schema.
Fields
predictive_method: Option<String>Indicates whether predictive autoscaling based on CPU metric is enabled. Valid values are:
- NONE (default). No predictive method is used. The autoscaler scales the group to meet current demand based on real-time metrics. * OPTIMIZE_AVAILABILITY. Predictive autoscaling improves availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated demand.
utilization_target: Option<f64>The target CPU utilization that the autoscaler maintains. Must be a float value in the range (0, 1]. If not specified, the default is 0.6.
If the CPU level is below the target utilization, the autoscaler scales in the number of instances until it reaches the minimum number of instances you specified or until the average CPU of your instances reaches the target utilization.
If the average CPU is above the target utilization, the autoscaler scales out until it reaches the maximum number of instances you specified or until the average utilization reaches the target utilization.
Trait Implementations
impl Clone for AutoscalingPolicyCpuUtilization[src]
fn clone(&self) -> AutoscalingPolicyCpuUtilization[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for AutoscalingPolicyCpuUtilization[src]
impl Default for AutoscalingPolicyCpuUtilization[src]
impl<'de> Deserialize<'de> for AutoscalingPolicyCpuUtilization[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for AutoscalingPolicyCpuUtilization[src]
impl Serialize for AutoscalingPolicyCpuUtilization[src]
Auto Trait Implementations
impl RefUnwindSafe for AutoscalingPolicyCpuUtilization[src]
impl Send for AutoscalingPolicyCpuUtilization[src]
impl Sync for AutoscalingPolicyCpuUtilization[src]
impl Unpin for AutoscalingPolicyCpuUtilization[src]
impl UnwindSafe for AutoscalingPolicyCpuUtilization[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,