The ooi.occi.core.attribute Module

class ooi.occi.core.attribute.Attribute(name, value)

Bases: object

name
value
class ooi.occi.core.attribute.AttributeCollection(attributes=None)

Bases: object

copy()
update(col)
class ooi.occi.core.attribute.InmutableAttribute(name, value)

Bases: ooi.occi.core.attribute.Attribute

class ooi.occi.core.attribute.MutableAttribute(name, value)

Bases: ooi.occi.core.attribute.Attribute

value