Package comodit_client :: Package api :: Module flavors :: Class Flavor

Class Flavor


Flavor entity representation. This entity represents a distribution "type" and describes the settings that should be created in a distribution. Flavors are read-only entities.

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
list of Parameter parameters_f
The parameters of this flavor.

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

Inherited from object: __class__

Property Details

parameters_f

The parameters of this flavor.

Get Method:
unreachable.parameters_f(self) - The parameters of this flavor.
Type:
list of Parameter