MigrationPlanStats¶
-
class
oci.cloud_migrations.models.
MigrationPlanStats
(**kwargs)¶ Bases:
object
Status of the migration plan.
Methods
__init__
(**kwargs)Initializes a new MigrationPlanStats object with values from keyword arguments. Attributes
time_updated
Gets the time_updated of this MigrationPlanStats. total_estimated_cost
Gets the total_estimated_cost of this MigrationPlanStats. vm_count
Gets the vm_count of this MigrationPlanStats. -
__init__
(**kwargs)¶ Initializes a new MigrationPlanStats object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - total_estimated_cost (oci.cloud_migrations.models.CostEstimation) – The value to assign to the total_estimated_cost property of this MigrationPlanStats.
- time_updated (datetime) – The value to assign to the time_updated property of this MigrationPlanStats.
- vm_count (int) – The value to assign to the vm_count property of this MigrationPlanStats.
-
time_updated
¶ Gets the time_updated of this MigrationPlanStats. The time when the migration plan was calculated. An RFC3339 formatted datetime string.
Returns: The time_updated of this MigrationPlanStats. Return type: datetime
-
total_estimated_cost
¶ Gets the total_estimated_cost of this MigrationPlanStats.
Returns: The total_estimated_cost of this MigrationPlanStats. Return type: oci.cloud_migrations.models.CostEstimation
-
vm_count
¶ Gets the vm_count of this MigrationPlanStats. The total count of VMs in migration
Returns: The vm_count of this MigrationPlanStats. Return type: int
-