Package occi :: Package extensions :: Module infrastructure
[hide private]
[frames] | no frames]

Module infrastructure

source code

The OCCI Infrastructure extension.

Created on Jul 20, 2011


Author: tmetsch

Variables [hide private]
  START = action
  STOP = action
  RESTART = action
  SUSPEND = action
  COMPUTE_ATTRIBUTES = {'occi.compute.architecture': '', 'occi.c...
  COMPUTE = kind
  UP = action
  DOWN = action
  NETWORK_ATTRIBUTES = {'occi.network.label': '', 'occi.network....
  NETWORK = kind
  IPNETWORK_ATTRIBUTES = {'occi.network.address': '', 'occi.netw...
  IPNETWORK = mixin
  ONLINE = action
  OFFLINE = action
  BACKUP = action
  SNAPSHOT = action
  RESIZE = action
  STORAGE_ATTRIBUTES = {'occi.storage.size': '', 'occi.storage.s...
  STORAGE = kind
  NETWORKINTERFACE_ATTRIBUTES = {'occi.networkinterface.interfac...
  NETWORKINTERFACE = kind
  IPNETWORKINTERFACE_ATTRIBUTES = {'occi.networkinterface.addres...
  IPNETWORKINTERFACE = mixin
  STORAGELINK_ATTRIBUTES = {'occi.storagelink.deviceid': '', 'oc...
  STORAGELINK = kind
  RESOURCE_TEMPLATE = mixin
  OS_TEMPLATE = mixin
  __package__ = 'occi.extensions'

Imports: Action, Kind, Resource, Mixin, Link


Variables Details [hide private]

COMPUTE_ATTRIBUTES

Value:
{'occi.compute.architecture': '',
 'occi.compute.cores': '',
 'occi.compute.hostname': '',
 'occi.compute.memory': '',
 'occi.compute.speed': '',
 'occi.compute.state': 'immutable'}

NETWORK_ATTRIBUTES

Value:
{'occi.network.label': '',
 'occi.network.state': 'immutable',
 'occi.network.vlan': ''}

IPNETWORK_ATTRIBUTES

Value:
{'occi.network.address': '',
 'occi.network.allocation': '',
 'occi.network.gateway': ''}

STORAGE_ATTRIBUTES

Value:
{'occi.storage.size': '', 'occi.storage.state': 'immutable'}

NETWORKINTERFACE_ATTRIBUTES

Value:
{'occi.networkinterface.interface': 'immutable',
 'occi.networkinterface.mac': '',
 'occi.networkinterface.state': 'immutable'}

IPNETWORKINTERFACE_ATTRIBUTES

Value:
{'occi.networkinterface.address': '',
 'occi.networkinterface.allocation': '',
 'occi.networkinterface.gateway': ''}

STORAGELINK_ATTRIBUTES

Value:
{'occi.storagelink.deviceid': '',
 'occi.storagelink.mountpoint': '',
 'occi.storagelink.state': 'immutable'}