Package comodit_client :: Package api :: Module settings :: Class PropertySetting

Class PropertySetting


Property setting representation. A property setting has a value that depends on the value of host instance's property (see Property).

Instance Methods

Inherited from entity.Entity: __init__, create, delete, dump, load, refresh, rename, show, update

Inherited from util.json_wrapper.JsonWrapper: dump_json, get_json, get_real_json, load_json, print_json, set_json

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

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

Properties
string property_f
Property key.
string del_property_f
Property key.

Inherited from Setting: identifier, key, name

Inherited from entity.Entity: client, description, label, url, uuid

Inherited from object: __class__

Property Details

property_f

Property key.

Get Method:
unreachable.property_f(self) - Property key.
Set Method:
unreachable.property_f(self, prop) - Sets property key.
Type:
string

del_property_f

Property key.

Get Method:
unreachable.property_f(self) - Property key.
Set Method:
unreachable.property_f(self, prop) - Sets property key.
Delete Method:
unreachable.del_property_f(self, prop) - Clears property key.
Type:
string