Show / Hide Table of Contents

Class MigrationPlanStats

Status of the migration plan.

Inheritance
object
MigrationPlanStats
Inherited Members
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 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

In this article
Back to top