public static class MigrationPlanStats.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MigrationPlanStats |
build() |
MigrationPlanStats.Builder |
copy(MigrationPlanStats model) |
MigrationPlanStats.Builder |
timeUpdated(Date timeUpdated)
The time when the migration plan was calculated.
|
MigrationPlanStats.Builder |
totalEstimatedCost(CostEstimation totalEstimatedCost) |
MigrationPlanStats.Builder |
vmCount(Integer vmCount)
The total count of VMs in migration
|
public MigrationPlanStats.Builder totalEstimatedCost(CostEstimation totalEstimatedCost)
public MigrationPlanStats.Builder timeUpdated(Date timeUpdated)
The time when the migration plan was calculated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic MigrationPlanStats.Builder vmCount(Integer vmCount)
The total count of VMs in migration
vmCount
- the value to setpublic MigrationPlanStats build()
public MigrationPlanStats.Builder copy(MigrationPlanStats model)
Copyright © 2016–2024. All rights reserved.