libZSservicesZSamazonka-compute-optimizerZSamazonka-compute-optimizer
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption

Description

 
Synopsis

Documentation

data VolumeRecommendationOption Source #

Describes a recommendation option for an Amazon Elastic Block Store (Amazon EBS) instance.

See: newVolumeRecommendationOption smart constructor.

Constructors

VolumeRecommendationOption' 

Fields

  • performanceRisk :: Maybe Double

    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.

  • configuration :: Maybe VolumeConfiguration

    An array of objects that describe a volume configuration.

  • rank :: Maybe Int

    The rank of the volume recommendation option.

    The top recommendation option is ranked as 1.

Instances

Instances details
Eq VolumeRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption

Read VolumeRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption

Show VolumeRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption

Generic VolumeRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption

Associated Types

type Rep VolumeRecommendationOption :: Type -> Type #

NFData VolumeRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption

Hashable VolumeRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption

FromJSON VolumeRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption

type Rep VolumeRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption

type Rep VolumeRecommendationOption = D1 ('MetaData "VolumeRecommendationOption" "Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption" "libZSservicesZSamazonka-compute-optimizerZSamazonka-compute-optimizer" 'False) (C1 ('MetaCons "VolumeRecommendationOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "performanceRisk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeConfiguration)) :*: S1 ('MetaSel ('Just "rank") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newVolumeRecommendationOption :: VolumeRecommendationOption Source #

Create a value of VolumeRecommendationOption with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:performanceRisk:VolumeRecommendationOption', volumeRecommendationOption_performanceRisk - 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.

$sel:configuration:VolumeRecommendationOption', volumeRecommendationOption_configuration - An array of objects that describe a volume configuration.

$sel:rank:VolumeRecommendationOption', volumeRecommendationOption_rank - The rank of the volume recommendation option.

The top recommendation option is ranked as 1.

volumeRecommendationOption_performanceRisk :: Lens' VolumeRecommendationOption (Maybe Double) Source #

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.

volumeRecommendationOption_configuration :: Lens' VolumeRecommendationOption (Maybe VolumeConfiguration) Source #

An array of objects that describe a volume configuration.

volumeRecommendationOption_rank :: Lens' VolumeRecommendationOption (Maybe Int) Source #

The rank of the volume recommendation option.

The top recommendation option is ranked as 1.