Uses of Class
com.oracle.bmc.cloudmigrations.model.MetricType
-
Packages that use MetricType Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of MetricType in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return MetricType Modifier and Type Method Description static MetricType
MetricType. create(String key)
MetricType
AverageResourceAssessmentStrategy. getMetricType()
The current state of the migration plan.MetricType
PeakResourceAssessmentStrategy. getMetricType()
The current state of the migration plan.static MetricType
MetricType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MetricType[]
MetricType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type MetricType Modifier and Type Method Description AverageResourceAssessmentStrategy.Builder
AverageResourceAssessmentStrategy.Builder. metricType(MetricType metricType)
The current state of the migration plan.PeakResourceAssessmentStrategy.Builder
PeakResourceAssessmentStrategy.Builder. metricType(MetricType metricType)
The current state of the migration plan.Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type MetricType Constructor Description AverageResourceAssessmentStrategy(ResourceAssessmentStrategy.ResourceType resourceType, Float adjustmentMultiplier, MetricType metricType, MetricTimeWindow metricTimeWindow)
Deprecated.PeakResourceAssessmentStrategy(ResourceAssessmentStrategy.ResourceType resourceType, Float adjustmentMultiplier, MetricType metricType, MetricTimeWindow metricTimeWindow)
Deprecated.
-