Show / Hide Table of Contents

Class AverageResourceAssessmentStrategy

The strategy based on average usage.

Inheritance
object
ResourceAssessmentStrategy
AverageResourceAssessmentStrategy
Inherited Members
ResourceAssessmentStrategy.ResourceType
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class AverageResourceAssessmentStrategy : ResourceAssessmentStrategy

Properties

AdjustmentMultiplier

Declaration
[JsonProperty(PropertyName = "adjustmentMultiplier")]
public float? AdjustmentMultiplier { get; set; }
Property Value
Type Description
float?

The real resource usage is multiplied to this number before making any recommendation.

MetricTimeWindow

Declaration
[JsonProperty(PropertyName = "metricTimeWindow")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MetricTimeWindow? MetricTimeWindow { get; set; }
Property Value
Type Description
MetricTimeWindow?

The current state of the migration plan.

MetricType

Declaration
[JsonProperty(PropertyName = "metricType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MetricType? MetricType { get; set; }
Property Value
Type Description
MetricType?

The current state of the migration plan.

In this article
Back to top