public static interface VolumeRecommendationOption.Builder extends SdkPojo, CopyableBuilder<VolumeRecommendationOption.Builder,VolumeRecommendationOption>
| Modifier and Type | Method and Description |
|---|---|
default VolumeRecommendationOption.Builder |
configuration(Consumer<VolumeConfiguration.Builder> configuration)
An array of objects that describe a volume configuration.
|
VolumeRecommendationOption.Builder |
configuration(VolumeConfiguration configuration)
An array of objects that describe a volume configuration.
|
VolumeRecommendationOption.Builder |
performanceRisk(Double performanceRisk)
The performance risk of the volume recommendation option.
|
VolumeRecommendationOption.Builder |
rank(Integer rank)
The rank of the volume recommendation option.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVolumeRecommendationOption.Builder configuration(VolumeConfiguration configuration)
An array of objects that describe a volume configuration.
configuration - An array of objects that describe a volume configuration.default VolumeRecommendationOption.Builder configuration(Consumer<VolumeConfiguration.Builder> configuration)
An array of objects that describe a volume configuration.
This is a convenience that creates an instance of theVolumeConfiguration.Builder avoiding the need
to create one manually via VolumeConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to configuration(VolumeConfiguration).configuration - a consumer that will call methods on VolumeConfiguration.Builderconfiguration(VolumeConfiguration)VolumeRecommendationOption.Builder performanceRisk(Double 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 to 5, 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.
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 to 5, 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.Builder rank(Integer rank)
The rank of the volume recommendation option.
The top recommendation option is ranked as 1.
rank - The rank of the volume recommendation option.
The top recommendation option is ranked as 1.
Copyright © 2021. All rights reserved.