Class: IControl::Management::Provision::ProvisionLevel

Inherits:
Base::Enumeration
  • Object
show all
Defined in:
lib/icontrol/management/provision.rb,
lib/icontrol/management/provision.rb

Overview

module provisioning levels

Constant Summary collapse

PROVISION_LEVEL_NONE =

No resources

:PROVISION_LEVEL_NONE
PROVISION_LEVEL_MINIMUM =

Minimal resources

:PROVISION_LEVEL_MINIMUM
PROVISION_LEVEL_NOMINAL =

Normal resources

:PROVISION_LEVEL_NOMINAL
PROVISION_LEVEL_DEDICATED =

Maximum resources

:PROVISION_LEVEL_DEDICATED
PROVISION_LEVEL_CUSTOM =

Resources above the minimum are divvied up according to user-specified ratios

:PROVISION_LEVEL_CUSTOM