Package | Description |
---|---|
com.oracle.bmc.cloudmigrations.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
AverageResourceAssessmentStrategy(ResourceAssessmentStrategy.ResourceType resourceType,
Float adjustmentMultiplier,
MetricType metricType,
MetricTimeWindow metricTimeWindow)
Deprecated.
|
PeakResourceAssessmentStrategy(ResourceAssessmentStrategy.ResourceType resourceType,
Float adjustmentMultiplier,
MetricType metricType,
MetricTimeWindow metricTimeWindow)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.