Struct google_bigtableadmin2::api::ClusterConfig
source · pub struct ClusterConfig {
pub cluster_autoscaling_config: Option<ClusterAutoscalingConfig>,
}Expand description
Configuration for a cluster.
This type is not used in any activity, and only used as part of another schema.
Fields§
§cluster_autoscaling_config: Option<ClusterAutoscalingConfig>Autoscaling configuration for this cluster.
Trait Implementations§
source§impl Clone for ClusterConfig
impl Clone for ClusterConfig
source§fn clone(&self) -> ClusterConfig
fn clone(&self) -> ClusterConfig
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 ClusterConfig
impl Debug for ClusterConfig
source§impl Default for ClusterConfig
impl Default for ClusterConfig
source§fn default() -> ClusterConfig
fn default() -> ClusterConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClusterConfig
impl<'de> Deserialize<'de> for ClusterConfig
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