|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
certificate(self,
id)
Create a X509 Consumer Identity Certificate to associate with the
given Consumer |
source code
|
|
|
|
|
|
|
consumer(self,
id,
fields=None)
Return a single Consumer object |
source code
|
|
|
|
|
consumers_with_package_names(self,
names,
fields=None)
List consumers using passed in names |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
listerrata(self,
id,
types=())
List applicable errata for a given consumer id |
source code
|
|
|
list_package_updates(self,
id,
types=())
List applicable package updates for a given consumer id |
source code
|
|
|
_applicable_errata(self,
consumer,
types=())
Logic to filter applicable errata for a consumer |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
|
|
|
insert(self,
object,
check_keys=False)
Insert the object document to the database |
source code
|
|
|
update(self,
object)
Write the object document to the database |
source code
|
|