Class MigrationPlanStats
Status of the migration plan.
Inheritance
MigrationPlanStats
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class MigrationPlanStats
Properties
CostToMigrate
Declaration
[JsonProperty(PropertyName = "costToMigrate")]
public CostToMigrate CostToMigrate { get; set; }
Property Value
CurrentMonthlyCost
Declaration
[JsonProperty(PropertyName = "currentMonthlyCost")]
public CurrentMonthlyCost CurrentMonthlyCost { get; set; }
Property Value
TimeUpdated
Declaration
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
| Type |
Description |
| DateTime? |
The time when the migration plan was calculated. An RFC3339 formatted datetime string.
|
TotalEstimatedCost
Declaration
[JsonProperty(PropertyName = "totalEstimatedCost")]
public CostEstimation TotalEstimatedCost { get; set; }
Property Value
VmCount
Declaration
[JsonProperty(PropertyName = "vmCount")]
public int? VmCount { get; set; }
Property Value
| Type |
Description |
| int? |
The total count of VMs in migration
|