Package comodit_client :: Package api :: Module host :: Class Host :: Class State

Class State


The states a host can be in. States have the following meaning:

Instance Methods

Inherited from object: __long__, __native__, __nonzero__, __unicode__, next

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  DEFINED = 'DEFINED'
  PROVISIONING = 'PROVISIONING'
  READY = 'READY'
  UPDATING = 'UPDATING'
  ERROR = 'ERROR'
Properties

Inherited from object: __class__