#[non_exhaustive]pub struct VolumeRecommendationOption { /* private fields */ }
Expand description
Describes a recommendation option for an Amazon Elastic Block Store (Amazon EBS) instance.
Implementations
sourceimpl VolumeRecommendationOption
impl VolumeRecommendationOption
sourcepub fn configuration(&self) -> Option<&VolumeConfiguration>
pub fn configuration(&self) -> Option<&VolumeConfiguration>
An array of objects that describe a volume configuration.
sourcepub fn performance_risk(&self) -> f64
pub fn performance_risk(&self) -> f64
The performance risk of the volume recommendation option.
Performance risk is the likelihood of the recommended volume type meeting the performance requirement of your workload.
The value ranges from 0
- 4
, with 0
meaning that the recommended resource is predicted to always provide enough hardware capability. The higher the performance risk is, the more likely you should validate whether the recommendation will meet the performance requirements of your workload before migrating your resource.
sourcepub fn rank(&self) -> i32
pub fn rank(&self) -> i32
The rank of the volume recommendation option.
The top recommendation option is ranked as 1
.
sourcepub fn savings_opportunity(&self) -> Option<&SavingsOpportunity>
pub fn savings_opportunity(&self) -> Option<&SavingsOpportunity>
An object that describes the savings opportunity for the EBS volume recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage.
sourceimpl VolumeRecommendationOption
impl VolumeRecommendationOption
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VolumeRecommendationOption
.
Trait Implementations
sourceimpl Clone for VolumeRecommendationOption
impl Clone for VolumeRecommendationOption
sourcefn clone(&self) -> VolumeRecommendationOption
fn clone(&self) -> VolumeRecommendationOption
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more