Skip to content

Commit 955a503

Browse files
committed
Update InterDatacenterMigration1 example docs
Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
1 parent de61f36 commit 955a503

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/main/java/org/cloudsimplus/examples/migration/InterDatacenterMigration1.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,12 @@
7575
* cloud providers.
7676
* </p>
7777
*
78-
* <p>The example then performs VM migration using
78+
* <p>Realize the example is creating datacenters in private and public clouds.
79+
* This way, when migrating VMs from/to a public cloud, non-live migration will be performed,
80+
* where the VM is shutdown and restarted on the target datacenter.
81+
* Check {@link DatacenterCharacteristics#getDistribution()} for details.</p>
82+
*
83+
* <p>The example performs VM migration using
7984
* a {@link VmAllocationPolicyMigrationFirstFitStaticThreshold}.
8085
* Such a policy migrates VMs based on
8186
* a static host CPU utilization threshold.

0 commit comments

Comments
 (0)