pub struct ClusterAutoscalingConfig {
pub autoscaling_limits: Option<AutoscalingLimits>,
pub autoscaling_targets: Option<AutoscalingTargets>,
}Expand description
Autoscaling config for a cluster.
This type is not used in any activity, and only used as part of another schema.
Fields§
§autoscaling_limits: Option<AutoscalingLimits>Required. Autoscaling limits for this cluster.
autoscaling_targets: Option<AutoscalingTargets>Required. Autoscaling targets for this cluster.
Trait Implementations§
source§impl Clone for ClusterAutoscalingConfig
impl Clone for ClusterAutoscalingConfig
source§fn clone(&self) -> ClusterAutoscalingConfig
fn clone(&self) -> ClusterAutoscalingConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ClusterAutoscalingConfig
impl Debug for ClusterAutoscalingConfig
source§impl Default for ClusterAutoscalingConfig
impl Default for ClusterAutoscalingConfig
source§fn default() -> ClusterAutoscalingConfig
fn default() -> ClusterAutoscalingConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClusterAutoscalingConfig
impl<'de> Deserialize<'de> for ClusterAutoscalingConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more