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 MetricTypeMetricType. create(String key)MetricTypeAverageResourceAssessmentStrategy. getMetricType()The current state of the migration plan.MetricTypePeakResourceAssessmentStrategy. getMetricType()The current state of the migration plan.static MetricTypeMetricType. 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.BuilderAverageResourceAssessmentStrategy.Builder. metricType(MetricType metricType)The current state of the migration plan.PeakResourceAssessmentStrategy.BuilderPeakResourceAssessmentStrategy.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.
-