Struct aws_sdk_rds::model::UpgradeTarget
source · [−]#[non_exhaustive]pub struct UpgradeTarget { /* private fields */ }Expand description
The version of the database engine that a DB instance can be upgraded to.
Implementations
sourceimpl UpgradeTarget
impl UpgradeTarget
sourcepub fn engine_version(&self) -> Option<&str>
pub fn engine_version(&self) -> Option<&str>
The version number of the upgrade target database engine.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The version of the database engine that a DB instance can be upgraded to.
sourcepub fn auto_upgrade(&self) -> bool
pub fn auto_upgrade(&self) -> bool
A value that indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.
sourcepub fn is_major_version_upgrade(&self) -> bool
pub fn is_major_version_upgrade(&self) -> bool
A value that indicates whether upgrading to the target version requires upgrading the major version of the database engine.
sourcepub fn supported_engine_modes(&self) -> Option<&[String]>
pub fn supported_engine_modes(&self) -> Option<&[String]>
A list of the supported DB engine modes for the target engine version.
sourcepub fn supports_parallel_query(&self) -> Option<bool>
pub fn supports_parallel_query(&self) -> Option<bool>
A value that indicates whether you can use Aurora parallel query with the target engine version.
sourcepub fn supports_global_databases(&self) -> Option<bool>
pub fn supports_global_databases(&self) -> Option<bool>
A value that indicates whether you can use Aurora global databases with the target engine version.
sourcepub fn supports_babelfish(&self) -> Option<bool>
pub fn supports_babelfish(&self) -> Option<bool>
A value that indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.
sourceimpl UpgradeTarget
impl UpgradeTarget
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpgradeTarget.
Trait Implementations
sourceimpl Clone for UpgradeTarget
impl Clone for UpgradeTarget
sourcefn clone(&self) -> UpgradeTarget
fn clone(&self) -> UpgradeTarget
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more