#[non_exhaustive]pub struct ServerlessV2ScalingConfigurationInfo { /* private fields */ }Expand description
Shows the scaling configuration for an Aurora Serverless v2 DB cluster.
For more information, see Using Amazon Aurora Serverless v2 in the Amazon Aurora User Guide.
Implementations§
source§impl ServerlessV2ScalingConfigurationInfo
impl ServerlessV2ScalingConfigurationInfo
sourcepub fn min_capacity(&self) -> Option<f64>
pub fn min_capacity(&self) -> Option<f64>
The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.
sourcepub fn max_capacity(&self) -> Option<f64>
pub fn max_capacity(&self) -> Option<f64>
The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.
source§impl ServerlessV2ScalingConfigurationInfo
impl ServerlessV2ScalingConfigurationInfo
sourcepub fn builder() -> ServerlessV2ScalingConfigurationInfoBuilder
pub fn builder() -> ServerlessV2ScalingConfigurationInfoBuilder
Creates a new builder-style object to manufacture ServerlessV2ScalingConfigurationInfo.
Trait Implementations§
source§impl Clone for ServerlessV2ScalingConfigurationInfo
impl Clone for ServerlessV2ScalingConfigurationInfo
source§fn clone(&self) -> ServerlessV2ScalingConfigurationInfo
fn clone(&self) -> ServerlessV2ScalingConfigurationInfo
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 PartialEq<ServerlessV2ScalingConfigurationInfo> for ServerlessV2ScalingConfigurationInfo
impl PartialEq<ServerlessV2ScalingConfigurationInfo> for ServerlessV2ScalingConfigurationInfo
source§fn eq(&self, other: &ServerlessV2ScalingConfigurationInfo) -> bool
fn eq(&self, other: &ServerlessV2ScalingConfigurationInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.