Package virtualization :: Module constants
[hide private]
[frames] | no frames]

Module constants

source code

Classes [hide private]
  StateType
  VirtualizationType
  IdentityType
  PropertyType
Variables [hide private]
  VIRT_STATE_NAME_MAP = ('running', 'running', 'running', 'pause...
  VIRT_VDSM_STATUS_MAP = {'Down': 'shutdown', 'Paused': 'paused'...
  __package__ = None
hash(x)
Variables Details [hide private]

VIRT_STATE_NAME_MAP

Value:
('running',
 'running',
 'running',
 'paused',
 'shutdown',
 'shutoff',
 'crashed')

VIRT_VDSM_STATUS_MAP

Value:
{'Down': 'shutdown',
 'Paused': 'paused',
 'Powering down': 'shutoff',
 'Up': 'running'}