Class MigrationPlanStats
Status of the migration plan.
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class MigrationPlanStats
Properties
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
Type | Description |
---|---|
CostEstimation |
VmCount
Declaration
[JsonProperty(PropertyName = "vmCount")]
public int? VmCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The total count of VMs in migration |