ResourceProvisioner
implementations
that define policies used by a Host
to manage the allocation of some resource for its VMs, such as
Ram
,
Bandwidth
or Pe
.See: Description
Interface | Description |
---|---|
PeProvisioner |
A class that represents the provisioning policy
used by a host to allocate its PEs to virtual machines inside it.
|
ResourceProvisioner |
Class | Description |
---|---|
PeProvisionerSimple |
A
PeProvisioner that uses a best-effort policy to allocate virtual PEs to VMs from a physical PE:
if there is available MIPS on the physical PE, it allocates to a virtual PE; otherwise, it fails. |
ResourceProvisionerAbstract |
An abstract class that implements the basic features of a provisioning policy used by a host
to allocate a given resource to virtual machines inside it.
|
ResourceProvisionerSimple |
ResourceProvisionerSimple is a
ResourceProvisioner implementation
which uses a best-effort policy to allocate a resource to VMs:
if there is available amount of the resource on the host, it allocates;
otherwise, it fails. |
ResourceProvisioner
implementations
that define policies used by a Host
to manage the allocation of some resource for its VMs, such as
Ram
,
Bandwidth
or Pe
.Copyright © 2015–2018 Systems, Security and Image Communication Lab - Instituto de Telecomunicações (IT) - Universidade da Beira Interior (UBI) - Instituto Federal de Educação Ciência e Tecnologia do Tocantins (IFTO). All rights reserved.