MigrationPlanStats¶
-
class
oci.cloud_migrations.models.MigrationPlanStats(**kwargs)¶ Bases:
objectStatus of the migration plan.
Methods
__init__(**kwargs)Initializes a new MigrationPlanStats object with values from keyword arguments. Attributes
cost_to_migrateGets the cost_to_migrate of this MigrationPlanStats. current_monthly_costGets the current_monthly_cost of this MigrationPlanStats. time_updatedGets the time_updated of this MigrationPlanStats. total_estimated_costGets the total_estimated_cost of this MigrationPlanStats. vm_countGets 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.
- current_monthly_cost (oci.cloud_migrations.models.CurrentMonthlyCost) – The value to assign to the current_monthly_cost property of this MigrationPlanStats.
- cost_to_migrate (oci.cloud_migrations.models.CostToMigrate) – The value to assign to the cost_to_migrate property of this MigrationPlanStats.
-
cost_to_migrate¶ Gets the cost_to_migrate of this MigrationPlanStats.
Returns: The cost_to_migrate of this MigrationPlanStats. Return type: oci.cloud_migrations.models.CostToMigrate
-
current_monthly_cost¶ Gets the current_monthly_cost of this MigrationPlanStats.
Returns: The current_monthly_cost of this MigrationPlanStats. Return type: oci.cloud_migrations.models.CurrentMonthlyCost
-
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
-