Show / Hide Table of Contents

Class AsIsResourceAssessmentStrategy

The 'As-Is' based strategy.

Inheritance
object
ResourceAssessmentStrategy
AsIsResourceAssessmentStrategy
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 AsIsResourceAssessmentStrategy : 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.

In this article
Back to top